PesterCat Ant Toolkit : New addition to external tools and tasks

2005-08-07 Thread Dan Prince
PesterCat Ant Toolkit. Description: PesterCat is a web testing tool that was designed to perform functional testing for web applications. The PesterCat Ant toolkit contains tasks to playback test scripts and create reports. A patch is attached to this email. Thanks. [EMAIL PROTECTED]2187a2

Help!! How to call imported ant target in Java

2005-08-07 Thread M. Z.
Hi, This is to draw your attention to my query, as I really need help on this. I have to call a main build file from java code to do a task. But the task has to be defined in another build file imported to the main file. Then I did a simple test (as below) to see who to implement it. It turned

Re: Problem with pathconvert with new line

2005-08-07 Thread Conor MacNeill
Marcelo, I'm guessing that you are seeing these lines in your manifest and not as the direct output of pathconvert. If that is the case, then there is really no problem. There is a FAQ about this: http://ant.apache.org/faq.html#mangled-manifest You'll need to look for another source of these pro

Problem with pathconvert with new line

2005-08-07 Thread Marcelo Alcantara
Dear developers, I am trying to build a classpath manifest using the pathconvert directive as above: But when it generates, it strangely breaks some lines in the middle of the jar file names. Because of that, the application server cannot deploy the application (because my ejb canno

SV: junit task problem

2005-08-07 Thread Ola Lie
Hi again, The Java Communications API calls caused my problem. When I installed comm.jar og javax.comm.properties in the ant\lib directory and win32com.dll in the ant\bin directory, it worked all right. However, I do not know why this is necessary as long as I had the classpath set to the java di