Hi,

I need some help with the Recorder Task of Ant.

I want to capture the compile output as a xml file and
tried to use the recorder task.

I used the following statement:

        <record name="javac.xml" listener="org.apache.tools.ant.XmlLogger"
                action="start"/>

and later I stopped it with action="stop".

My problem is that the output from maven not xml...

I`ve patched the jelly script from the java task and set the
recorder tag just before and after the call to javac but
they seems to be ignored.


I don`t understand why the recorder do not log as xml.

Any help is welcome...

thnx Oliver Dohmen

P.S: I`m using maven-1.0-beta-9 and ant 1.5.3-1

        

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

Reply via email to