I think you can also write <javac taskName="myadornment" .../>
Gilles 2007/11/3, Mathieu Champlon <[EMAIL PROTECTED]>: > > Hello, > > You could use <presetdef> : > > <presetdef name="myadornment"> > <javac/> > </presetdef> > > > MAT. > > Sung Kim a écrit : > > Hi. > > > > Can I change adornment? For example, for the <java> 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 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Gilles SCOKART
