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
Add to your build.xml assuming your file.properties is at ${basedir} Then in your target do wsdl=${PROVISIONING_SERVICE_WSDL_URL} On Thu, Feb 19, 2009 at 10:00 AM, wrote: > Again, I really appreciate all the advice I'm getting, but being so > inexperienced with Ant, I'm still missing the solu

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
Again, I really appreciate all the advice I'm getting, but being so inexperienced with Ant, I'm still missing the solution. The properties file I refer to is not in any way related to my Ant tasks. But it does contain a URL I would like to use in my Ant script, so I can keep that URL in one pl