Re: AW: Reading a property from a file

2009-02-19 Thread dave.alvarado
Perfect! Thanks so much, - Dave > ---Original Message--- > From: Haiqi Wei > Subject: Re: AW: Reading a property from a file > Sent: Feb 19 '09 16:45 > > Add to your build.xml assuming your file.properties is at ${basedir} > > >

Re: AW: Reading a property from a file

2009-02-19 Thread Haiqi Wei
ask? > > Thanks, - Dave > > > > > ---Original Message--- > > From: jan.mate...@rzf.fin-nrw.de > > Subject: AW: Reading a property from a file > > Sent: Feb 19 '09 06:16 > > > > is a task as all others, therefore you can use that &g

RE: AW: Reading a property from a file

2009-02-19 Thread Rinehart, Raleigh
> -Original Message- > From: dave.alvar...@remanresource.com > [mailto:dave.alvar...@remanresource.com] > Sent: Thursday, February 19, 2009 10:00 AM > To: Ant Users List > Subject: Re: AW: Reading a property from a file > > Again, I really appreciate all the advic

Re: AW: Reading a property from a file

2009-02-19 Thread dave.alvarado
URL into the "wsdl" attribute of my "" task? Thanks, - Dave > ---Original Message--- > From: jan.mate...@rzf.fin-nrw.de > Subject: AW: Reading a property from a file > Sent: Feb 19 '09 06:16 > > is a task as all others, therefore you can

AW: Reading a property from a file

2009-02-18 Thread Jan.Materne
directory, javac target, etc. Then a common place is directly under . Jan >-Ursprüngliche Nachricht- >Von: dave.alvar...@remanresource.com >[mailto:dave.alvar...@remanresource.com] >Gesendet: Mittwoch, 18. Februar 2009 19:26 >An: Ant Users List >Betreff: Re: Reading a pr

Re: Reading a property from a file

2009-02-18 Thread dave.alvarado
Thanks for your reply. Regarding the property file directive, "", where are you actually loading the property "PROVISIONING_SERVICE_WSDL_URL" from the file and assigning it to a variable? - Dave > ---Original Message--- > From: David Weintraub > Su

Re: Reading a property from a file

2009-02-18 Thread David Weintraub
What about ? What I normally do is something like this: That way, I can put the property file name on the command line, or read in the default property file if it exists. You can also override any property setting in your build.xml by simply placing it on the command line: So do this:

Reading a property from a file

2009-02-18 Thread dave.alvarado
Hi, I'm uisng Ant 1.6. I have this target ... For the property, 'wsdl="${basedir}/wsdl_files/Pr