On 2010-04-15, Jason Trump wrote:
> is there an 'ant cookbook' somewhere on the web to collect stuff like
> this?
A few things are inside the Wiki but I don't think there is a structured
page collecting snippets.
Stefan
-
To u
This would be more a user question. Anyway, ant can execute python with
the task.
What is hard is to return something to ant. Maybe if the python script
prints out what ant needs to capture on systemout,
then using the outputproperty attribute of the exec task, you can store
the output of the p
that's a clever formula. is there an 'ant cookbook' somewhere on the web to
collect stuff like this? sorry to be slightly off-topic, but seems like it
would be a valuable community resource.
jason
On Wed, Apr 14, 2010 at 9:01 PM, Stefan Bodewig wrote:
> On 2010-04-15, Jeffrey E Care wrote:
>
Hi,
I'd like to know if it's possible for a Ant to call a python script and pass
a parameter it retrieved from another source. After the python script
processes the entry, it should return the value to the Ant and it'd change
the value in the source.
Is it possible?
Thanks
--
View this message