RE: Japaniese character not supporting in ANT

2011-06-10 Thread Echlin, Robert
Hi Hari, 1) Your email shows groovyc reporting with an identifier at the start of the line that can't have come from Ant, like: [*groovyc*] Except for one line that looks like normal Ant output: [groovyc] These lines, with [*groovyc*], look like they were not generated in ant, but in some other

Re: [Ant customizable task]dependencies

2011-06-10 Thread Dominique Devienne
On Fri, Jun 10, 2011 at 4:22 AM, wayne wrote: >     Is anybody know how to add dependencies to a customizable ant task. Not sure what you mean here. >         classname="org.apache.commons.javaflow.ant.AntRewriteTask"> >                                 >                                         >

Re: Japaniese character not supporting in ANT

2011-06-10 Thread Scot P. Floess
Looks like its not Ant but the compilation of your groovy code? On Wed, 8 Jun 2011, Hari wrote: HI Am currently working on Japanese project. This is my below code am using . The build.xml not working . ?@

[Ant customizable task]dependencies

2011-06-10 Thread wayne
Hi All: Is anybody know how to add dependencies to a customizable ant task. here is my case: