Plans for apt?

2004-06-04 Thread Peter Nabbefeld
Hi, are there plans to integrate apt? Kind regards Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: separate jvms

2004-06-04 Thread Dominique Devienne
> From: Gregory Gimler [mailto:[EMAIL PROTECTED] > > I have a question about starting up java processes on separate JVMs. I > have some unit tests that require certain services to be up and running > before testing. I thought the option would have done > the > trick but what happens is it runs

separate jvms

2004-06-04 Thread Gregory Gimler
I have a question about starting up java processes on separate JVMs. I have some unit tests that require certain services to be up and running before testing. I thought the option would have done the trick but what happens is it runs my daemon and stops there and doesn't execute any more ant

RE: problem running ant [2]

2004-06-04 Thread Srikrishna . Partha
Have your PATH variable point to ANT_HOME\bin and JAVA_HOME\bin ...Make sure there is no classpath setting. -Original Message- From: alinokase fer [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 10:30 AM To: Ant Users List Subject: RE: problem running ant [2] Here's how the releva

RE: problem running ant [2]

2004-06-04 Thread alinokase fer
Here's how the relevant environment variables are set: ANT_HOME = C:\Tools\ant\apache-ant-1.6.1 JAVA_HOME = C:\j2sdk1.4.2_03 Thanks... --- [EMAIL PROTECTED] wrote: > Can you send your path and classpath settings ? > > -Original Message- > From: alinokase fer [mailto:[EMAIL PROTECTED]

RE: problem running ant [2]

2004-06-04 Thread Srikrishna . Partha
Can you send your path and classpath settings ? -Original Message- From: alinokase fer [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 10:21 AM To: [EMAIL PROTECTED] Subject: problem running ant [2] Here's how my build.xml looks: Here's the error message: ~\build

Re: problem running ant [2]

2004-06-04 Thread Alexey N. Solofnenko
Most likely you have an empty line before - Alexey. alinokase fer wrote: Here's how my build.xml looks: Here's the error message: ~\build.xml:1: Content is not allowed in prolog. ps: Iam using the ant version 1.6.1 I appreciate every single hint. A.M _