Message2694

Author byronf
Recipients
Date 2007-03-21.02:17:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following patch provides an ant task which executes a python script from within an ant build file. An example usage would be as follows:

<jython pythonPath="foo.py">
  <arg value="123"/>
  <arg value="abc"/>
  <defvar name="var1" value="bar"/>
</jython>

This is an update of the same task I submitted a few years ago, but a little simplified.
History
Date User Action Args
2008-02-20 17:18:41adminlinkissue1684855 messages
2008-02-20 17:18:41admincreate