Or just write the the return values () to a file and read them
() in the calling file.
Jan
>-Ursprüngliche Nachricht-
>Von: glenn opdycke-hansen [mailto:[EMAIL PROTECTED]
>Gesendet: Samstag, 6. Mai 2006 15:13
>An: Ant Users List
>Betreff: Re: Propogating properties
Have you considered ant-contrib?
http://ant-contrib.sourceforge.net/ant-contrib/manual/tasks/antfetch_task.html
AntFetch
AntFetch is identical to the standard 'Ant' task, except that it
allows properties from the new project to be set in the original
project.
...
--glenn
-
I have the following situation:
Build file 1:
...
...
Build file 1 in directory subproject:
I'd like the property, "junit.fail" to be visible in the first build
file. In other words, I want the property to propagate upwards. Is
this possible?
Thank you