Re: Am I completely misunderstanding the fail/unless task?

2006-05-03 Thread Trent Ohannessian
Perfect. Thanks! On 5/3/06, Robert Clark <[EMAIL PROTECTED]> wrote: On Wednesday May 3, 2006 15:31, "Trent Ohannessian" <[EMAIL PROTECTED]> wrote: > > > BUILD FAILED > D:\Open Source Projects\Canoo Web Test\my_tests\webtest.xml:3: > Missing envir

Am I completely misunderstanding the fail/unless task?

2006-05-03 Thread Trent Ohannessian
Hey all, I'm trying to error the build if a command line parameter isn't passed in. This seems simple enough but it's not working as I anticipated and I still don't get why this isn't working after reading through several docs. Here is the command line call: webtest -Denv=dev -buildfile webtest

Re: Qustion about property prefix...

2006-05-03 Thread Trent Ohannessian
ing a localhost.whatever or qa.whatever, etc. I was hoping to stay away from multiple properties files to keep the standard set by the entire app, but I see there is no way around that. I'll just live with it and continue on. :) Thanks for your help! On 5/2/06, Steve Loughran <[EMAIL PROTECTED]>

Qustion about property prefix...

2006-05-02 Thread Trent Ohannessian
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