On Wed, 10 Apr 2002, Cyrille Morvan <[EMAIL PROTECTED]>
wrote:

> I don't see any Python (Jython) task in Ant.

You can use Jython via BSF in <script>.

> If nobody have started the job, I can start to develop a <jythonc>
> task to compile *.py files.

Sure.  It would become difficult to decide whether it should be part
of Ant or Jython, though.

> In your opinion, which task should I use to convert it in a Python
> compiler ?  javac ? rmic ?

These are very similar to each other anyway - there also is netrexxc
in the optional package that is a lot simpler in concept.  You won't
need to support multiple compiler implementations for jythonc like
<javac> and <rmic> do.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to