AW: taskdef can't find junit.framework.Test

2005-06-02 Thread Jan . Materne
To really ensure that JUnit is on Ant´s classpath, you could print it out classpath: ${java.class.path} But putting junit.jar into ${user.home}/.ant/lib should help. Or starting Ant with -lib Jan > -Ursprüngliche Nachricht- > Von: Hyrum [mailto:[EMAIL PROTECTED] > Gesendet am: F

Q: cmd line options vs properties ?

2005-06-02 Thread foucou
Hi, Is there a way to specify "-verbose" or "-debug" from inside build.xml ? I looked into but couldn't find anything precisely related. Any input welcome, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

RE: Ant Contrib and question

2005-06-02 Thread Bill Rich
Since properties are immutable I don't think you need to check to see if a property is set or not. Make sure you set the default after any other possible setting of the property. If the property gets set then setting the default will do nothing. HTH Bill -Original Message- From: Peter R

Connection Failures On SSHExec Task

2005-06-02 Thread Bill Winspur
Synopsis I am running ant 6.1.2 on XP Pro and have a test case that produces SSH connection failures by repetitively running the same task. The first failure occurs after about two thirds (10) of the tasks have executed. At this point ant hangs up for about 2 minutes, then logs the foll

taskdef can't find junit.framework.Test

2005-06-02 Thread Hyrum
Hello all. I am using the Eclipse 3.1 IDE, am on windows 2000, and am using ant-1.6.2(built into eclipse). My build fails with the following error: BUILD FAILED: C:\eclipse\workspace\CactusTestTest\build.xml:34: taskdef A class needed by class org.apache.cactus.integration.ant.CactusTas

taskdef can't find junit.framework.Test

2005-06-02 Thread Hyrum
Hello all. I am using the Eclipse 3.1 IDE, am on windows 2000, and am using ant-1.6.2(built into eclipse). My build fails with the following error: BUILD FAILED: C:\eclipse\workspace\CactusTestTest\build.xml:34: taskdef A class needed by class org.apache.cactus.integration.ant.CactusTas

RE: Problem with Installing Ant == using Windows

2005-06-02 Thread hbitsoi
>> -Original Message- >> I have the ant.bat and ant in one folder say c:aglets\bin. >> I have installed ant in C:\Program Files\ant (AKA: ANT_HOME). >> Java is in C:\Program Files\Java\j2sdk_1.4.0_04 (AKA: JAVA_HOME). >> Java environment variable PATH = %JAVA_HOME%\bin >> Ant environment va

Re: cross-platform vss ant script?

2005-06-02 Thread chadster415
Thanks Murali, Yes, I had found SOS, but it seems too GUI for use in ant. CodeForge looks perfect. chad On 6/2/05, Murali Polanthan <[EMAIL PROTECTED]> wrote: > Well, since all the task does is provide a wrapper for the VSS > command-line client (ss.exe), your script will fail on any machine >

RE: Problem with Installing Ant == using Windows

2005-06-02 Thread Kajsa.Anderson
> -Original Message- > I have the ant.bat and ant in one folder say c:aglets\bin. > I have installed ant in C:\Program Files\ant (AKA: ANT_HOME). > Java is in C:\Program Files\Java\j2sdk_1.4.0_04 (AKA: JAVA_HOME). > Java environment variable PATH = %JAVA_HOME%\bin > Ant environment variabl

Problem with Installing Ant == using Windows

2005-06-02 Thread hbitsoi
Hello I am having a problem installing and getting ant to run. I have the ant.bat and ant in one folder say c:aglets\bin. I have installed ant in C:\Program Files\ant (AKA: ANT_HOME). Java is in C:\Program Files\Java\j2sdk_1.4.0_04 (AKA: JAVA_HOME). Java environment variable PATH = %JAVA_HOME%\bi

RE: Weblogic 8 weblogic.appc

2005-06-02 Thread Zafarano, Marcus
Ok. Thanks! -Original Message- From: Murali Polanthan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 12:54 PM To: user@ant.apache.org Subject: RE: Weblogic 8 weblogic.appc I believe weblogic.appc may have difficulties with the space in your path "C:\Legal Services\...". Giv

RE: cross-platform vss ant script?

2005-06-02 Thread Murali Polanthan
Well, since all the task does is provide a wrapper for the VSS command-line client (ss.exe), your script will fail on any machine without this client, be it Windows or Unix. You first need to find a command-line VSS client that works on Linux, and modify the task to use this new client instead

RE: Weblogic 8 weblogic.appc

2005-06-02 Thread Murali Polanthan
I believe weblogic.appc may have difficulties with the space in your path "C:\Legal Services\...". Give it a shot without the space. -Original Message- From: Zafarano, Marcus [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 12:45 PM To: user@ant.apache.org Subject: Weblogic 8 we

Re: Ant Contrib and question

2005-06-02 Thread Peter Reilly
Your macro is incorrect as the line will cause the property "temp.checkIsSet" to be set always. I am not quite sure exactly what you want to do but the following macro should be it: testVar is

Ant Contrib and question

2005-06-02 Thread Brent Bain
Hello: I'm trying to write a macro to check if a property has been set in a xml property file. If it has not been set then I want to give it a default value. This is running in a loop (using the xmltask's call) to create db property files for several different environments. The loop works great

RE: Ant 1.6.5 released

2005-06-02 Thread Srikrishna_Parthasarathy
Hello Thanks for the update. Can you explain the specific bug with move task or point me where I can read about it ? Thanks srikrishna -Original Message- From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 10:15 AM To: Ant Developers List; Ant Users List

Ant 1.6.5 released

2005-06-02 Thread Antoine Lévy-Lambert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have great pleasure to announce the release of Ant 1.6.5. Ant 1.6.5 fixes mainly a bug of the Move task which was introduced between Ant 1.6.2 and Ant 1.6.3. Have fun using Ant ! :-) NB : the actual files will be available in x hours, whe

How change build.xml for jikes ?

2005-06-02 Thread bouml
Hi ! I'm pretty new here and have some questions, which i sure that you guys easiely can answer. I want to run my Tomcat with jikes. As i want to precompile all JSP-Files i need to edit the build.xml, right ? The entry for jasper comipler is something like: What do i have to write when

How change build.xml for jikes ?

2005-06-02 Thread bouml
Hi ! I'm pretty new here and have some questions, which i sure that you guys easiely can answer. I want to run my Tomcat with jikes. As i want to precompile all JSP-Files i need to edit the build.xml, right ? The entry for jasper comipler is something like: What do i have to write when

External Tool News: JXInsight releases Ant & JUnitTask Profiling and Distributed Tracing

2005-06-02 Thread William Louth
Hi All, Inspired has released JXInsight 3.2.2 with Apache Ant (1.6) and JUnit trace extensions supporting distributed profiling and transaction analysis of JUnit tests. Downloads: http://www.jinspired.com/products/jdbinsight/downloads/index.html The following article looks at how JXInsight can b

Java 1.3.1_11 + Ant 1.6.4 = filter problems

2005-06-02 Thread Alexey Philimonov
Hi all, I'm using Java 1.3.1_11 (yes I know it's old but can do nothing with this) and got a problem with filters while trying to migrate from Ant 1.5.4 to 1.6.4. This worked fine with Ant 1.5.4, but does nothing with 1.6.4: This works just fine with 1.6.4 with absolutely the same files: