Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Using Jython in Ant Build Process (http://www.velocityreviews.com/forums/t344055-using-jython-in-ant-build-process.html)

Maurice LING 04-20-2005 11:36 PM

Using Jython in Ant Build Process
 
Hi,

I am looking for a way to use Jython in Ant build process. I have some
pure Python scripts (not using any C extensions) that I'll like to
incorporate into Java using Jython. I heard that this can be done but
you can I set up Ant to do this? Sorry, I'm no expert with Ant.

By the way, I'm using Eclipse.

Thanks again.

Cheers
Maurice

Simon Brunning 04-21-2005 09:11 AM

Re: Using Jython in Ant Build Process
 
On 4/21/05, Maurice LING <mauriceling@acm.org> wrote:
> I am looking for a way to use Jython in Ant build process. I have some
> pure Python scripts (not using any C extensions) that I'll like to
> incorporate into Java using Jython. I heard that this can be done but
> you can I set up Ant to do this? Sorry, I'm no expert with Ant.


http://www.pycs.net/users/0000177/stories/11.html

--
Cheers,
Simon B,
simon@brunningonline.net,
http://www.brunningonline.net/simon/blog/

Kent Johnson 04-21-2005 12:15 PM

Re: Using Jython in Ant Build Process
 
Maurice LING wrote:
> I am looking for a way to use Jython in Ant build process. I have some
> pure Python scripts (not using any C extensions) that I'll like to
> incorporate into Java using Jython. I heard that this can be done but
> you can I set up Ant to do this? Sorry, I'm no expert with Ant.


The ant <script> task lets you embed Jython in Ant build files using Bean Scripting Framework. See
the Ant docs for <script> for some (non-Jython) examples.

The links in the Ant docs are out-of-date.
BSF is here: http://jakarta.apache.org/bsf/manual.html
Jython is here: http://www.jython.org

Kent


All times are GMT. The time now is 08:13 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57