Re: Continu exec task, while leaving ant

2008-07-12 Thread jantje
OK, thanks.. :-) Gilbert Rebhan wrote: > > jantje schrieb: >> works with apache tomcat AND with qemu, I came to this conclusion >> after doing some tests.. They do not work, when they are in >> from >> ant-contrib, so this does not work: >> >> >> >> >>

Re: Continu exec task, while leaving ant

2008-07-11 Thread Gilbert Rebhan
jantje schrieb: works with apache tomcat AND with qemu, I came to this conclusion after doing some tests.. They do not work, when they are in from ant-contrib, so this does not work: RESULT: "BUILD SUCCESFUL", nothing else.. a small test [EMAIL PR

RE: Continu exec task, while leaving ant

2008-07-11 Thread jantje
-- Java1.5+ proxy settings: Direct connection Rebhan, Gilbert wrote: > > > > > -Original Message- > From: jantje [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2008 10:09 AM > To: user@ant.apache.org > Subject: RE: Continu exec task, while

RE: Continu exec task, while leaving ant

2008-07-11 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 10:09 AM To: user@ant.apache.org Subject: RE: Continu exec task, while leaving ant /* Thanks.. I have tryes all your options: nothing worked. And yes, bash is my login shell.. Other exec commands

RE: Continu exec task, while leaving ant

2008-07-11 Thread jantje
bert wrote: > > > > > -Original Message- > From: jantje [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2008 8:06 PM > To: user@ant.apache.org > Subject: RE: Continu exec task, while leaving ant > > /* > Thanks! The -task works now.. f.i. > >

RE: Continu exec task, while leaving ant

2008-07-10 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 8:06 PM To: user@ant.apache.org Subject: RE: Continu exec task, while leaving ant /* Thanks! The -task works now.. f.i. However, when using it with the -task, I get no error

RE: Continu exec task, while leaving ant

2008-07-10 Thread jantje
]: Rebhan, Gilbert wrote: > > > > > -Original Message- > From: jantje [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2008 12:06 AM > To: user@ant.apache.org > Subject: Re: Continu exec task, while leaving ant > > /* > Thanks. > >

RE: Continu exec task, while leaving ant

2008-07-09 Thread Rebhan, Gilbert
-Original Message- From: jantje [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 12:06 AM To: user@ant.apache.org Subject: Re: Continu exec task, while leaving ant /* Thanks. But I have problems installing ant-contrib, from the website: grab the ant-contrib module from

Re: Continu exec task, while leaving ant

2008-07-09 Thread jantje
Thanks. But I have problems installing ant-contrib, from the website: grab the ant-contrib module from CVS There is no CVS, when clicking on it. Then I have found "ant-contrib-0.3.jar" this somewhere on the internet. I have placed this in /usr/local/apache-ant/lib/ And have added this to

Re: Continu exec task, while leaving ant

2008-07-07 Thread Olivier Gies
ient, please contact the sender and delete all copies.* Original Message ---- Subject: Re: Continu exec task, while leaving ant From: jantje <[EMAIL PROTECTED]> To: user@ant.apache.org Date: 07/07/2008 22:20 Thanks, but the task does not have an fork attribute in the do

Re: Continu exec task, while leaving ant

2008-07-07 Thread Gilbert Rebhan
jantje schrieb: Hi there, is it possible to start (in ant) something in a shell and let this running, while stopping ant. f.i: with antcontrib ... you may kick off a new process, see = http://ant-contrib.sourceforge.net/tasks/tasks/forget.html Regards, Gilbert -

RE: Continu exec task, while leaving ant

2008-07-07 Thread jantje
Thanks, but the task does not have an fork attribute in the documentation. And when just implementing this, I get the next error: BUILD FAILED /home/afstudeerwerk/project/build.xml:194: exec doesn't support the "fork" attribute Olivier Gies wrote: > > Use the "spawn" and "fork" attributes

RE: Continu exec task, while leaving ant

2008-07-07 Thread Olivier Gies
Use the "spawn" and "fork" attributes of task (see Ant User manual for usage) -Message d'origine- De : jantje [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 juillet 2008 20:45 À : user@ant.apache.org Objet : Continu exec task, while leaving ant Hi there, is it possible to start (in ant) so