On 5/3/06, Trent Ohannessian <[EMAIL PROTECTED]> wrote:
Thank you all for your replies. This Ant script is actually running Canoo
WebTest. It's testing the small GUI portion of our application. The entire
application uses several properties files, but there is just one file per
subsystem and th
Thank you all for your replies. This Ant script is actually running Canoo
WebTest. It's testing the small GUI portion of our application. The entire
application uses several properties files, but there is just one file per
subsystem and the server designations are made by adding a
localhost.what
Trent Ohannessian wrote:
Hello. I'm trying to use the task with a prefix. Here is the
code I'm using:
--
--
And here is the properties file I'm trying to load:
--
;fredg"/>
addproperty="password" defaultvalue="fredgpw"/>
password="${password}"
remotedir="${server.resume.dir}"
description="Delete all files under resume directory at any level.">
addproperty="u
Looks like you've got prefix backwards. When you set
env to localhost and load this file, you should end up
with property settings:
localhost.localhost.host=localhost
localhost.qa.host=qatest.domain.com
Ordinarily you would probably set up
localhost.properties and qa.properties files, and use
yo
Hello. I'm trying to use the task with a prefix. Here is the
code I'm using:
--
--
And here is the properties file I'm trying to load:
--
localhost.host=localhost
q