On 16/04/2010 00:56, Antoine Levy Lambert wrote:
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
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