Re: Forking JUnit (was Re: Ant not passing System values to JUnit task)

2003-12-03 Thread Adam R. B. Jack
> > Is there any way to influence this without expecting the user to > > write script changes & rely upon 'environment portal' scripts? > > No. The syspropertyset in 1.6 (see my previous mail in the original > thread) would work - but the user still has to add it manually. > > We might be able to

Re: Can't start ANT 1.5 on WinNT

2003-12-03 Thread Martin Gainty
or you could run it in Cygwin bash shell and setup a alias if you're going to use abbreviated names remember abbreviated names are always UPPERCASE -Martin - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, December 03,

Re: Macrodef @{x}

2003-12-03 Thread Jacob Kjome
This is offtopic from the macrodef change, but the xml-apis.jar seems to have mysteriously reverted to a much older one. Even recently it had been the one from Xerces-2.6.0. xercesImpl.jar *is* from 2.6.0, but xml-apis.jar is from back in 2002. It should be 122k and is only 106k right now.

Re: FYI: JVM Daemon

2003-12-03 Thread Jacob Kjome
You mean something like Anshell? http://www.antshell.org/ Jake At 11:05 AM 12/3/2003 +0100, you wrote: http://www.cafeaulait.org/#news2003December2 Mark Lindner has posted the Jolt JVM Daemon 0.3 [1], a wrapper program for Linux and Solaris that enables multiple invocations of java, javac, javadoc

RE: Can't start ANT 1.5 on WinNT

2003-12-03 Thread Conor MacNeill
> From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 3 December 2003 5:44 AM > To: Ant Users List > Subject: Re: Can't start ANT 1.5 on WinNT > > > Of course "C:\Progra~1\jwsdp-1.3\apache-ant" won't work. That's > because it is > supposed to be: > C:\Progra~1\jwsdp-1.3\apache-ant >

Macrodef @{x}

2003-12-03 Thread Peter Reilly
I have committed the changes to change from ${x} to @{x} for macro attributes substitution. Usage of macrodef is now as follows: The attribute has the value '@{x}' This can be called as follows: The escape sequence @@{ may be used to escape the substitution: The attribu

AW: BUILD FAILED

2003-12-03 Thread Antoine Lévy-Lambert
Hi Dean, can you check that you have a directory c:/learn/Ex1/src/Exercise1 with java source files in it ? if this is the case, the java sources should contain the declaration package Exercise1; Cheers, Antoine -Ursprüngliche Nachricht- Von: Dean Melia [mailto:[EMAIL PROTECTED] Gesende

BUILD FAILED

2003-12-03 Thread Dean Melia
BUILD FAILED file:C:/Ant/bin/build.xml:34: no source files and no packages have been specified. Build file contains; - Ant -version runs ok from c:/Ant/bin Scratching my head why it cant find the source and packages? Ant 1.5.4 JDK j2sdk1.4.1_06 thanks in antic

FYI: JVM Daemon

2003-12-03 Thread Jan . Materne
http://www.cafeaulait.org/#news2003December2 Mark Lindner has posted the Jolt JVM Daemon 0.3 [1], a wrapper program for Linux and Solaris that enables multiple invocations of java, javac, javadoc, and jar to reuse the same virtual machine for faster startup. Given the problems caused already by cla