9 Jun 05:05
Weekly status report
From: Georgy Berdyshev <codingmaster <at> gmail.com>
Subject: Weekly status report
Newsgroups: gmane.comp.lang.jython.devel
Date: 2008-06-09 03:09:51 GMT
Subject: Weekly status report
Newsgroups: gmane.comp.lang.jython.devel
Date: 2008-06-09 03:09:51 GMT
Hello everyone!
I have been working in the past on several Zope components and made
some further steps to get closer to the point for running core Zope
components on Jython.
This week I have mainly spend time on getting zope.testing to work
correctly, to be able to use it to test other Zope components.
A part of the time was spent on getting several Zope components working
by modifying code and also getting a working zc.buildout for zope.testing,
which is mostly finished now.
In addition I was working on getting bootstrap.py to work on Zope, which
needed modifications to the code (process execution), but also an
implementation
for the CPython flag "-m" in Java for Jython, which is mostly done and working.
The CPython "-m" flag which is now available for Jython searches for a
given module
name "foo" in the sys.path and runs the corresponding "foo.py" file as a script.
I will upload the patch during the next week, as the code still needs
some additional
testing and maybe some clean ups.
The work was done using Jython trunk and Zope trunk with the following
results by now:
-zc.buildout:
-builds
-installs
(Continue reading)
RSS Feed