"post failure tasks" for failing targets

2007-03-12 Thread martin sweitzer
For a cruisecontrol set up we have a task called text2xml. So for text2xml to do its magic it needs to run :-) This is problematic for something like: So the exec fires off and then it has an error so the failonerror aborts the target and returns! This is more generall

Re: target timeout

2007-01-17 Thread martin sweitzer
On 1/5/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: Hi, can you give a short snippet to illustrate your problem ? i use limit like that and it works fine = put all my stuff that should be killed if not in time, f.e. ... ... if there are any sideeffects with your targets and antca

Re: target timeout

2007-01-04 Thread martin sweitzer
On 12/22/06, martin sweitzer <[EMAIL PROTECTED]> wrote: On 12/22/06, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: > Hi, > > martin sweitzer wrote: > > Is there a way to have a timeout associated with a ? > > I would like to put an upper bound on the time a target

Re: target timeout

2006-12-22 Thread martin sweitzer
On 12/22/06, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: Hi, martin sweitzer wrote: > Is there a way to have a timeout associated with a ? > I would like to put an upper bound on the time a target can run. I you can go with the task from antcontrib see = http://ant-contrib.sou

target timeout

2006-12-22 Thread martin sweitzer
Is there a way to have a timeout associated with a ? I would like to put an upper bound on the time a target can run. I know I can probably go through and set each exec function to have a timeout but for some tasks (depending on what people checked in) it is pretty variable. Being able to set

Re: using fileset to only list the filenames and not the path+filename

2005-10-25 Thread martin sweitzer
after all s are applied. > > So > > ... > > > > > > should help. > > > Jan > > > >-Ursprüngliche Nachricht- > >Von: martin sweitzer [mailto:[EMAIL PROTECTED] > >Gesendet: Dienstag, 25. Oktober 2005 09:38 > >An: Ant Use

Re: using fileset to only list the filenames and not the path+filename

2005-10-25 Thread martin sweitzer
ant4\build.xml > [apply] 2nd param: build.xml > [apply] . > [apply] 1st param: files.zip > [apply] 2nd param: files.zip > [apply] . > [apply] 1st param: myecho.bat > [apply] 2nd param: myecho.bat > [apply] . > > ---8-<---8-<---8-<---8-<---8-&l

using fileset to only list the filenames and not the path+filename

2005-10-24 Thread martin sweitzer
How does one utilize fileset to only list the filenames and not the path+filename? example: That will result in the something like the following: anExe d:/foo/bar/baz/file0 "a bunch of params" anExe d:/foo/bar/baz/file1 "a bunch of params" anExe d:/foo/bar/baz/file2 "a bunch of para

Re: Can we display CPPUnit test result as JUnit test results

2005-10-24 Thread martin sweitzer
On 8/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Don´t know how CPPUnit logs the results. > > For using you have to log the JUnit results in a special xml > format. The transformation > is done using stylesheets from ANT/src/etc/junit-*.xsl. > > If CPPUnit logs in the same format, you