AW: launch a different version of ant

2005-12-05 Thread Jan.Materne
>> Is there a way to launch a different version of ant from an already >> running ant process. >> >> I am launching an ant process via the "Cruise Control" >automated build >> tool which launches ant version 1.6.3. >> I am building a weblogic application which bundles an older >version of >> a

RE: Inheriting patternset refid

2005-12-05 Thread Stephen McConnell
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 6 December 2005 1:47 AM > To: Ant Users List > Subject: Re: Inheriting patternset refid > > > > I refactored a 12,000 line build down to just over 1,200 > using these > > > techniques. > > > >

Re: launch a different version of ant

2005-12-05 Thread Dominique Devienne
> Is there a way to launch a different version of ant from an already running > ant process. > > I am launching an ant process via the "Cruise Control" automated build tool > which launches ant version 1.6.3. > I am building a weblogic application which bundles an older version of ant > which is: 1

launch a different version of ant

2005-12-05 Thread Derek Haskin
Hi, Is there a way to launch a different version of ant from an already running ant process. For details on why I want to do this read on: I am launching an ant process via the "Cruise Control" automated build tool which launches ant version 1.6.3. I am building a weblogic application which

Re: CVS Task

2005-12-05 Thread Antoine Levy-Lambert
Hello Guruprasad, your XML looks strange. . what does this 3D all over the place mean ? > Uhhm, 3D is the hexa for the equal sign. Anyway, I think that the problem is that cvs.exe is not in your path. I am not sure which versions of cvs.exe are OK for the Ant tasks, but I have had good experie

Re: JUnit task

2005-12-05 Thread Dominique Devienne
> > > > > > > > > > > > so it seems the fileset bit works (finds the test) but JUnit doesn't have > the classpath. Simply because you didn't provide any ;-) You'd need a nested (within ) with at least your "testing" directory, and any other jar(s) or directory

JUnit task

2005-12-05 Thread andy wix
Hi, I am having difficulty setting the classpath for this. If I have a testing directory under the basedir (and these tests are in the testing package) what classpath do I need to define to use batch tests? So I want to be able to run all the test classes in that directory:

Re: Inheriting patternset refid

2005-12-05 Thread Dominique Devienne
> > I refactored a 12,000 line build down to just over 1,200 > > using these techniques. > > Wow - even 1,200 is massive! > Just for reference my largest build file is 170 lines (including license > header) and the more frequent scenario is just 4 lines. Steve, my own builds, even after heavy fact

RE: Looping in Ant

2005-12-05 Thread Fintan Hynes
You can use the ant-contrib task... http://ant-contrib.sourceforge.net/tasks/tasks/index.html Fintan -Original Message- From: Mark Eramo [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 2:59 PM To: Ant Users List Subject: Looping in Ant Hello, Does anyone have experience r

Re: CVS Task

2005-12-05 Thread Mark Eramo
Is it possible that the error is happening because it cannot mount that location (/usr/local/comp)? Make sure the server your running is properly mapped to that point. Have access rights changes on that location? Check that as well. Regards, Mark Guruprasad R <[EMAIL PROTECTED]> 12/05/2

RE: Looping in Ant

2005-12-05 Thread Cena, Bernard \(IT\)
Mark Eramo wrote: > Hello, >Does anyone have experience running loops with Ant or if it is > even possible? Can leverage custom tasks from ant-contrib. HTH Bernard > What I need to do is run an xdoclet task 10 times to produce 10 > different MDB's to support some Queue work the developers ar

Looping in Ant

2005-12-05 Thread Mark Eramo
Hello, Does anyone have experience running loops with Ant or if it is even possible? What I need to do is run an xdoclet task 10 times to produce 10 different MDB's to support some Queue work the developers are doing. Each MDB will have a different suffix Q_0 - Q_9. I know I could simply

Re: does "property" could have several values?

2005-12-05 Thread ye huaiguang
Thanks, Materne 2005/12/5, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > A fileset [1] has exactly one root directory. Because d:\ and e:\ doesnt > have that > (windows shows them only under a common place) you have to use two > different > filesets. > A path [2] on the other hand can contain multipl

CVS Task

2005-12-05 Thread Guruprasad R
Hi all, I have written a build file that does a checkout from the CVS. But, when i invoke ant command for the written build file, i get an error message as *[cvs] Using cvs passfile: C:\Documents and Settings\admin\.cvspass* [cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED]:

AW: CVS Task

2005-12-05 Thread Jan.Materne
cvs.exe must be on your PATH Can you execute cvs -version from the same command line as "ant" ? Jan >-Ursprüngliche Nachricht- >Von: Guruprasad R [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 5. Dezember 2005 13:29 >An: Ant Users List >Betreff: CVS Task > >Hi all, > >I have written

Re: CVS Task

2005-12-05 Thread James Abley
Is cvs on your PATH? On Mon, 2005-12-05 at 12:29, Guruprasad R wrote: > Hi all, > > I have written a build file that does a checkout from the CVS. But, when i > invoke ant command for the written build file, i get an error message as > > *[cvs] Using cvs passfile: C:\Documents and Settings\admi

CVS Task

2005-12-05 Thread Guruprasad R
Hi all, I have written a build file that does a checkout from the CVS. But, when i invoke ant command for the written build file, i get an error message as *[cvs] Using cvs passfile: C:\Documents and Settings\admin\.cvspass* * [cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTE