Asaf Mesika wrote:
Hi,

I'm using Ant from within Eclipse.

I'm developing a logger of my own for Ant, and I got stuck in early stage:
Running the default logger.

What did I do?
---------------------
I added to the arguments of Run Ant Configuration the following line:
-logger org.apache.tools.ant.DefaultLogger<http://ant.apache.org/manual/listeners.html#DefaultLogger>

 From some reason, I can't see any output.
If I remove this argument, everything works out fine.
If I'm running it from command line, and not from WSAD, the output is shown
properly.

Someone has any idea why?


Presumably Eclipse's own logger and yours are incompatible. Ant only allows one logger, multiple listeners. Eclipse needs a logger to show the output.

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

Reply via email to