Re: calling maven2 files from ant

2006-06-09 Thread Steve Loughran
EJ Ciramella wrote: I'm trying with the task, but I keep getting this: Execute:Java13CommandLauncher: Executing 'C:\Program Files\Java\jdk1.5.0_05\jre\bin\java.exe' with arguments: '-classpath' 'E:\buildtools\maven-2.0.3\core\boot\classworlds-1.1.jar;E:\buildtools\maven-2.0.3\bin\m2.conf' 'or

RE: calling maven2 files from ant - any suggestions?

2006-06-08 Thread EJ Ciramella
Any suggestions on this folks? I'm completely wedged... -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 11:31 AM To: Ant Users List Subject: RE: calling maven2 files from ant I'm trying with the task, but I keep ge

RE: calling maven2 files from ant

2006-06-08 Thread EJ Ciramella
re is my task: These are the same params that exist in the mvn.bat file. What am I missing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 1:08 AM To: user@ant.apache.org Subject: AW: calling maven2 files from ant

RE: calling maven2 files from ant

2006-06-07 Thread jason suplizio
I'm not on this list. I've unsubscribed 3 times already in the past 2 weeks. Anyone have a clue wtf is up? From: "EJ Ciramella" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: calling maven2 files from ant Date:

Re: calling maven2 files from ant

2006-06-06 Thread Steve Loughran
Master, Tariq (Abbeywood) wrote: Steve, It's where CruiseControl hangs by waiting for the CMD shell window to be closed. It's basically waiting for any forked exec call in Ant to finish/close as far as I can gather. Everything works fine using Ant. But it's when a process (CC or cygwin apparan

RE: calling maven2 files from ant

2006-06-06 Thread Master, Tariq \(Abbeywood\)
-Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 06 June 2006 15:09 To: Ant Users List Subject: RE: calling maven2 files from ant When it says in that first link to make sure that the error and output are redirected properly, they're talking about within the bat

RE: calling maven2 files from ant

2006-06-06 Thread EJ Ciramella
Tariq (Abbeywood) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 10:03 AM To: Ant Users List Subject: RE: calling maven2 files from ant EJ, my workaround was to use either a forked task instead of to call startWeblogic.cmd, or a service. -Original Message- From: EJ Cira

RE: calling maven2 files from ant

2006-06-06 Thread Master, Tariq \(Abbeywood\)
EJ, my workaround was to use either a forked task instead of to call startWeblogic.cmd, or a service. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 06 June 2006 14:59 To: Ant Users List Subject: RE: calling maven2 files from ant I've used the scripts t

RE: calling maven2 files from ant

2006-06-06 Thread EJ Ciramella
EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 9:53 AM To: Ant Users List Subject: RE: calling maven2 files from ant Steve, It's where CruiseControl hangs by waiting for the CMD shell window to be closed. It's basically waiting for any forked exec call in Ant to finish/close as far as

RE: calling maven2 files from ant

2006-06-06 Thread Master, Tariq \(Abbeywood\)
14:39 To: Ant Users List Subject: Re: calling maven2 files from ant EJ Ciramella wrote: > Considering that everything will ultimately be used via CruiseControl AND how little success I've had with the exec task and CC, I was hoping for some optional tasks. > I've never encountere

RE: calling maven2 files from ant

2006-06-06 Thread EJ Ciramella
side that points the finger at the other. If you have any insights to this, that would be extremely helpful. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 9:39 AM To: Ant Users List Subject: Re: calling maven2 files from ant EJ Ciram

Re: calling maven2 files from ant

2006-06-06 Thread Steve Loughran
EJ Ciramella wrote: Considering that everything will ultimately be used via CruiseControl AND how little success I've had with the exec task and CC, I was hoping for some optional tasks. I've never encountered problems with CC and exec. what kind of problems? -

RE: calling maven2 files from ant

2006-06-06 Thread EJ Ciramella
user@ant.apache.org Subject: AW: calling maven2 files from ant / ? Jan >-Ursprüngliche Nachricht- >Von: EJ Ciramella [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 5. Juni 2006 23:39 >An: Ant Users List >Betreff: calling maven2 files from ant > >Without some really

Re: calling maven2 files from ant

2006-06-06 Thread Steve Loughran
EJ Ciramella wrote: Without some really hacky scripty goodness, is there a clever way to call maven2 with an ant script? I'm working on getting a maven 2 based project up and running under cruisecontrol and I've taken advantage of lots of little ant benefits. Some things simply don't work usin

AW: calling maven2 files from ant

2006-06-05 Thread Jan.Materne
/ ? Jan >-Ursprüngliche Nachricht- >Von: EJ Ciramella [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 5. Juni 2006 23:39 >An: Ant Users List >Betreff: calling maven2 files from ant > >Without some really hacky scripty goodness, is there a clever >way to call m

calling maven2 files from ant

2006-06-05 Thread EJ Ciramella
Without some really hacky scripty goodness, is there a clever way to call maven2 with an ant script? I'm working on getting a maven 2 based project up and running under cruisecontrol and I've taken advantage of lots of little ant benefits. Some things simply don't work using maven 2 directly, but