You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Oliver Dohmen <od...@luusa.org> on 2003/07/07 20:29:16 UTC

Using the Ant recorder task for xml logging with maven

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org