Re: set property values using my own task

2005-10-19 Thread Juergen Hermann
On Tue, 18 Oct 2005 12:49:48 +0200, Mikael Petterson (KI/EAB) wrote: >The purose of my task is to set the values for properties arch, product_number and product_revision. Hmmm, why do you need a custom task for this?

AW: set property values using my own task

2005-10-18 Thread Jan.Materne
${user.dir} All java system properties are available as Ant properties. Jan >-Ursprüngliche Nachricht- >Von: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 18. Oktober 2005 16:10 >An: Ant Users List >Betreff: RE: set property values using my

RE: set property values using my own task

2005-10-18 Thread Mikael Petterson (KI/EAB)
Hi, How can I get the current directory in ant ( like unix pwd)? cheers, //mikael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: set property values using my own task

2005-10-18 Thread Jan.Materne
005 13:09 >An: Ant Users List >Betreff: RE: set property values using my own task > >Hi, > >That works but I need to set the property values ( as you can >do on the command line with -D) for > > > > > >so the default values will be overridden( read from

RE: set property values using my own task

2005-10-18 Thread Mikael Petterson (KI/EAB)
, //mikael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 18 oktober 2005 13:02 To: user@ant.apache.org Subject: AW: set property values using my own task Where is the problem? in that order should work. Jan

AW: set property values using my own task

2005-10-18 Thread Jan.Materne
Where is the problem? in that order should work. Jan >-Ursprüngliche Nachricht- >Von: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 18. Oktober 2005 12:50 >An: user@ant.apache.org >Betreff: set property valu

set property values using my own task

2005-10-18 Thread Mikael Petterson (KI/EAB)
Hi, The purose of my task is to set the values for properties arch, product_number and product_revision. The information is stored in a file called 'product.attributes'. I need to assign the properties the values ( line two) in the product.attributes file and then use the property values in targ