![]() |
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 |
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/ |
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.