1. What do you expect in your log?
2. Maybe just setting the loglevel would help   <record loglevel="debug"/>

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
<record name="abc.txt" action="start"/>
<echo> javac src="${src}" destdir="${dest}"</echo>
          <javac src="${src}" destdir="${dest}">
<record name ="abc.txt" action="stop"/>



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
> <record name="abc.txt" action ="start"/>
>           <javac src="${src}" destdir="${dest}">
> <record name ="abc.txt action ="stop""/>
>
> 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 list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to