Re: record doesn't, in case of a crash?

2011-08-16 Thread Stefan Bodewig
On 2011-08-16, Echlin, Robert wrote: > I don't have a log file for the process that crashed. > It seems that the "record" element does not write a file if Ant exits before > the "record stop" is reached. > Is that correct? Maybe. writes to a PrintStream

record doesn't, in case of a crash?

2011-08-16 Thread Echlin, Robert
Hi I don't have a log file for the process that crashed. It seems that the "record" element does not write a file if Ant exits before the "record stop" is reached. Is that correct? Anything I can do to fix this in my Ant code? Thanks. Rob

AW: Do several things with each record of a fileset

2009-08-07 Thread Jan.Materne
>I've got a fileset and I want to extract the differents path >for each elemente of the fileset and do several things. For >example: for each element of the fileset I want: > >1.- To know the path without the file name use like pattern. inside a loop maybe via a and a mapper >2.- Extrac

Do several things with each record of a fileset

2009-08-07 Thread Redondo Gallardo, Raul Maria
Good morning, I've got a fileset and I want to extract the differents path for each elemente of the fileset and do several things. For example: for each element of the fileset I want: 1.- To know the path without the file name use like pattern. 2.- Extract the first folder name of the result o

RE: Scope of a record task name

2009-08-04 Thread Jerry Gene-Sung Chung
emove these from the parent log. (*2) don't know why it is written Thanks, jerry > From: genes_ch...@hotmail.com > To: user@ant.apache.org > Subject: Scope of a record task name > Date: Tue, 4 Aug 2009 12:43:58 -0400 > > > Hi Users, &

Scope of a record task name

2009-08-04 Thread Jerry Gene-Sung Chung
Hi Users, I just wondered of the scope for a record task name, so it would be great if you could share your knowledge. I have two targets to record both activities like these: I was assuming the record name could be managed globally, but it seems

AW: how to record javac task?

2008-02-06 Thread Jan.Materne
1. What do you expect in your log? 2. Maybe just setting the loglevel would help Jan -Ursprüngliche Nachricht- Von: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 4. Februar 2008 20:00 An: Ant Users List Betreff: Re: how to record javac task? Please try this

Re: how to record javac task?

2008-02-04 Thread glenn opdycke-hansen
Please try this javac src="${src}" destdir="${dest}" On Feb 4, 2008 7:30 AM, san84 <[EMAIL PROTECTED]> wrote: > > hi all, > am beginner to ant tool. > am trying to record the compile task using ant as follows > > > &g

how to record javac task?

2008-02-04 Thread san84
hi all, am beginner to ant tool. am trying to record the compile task using ant as follows but nothing is getting recorded plz help me out. -- View this message in context: http://www.nabble.com/how-to-record-javac-task--tp15268113p15268113.html Sent from the Ant - Users mailing

RE: record task

2005-06-23 Thread S I
Hi I've got it to work. There's not much to it and you just have to specify a file name. Just see the Ant core tasks sections in ant.apache.org for examples: And a record task can be stated right before your very 1st target to start a recording session i

record task

2005-06-23 Thread Parimala
Hi All, How to use record task and what exactly it does. I tried to use it but it's not crating the output file at all. What could be teh possible reason any alternate for that? thanks in advance. Par

record task

2005-06-23 Thread Parimala
Hi All, How to use record task and what exactly it does. I tried to use it but it's not crating the output file at all. What could be teh possible reason any alternate for that? thanks in advance. Par