Re: Check that path elements exist?

2010-04-15 Thread Stefan Bodewig
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

Re: And calling python

2010-04-15 Thread Antoine Levy Lambert
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

Re: Check that path elements exist?

2010-04-15 Thread Jason Trump
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: >

And calling python

2010-04-15 Thread Fernando461
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