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
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-
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
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
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
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
>> -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
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
>
> -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
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
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
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
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
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
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
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
-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
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
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
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
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:
21 matches
Mail list logo