RE: Accessing Properties from Sub-Projects

2007-10-03 Thread Rebhan, Gilbert
-Original Message- From: Christoph Krammer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 8:55 PM To: user@ant.apache.org Subject: Accessing Properties from Sub-Projects */ If the test fails, the ${test.failure} property is set within the project in the jsfTest.xml file. Bu

Accessing Properties from Sub-Projects

2007-10-03 Thread Christoph Krammer
Hello everybody, I use Ant together with a Test framework for Web applications (Canoo WebTest). The main structure of the Ant files is the following: main build.xml: Excerpt from the webtest.xml: ...

Re: No class Def Error

2007-10-03 Thread Ramu Sethu
Thanks Steve for your reply I thought of avoiding asking this question... If it is a problem with java apis, how come the lookup process in junit test cases are working (JUNIT TASK)?? On 10/2/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Ramu Sethu wrote: > > Hi all > > > > 'Tried my best

Re: junitvmwatcher error junit 4.4, ant 1.7

2007-10-03 Thread saurav
Hi, I don’t find this problem with Ant 1.7.0 and Junit4.x on java 1.5.11 but I got similar exception when migrated to java 1.6.2. (Ant 1.7 not having full support for java 6) So, please make sure that u r using java 1.5 runtime. One more thing why are u using 1.7 beta? Ant 1.7.0 was released las

Re: SSH Authentication Errors

2007-10-03 Thread Michael Giroux
> One of the aspects of and is that they dont print out enough > useful info on failure. That is partly for security reasons -you dont > want your entire organisation to be able to read the password in the > cruise control logs. At the same time, we could do a lot to improve the > diagnostics tha

Re: SQLExec Task

2007-10-03 Thread Steve Loughran
Subir Bhaumik wrote: Hi, I'm using ant 1.6.5. I'm trying to run sql files in a row using SQLExec task. The problem i am facing is that when execute the task the sql files run and database and tables are created but at the same time in the console getting the exception like below: sql: [run_s

SQLExec Task

2007-10-03 Thread Subir Bhaumik
Hi, I'm using ant 1.6.5. I'm trying to run sql files in a row using SQLExec task. The problem i am facing is that when execute the task the sql files run and database and tables are created but at the same time in the console getting the exception like below: sql: [run_script] connecting to jd

Re: Accessing Properties from Sub-Projects

2007-10-03 Thread Steve Loughran
Christoph Krammer wrote: Hello everybody, I use Ant together with a Test framework for Web applications (Canoo WebTest). The main structure of the Ant files is the following: main build.xml: Ex