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}
>
>
>
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
> -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
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