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
is a task as all others, therefore you can use that everywhere. If your properties file contains 'just' properties for that generation, placing the task just in front of the is a good idea. Usually you have a build.properties with all properties for the build, like java source directory, javac