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? Thank you. Asaf
