Sub-build writes into a property file (<echoproperties>) and the master reads that (<property>).
Jan >-----Ursprüngliche Nachricht----- >Von: Roland Asmann [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 30. Oktober 2005 20:55 >An: [email protected] >Betreff: Re: How to get 'return-properties' from an ant-call >to another build-file? > >Can something like this be done with references also? >Clover sets one reference, which I need to carry back to my >main buildfile as well... > >Roland > > >On Sunday 30 October 2005 16:40, Dale Anson wrote: >> See the "antfetch" task in ant-contrib or antelope. >> >> Ant-Contrib: http://ant-contrib.sourceforge.net >> Antelope: http://antelope.tigirs.org >> >> Alternatively, you can have your sub-builds write the properties you >> want to a file with <echo>, then read them back in with ><property> or >> <loadproperties>. >> >> Dale >> >> Roland Asmann wrote: >> >Hi, >> > >> >I am using multiple build-files, and on some ocassions I want the >> >main-build to know about the properties that are being set >in one of >> >the sub-builds. Can anybody tell me how to do this? >> > >> >Thanks! >> > >> >Roland >> > >> > >> >>--------------------------------------------------------------------- >> >To unsubscribe, e-mail: [EMAIL PROTECTED] For >> >additional commands, e-mail: [EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional >> commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
