AW: How to get 'return-properties' from an ant-call to another build-file?

2005-10-30 Thread Jan.Materne
Sub-build writes into a property file () and the master reads that (). Jan >-Ursprüngliche Nachricht- >Von: Roland Asmann [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 30. Oktober 2005 20:55 >An: user@ant.apache.org >Betreff: Re: How to get 'return-properties' from an ant-call >to ano

AW: ant is giving me a spurious "Unknown argument" error

2005-10-30 Thread Jan.Materne
Hi Deron, -cp will add entries to the classpath - as "java" does. It´s implemented in the Launcher [1] (why it´s not documented via "ant -h"?) in September last year [2], so it must be introduced with Ant 1.6.3 [3]. Maybe the wrapper script (which uses -cp) is from 1.6.3+ and the implementation

AW: Need to expand *.txt in java task

2005-10-30 Thread Jan.Materne
Maybe http://marc.theaimsgroup.com/?l=ant-user&m=110067648929614&w=2 would interest you, Bob. Jan >-Ursprüngliche Nachricht- >Von: Dale Anson [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 29. Oktober 2005 00:13 >An: Ant Users List >Betreff: Re: Need to expand *.txt in java task > >I'd

Re: How to get 'return-properties' from an ant-call to another build-file?

2005-10-30 Thread Roland Asmann
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.sourcef

Re: How to get 'return-properties' from an ant-call to another build-file?

2005-10-30 Thread Roland Asmann
Can I somehow make the 'antfetch' return ALL properties? The thing is, I'm not exactely sure what the properties are! This may sound a bit strange, but I'm running Clover, and it sets several properties, from which I only now they start with 'clover.'... Then again, I might just try the file-wri

Re: How to get 'return-properties' from an ant-call to another build-file?

2005-10-30 Thread Dale Anson
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 , then read them back in with or . Dale Roland Asmann wrote:

How to get 'return-properties' from an ant-call to another build-file?

2005-10-30 Thread Roland Asmann
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