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-

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 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 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 jantje
Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place. It is hard to install this. Can someone help? Thanks.. Gilbert Rebhan wrote: > > jantje schrieb: >>> Hi there, is

RE: Perform task as the root user

2008-07-07 Thread jantje
> > -Rob A > > -Original Message- > From: jantje [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2008 7:07 AM > To: user@ant.apache.org > Subject: Perform task as the root user > > > Hi, > > Is it possible to perform a tast as the root user?

RE: Continu exec task, while leaving ant

2008-07-07 Thread jantje
awn" 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 >

Perform task as the root user

2008-07-07 Thread jantje
Hi, Is it possible to perform a tast as the root user? (On a linux system?) -- View this message in context: http://www.nabble.com/Perform-task-as-the-root-user-tp18317538p18317538.html Sent from the Ant - Users mailing list archive at Nabble.com. -

Continu exec task, while leaving ant

2008-07-07 Thread jantje
Hi there, is it possible to start (in ant) something in a shell and let this running, while stopping ant. f.i: So "ant emulateProjectIso" starts, thr program qemu eulates the cd.. qemu is still running, but ant has stopped.. -- View this message in context: h

Re: Pipeline in exec-task

2008-07-02 Thread jantje
nd in order to suppress output (at > the > OS level). > > Gabor > > On Tue, Jul 1, 2008 at 5:13 PM, jantje <[EMAIL PROTECTED]> wrote: > >> >> >> A second question about : >> >> Is it possible not to have output to the shell from ? >> >

Re: Pipeline in exec-task

2008-07-01 Thread jantje
A second question about : Is it possible not to have output to the shell from ? While performing the exec-task I get no text output, but when finishing the task, I get all the output at once.. I need something like quit or verbose.. Thanks.. -- View this message in context: http://www.nabble

Pipeline in exec-task

2008-07-01 Thread jantje
Hi there, I need to do a /bin/bash operation, the "|" is a pipe: find /tmp/module/ -type d | xargs chmod -v 755; "find" I can include in an exec-task: But the result of this exec-task has to be "piped" to: xargs chmod -v 755; I really can't find a solutio

? function in build.xml

2008-07-01 Thread jantje
Hi there, I have this in build.xml These three tasks I have to repeat multiple times (only changing fop in f.i. jdk or project or..). Is it possible to make some kind of function so I only have to pass the word "fop"? f.i.: function SSS { }