cvs commit: ant/docs/manual/CoreTasks exec.html

2005-05-12 Thread peterreilly
peterreilly2005/05/12 03:27:57 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html Log: broken html tag in exec doc PR: 34884 Obtained from: jim fuller Revision ChangesPath No revision No revision 1.34.2.12 +1 -1 an

cvs commit: ant/docs/manual/CoreTasks exec.html

2005-03-30 Thread jglick
jglick 2005/03/30 09:08:27 Modified:src/testcases/org/apache/tools/ant BuildFileTest.java src/main/org/apache/tools/ant/util Watchdog.java src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTestRunner.java docs

cvs commit: ant/docs/manual/CoreTasks exec.html

2005-02-07 Thread stevel
stevel 2005/02/07 15:42:21 Modified:docs/manual/CoreTasks exec.html Log: minor doc updates Revision ChangesPath 1.47 +12 -16ant/docs/manual/CoreTasks/exec.html Index: exec.html === RCS file

cvs commit: ant/docs/manual/CoreTasks exec.html

2005-01-26 Thread mbenson
mbenson 2005/01/26 15:16:52 Modified:docs/manual/CoreTasks exec.html Log: Lost the stylesheet. Revision ChangesPath 1.45 +1 -0 ant/docs/manual/CoreTasks/exec.html Index: exec.html === RCS f

cvs commit: ant/docs/manual/CoreTasks exec.html

2005-01-26 Thread mbenson
mbenson 2005/01/26 15:07:26 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH ExecTask.java docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html Log: Sync from HEAD Revisio

cvs commit: ant/docs/manual/CoreTasks exec.html

2004-12-21 Thread bodewig
bodewig 2004/12/21 06:59:18 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html Log: merge Revision ChangesPath No revision No revision 1.34.2.9 +2 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html ===

cvs commit: ant/docs/manual/CoreTasks exec.html

2004-12-21 Thread bodewig
bodewig 2004/12/21 06:58:33 Modified:docs/manual/CoreTasks exec.html Log: java.library.path != PATH - PR: 32523 Revision ChangesPath 1.44 +2 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html ==

cvs commit: ant/docs/manual/CoreTasks exec.html

2004-11-05 Thread stevel
stevel 2004/11/05 00:58:10 Modified:docs/manual/CoreTasks exec.html Log: PR: 32066: exec favours .exe over . com. Yes, it does. Revision ChangesPath 1.42 +12 -0 ant/docs/manual/CoreTasks/exec.html Index: exec.html =

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2004-09-13 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Note that only CVS HEAD will search nested , > the 1.6 branch > won't since I've only added it when I created the > task. Good thing I only added it to HEAD then, eh? -Matt __ Do you Yahoo!? Yahoo!

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2004-09-10 Thread Stefan Bodewig
On 10 Sep 2004, <[EMAIL PROTECTED]> wrote: > Added searchpath attribute to for searching path > variables when resolveexecutable = true. Thanks to Stefan > for having already written the path-searching code. Note that only CVS HEAD will search nested , the 1.6 branch won't since I've only

cvs commit: ant/docs/manual/CoreTasks exec.html

2004-09-10 Thread mbenson
mbenson 2004/09/10 08:16:11 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs ExecTask.java docs/manual/CoreTasks exec.html Log: Added searchpath attribute to for searching path variables when resolveexecutable = true. Thanks to Stefa

cvs commit: ant/docs/manual/CoreTasks exec.html

2004-04-13 Thread bodewig
bodewig 2004/04/13 03:37:11 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html Log: merge Revision ChangesPath No revision No revision 1.34.2.6 +24 -0 ant/docs/manual/CoreTasks/exec.html Index: exec.html ===

cvs commit: ant/docs/manual/CoreTasks exec.html

2004-04-13 Thread bodewig
bodewig 2004/04/13 03:36:42 Modified:docs/manual/CoreTasks exec.html Log: Add RedHat S/390 hint submitted by Jack Woehr Revision ChangesPath 1.40 +24 -0 ant/docs/manual/CoreTasks/exec.html Index: exec.html ==

cvs commit: ant/docs/manual/CoreTasks exec.html java.html

2003-12-08 Thread conor
conor 2003/12/07 18:27:15 Modified:docs/manual/CoreTasks exec.html java.html Log: Merge Revision ChangesPath 1.37 +21 -19ant/docs/manual/CoreTasks/exec.html Index: exec.html === RCS file:

cvs commit: ant/docs/manual/CoreTasks exec.html java.html

2003-12-08 Thread conor
conor 2003/12/07 18:23:39 Modified:.Tag: ANT_16_BRANCH WHATSNEW docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html java.html Log: Document that attempts to read from System.in will receive an EOF rather than blocking as was the case in Ant 1.5 PR: 25258

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-09-06 Thread jhm
jhm 2003/09/06 08:48:01 Modified:docs/manual/CoreTasks exec.html Log: A little example for spawn attribute. Revision ChangesPath 1.33 +14 -0 ant/docs/manual/CoreTasks/exec.html Index: exec.html ==

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-09-02 Thread jhm
jhm 2003/09/02 09:24:02 Modified:docs/manual/CoreTasks exec.html Log: spell check Revision ChangesPath 1.32 +1 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html === RCS file: /hom

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On Tue, 29 Jul 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > Maybe the trick is to start a java spawner program (ours), that sets > up stdio, does the pumping, etc, etc. Probably. It would have to be forked and to be save invoked via nohup on Unix systems, though. So there still would be so

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Where in the code does the executable get resolved if > vmlauncher=false ? Nowhere, the OS does. If you look at antRun for example, it does , | cd "$1" | CMD="$2" | shift | shift | | exec "$CMD" "$@" ` which means

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Antoine Levy-Lambert
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 1:26 PM > On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: > > > Sorry, > > No harm done. > > > I will roll-back my change. > > Thanks. Maybe we can take what you've writ

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Sorry, No harm done. > I will roll-back my change. Thanks. Maybe we can take what you've written (which I guess is correct for vmlauncher="true") and what is present in the vmlauncher docs and combine it to something sensib

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Antoine Levy-Lambert
Sorry, I will roll-back my change. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 12:27 PM Subject: Re: cvs commit: ant/docs/manual/CoreTasks exec.html > On 30 Jul 2003,

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread antoine
antoine 2003/07/30 03:32:43 Modified:docs/manual/CoreTasks exec.html Log: roll-back wrong change concerning executable attribute Revision ChangesPath 1.30 +1 -8 ant/docs/manual/CoreTasks/exec.html Index: exec.html =

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On 30 Jul 2003, <[EMAIL PROTECTED]> wrote: > added precisions regarding the executable attribute in the > task This is not correct. Please see the blurb about relative paths in the description of the vmlauncher attribute. If you set vmlauncher to false, your CWD will be set to the dir attr

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread antoine
antoine 2003/07/30 03:19:56 Modified:docs/manual/CoreTasks exec.html Log: added precisions regarding the executable attribute in the task Revision ChangesPath 1.29 +8 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html ===

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 29 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: I do not know at all what is going to happen with output, error, stdin for the spawned process. My guess is they cause trouble if the spawned process wants to use them. I should back that claim, maybe late

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Stefan Bodewig
On Tue, 29 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > I do not know at all what is going to happen with output, error, > stdin for the spawned process. My guess is they cause trouble if the spawned process wants to use them. I should back that claim, maybe later today/tomorrow.

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Antoine Levy-Lambert
> On Tue, 29 Jul 2003, Conor MacNeill <[EMAIL PROTECTED]> > wrote: > > >> (2) the spawned process to be stoped or even killed by the system > >> (at least Unix) as soon as it tries to write to stdout or stderr > >> (probably either with SIGTTOU, SIGPIPE or SIGHUP). > > > > Why not just "caveat us

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Antoine Levy-Lambert
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:42 AM > On 28 Jul 2003, <[EMAIL PROTECTED]> wrote: > > > in the sense that I do not connect at all the new process to > > stream handlers and the ant logging system, disabling input, > >

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Antoine Levy-Lambert
, Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:43 AM Subject: Re: cvs commit: ant/docs/manual/CoreTasks exec.html > On 28 Jul 2003, <[EMAIL PROTECTED]> wrote: > > > Th

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Stefan Bodewig
On Tue, 29 Jul 2003, Conor MacNeill <[EMAIL PROTECTED]> wrote: >> (2) the spawned process to be stoped or even killed by the system >> (at least Unix) as soon as it tries to write to stdout or stderr >> (probably either with SIGTTOU, SIGPIPE or SIGHUP). > > Why not just "caveat user" :-) AFAIU t

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Conor MacNeill
On Tue, 29 Jul 2003 05:42 pm, Stefan Bodewig wrote: > On 28 Jul 2003, <[EMAIL PROTECTED]> wrote: > > in the sense that I do not connect at all the new process to > > stream handlers and the ant logging system, disabling input, > > output, error, and return exec attributes in the case of spawn

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Stefan Bodewig
On 28 Jul 2003, <[EMAIL PROTECTED]> wrote: > This change allows exec to start a process which will run > independently of ant. Will the spawned process keep running after Ant is finished? Stefan - To unsubscribe, e-mail: [E

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-29 Thread Stefan Bodewig
On 28 Jul 2003, <[EMAIL PROTECTED]> wrote: > in the sense that I do not connect at all the new process to > stream handlers and the ant logging system, disabling input, > output, error, and return exec attributes in the case of spawn. Won't this cause (1) the spawned process to hang as soo

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-28 Thread antoine
antoine 2003/07/28 03:39:31 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Execute.java ExecTask.java docs/manual/CoreTasks exec.html Log: This change allows exec to start a process which will run independently