DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8080>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8080 New <jythonc> task to compile Python code in java bytecode Summary: New <jythonc> task to compile Python code in java bytecode Product: Ant Version: 1.5 alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I think this new task should be part of Ant, because it difficult with Ant 1 to install a new task (no dynamic load), I hope the problem will be resolve with Ant 2, and I'm sure there are more Python developers than dotNet developers ! Example : <jythonc home="/usr/jython-2.1/" srcdir="${src}" > <include name="*.py" /> <exclude name="Test.py" /> </jythonc> Sorry no unit-test, but I can't run unit-test without a correct Jython installation. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
