Re: Headless Ant: problems with loggers and listeners

2007-11-03 Thread Gabriele Bodda
Hi, I've found one more element. I got exactly the same error if I launch Ant through Eclipse with ANY listener, even with "-listener org.apache.tools.ant.XmlLogger" that happens to be cited even in the Ant manual. To be more precise: it seems like the parameter -listener doesn't work when you la

Re: AW: Ant task to convert PNGs to GIFs?

2007-11-03 Thread Tim Meals
Jan -- I like #1 the best, but it seems like the Batik project won't touch GIFs due to licensing restrictions. I think for now I'll just output PNGs and convert them into GIFs through ImageMagick, which does a good job. Maybe if I get some extra time (ha!), I'll write an extension to the exiting

Re: Change adornment?

2007-11-03 Thread Mathieu Champlon
Hello, You could use : MAT. Sung Kim a écrit : Hi. Can I change adornment? For example, for the task, ant automatically adds [java] in front of each log. I can use -e option to remove it. However, can I change it to [javac] or [myadornmnet]? - Sung ---