RE: How to do "native2ascii"?

2006-11-28 Thread jiangshachina
Hello, I think I really used a wrong work flow. I switch to the scripts as shown as the following, compile generate-resources

RE: How to do "native2ascii"?

2006-11-27 Thread jiangshachina
Hello, Now I have another troubles. compile compile run With my scripts

RE: How to do "native2ascii"?

2006-11-27 Thread jiangshachina
OK, that's right! Thanks very much! a cup of Java, cheers! Sha Jiang struberg wrote: > > Oki, i looked at all jars. You have to add the > ant-nodeps to your dependencies also. > > This contains the optional ant taskdef for > native2ascii. > > > ant > ant-nodeps > 1.6.5 > runtime >

Re: How to do "native2ascii"?

2006-11-27 Thread jiangshachina
Hi, It's in . a cup of Java, cheers! Sha Jiang Wayne Fay wrote: > > Did you put the node inside , as suggested, or > just directly to the ? > > Wayne > > On 11/27/06, jiangshachina <[EMAIL PROTECTED]> wrote: >> >> Hi struberg, >> Thanks for your help. >> I had a try with your instructions,

RE: How to do "native2ascii"?

2006-11-27 Thread Mark Struberg
Oki, i looked at all jars. You have to add the ant-nodeps to your dependencies also. This contains the optional ant taskdef for native2ascii. ant ant-nodeps 1.6.5 runtime lg, strub --- jiangshachina <[EMAIL PROTECTED]> schrieb: > > Hi struberg, > Thanks for your help. > I had a try

Re: How to do "native2ascii"?

2006-11-27 Thread Wayne Fay
Did you put the node inside , as suggested, or just directly to the ? Wayne On 11/27/06, jiangshachina <[EMAIL PROTECTED]> wrote: Hi struberg, Thanks for your help. I had a try with your instructions, but didn't get good result. The following is my snippet of scripts com.sun tools 1.5.0_0

RE: How to do "native2ascii"?

2006-11-27 Thread jiangshachina
Hi struberg, Thanks for your help. I had a try with your instructions, but didn't get good result. The following is my snippet of scripts com.sun tools 1.5.0_09 system C:\setup\java\jdk1.5.0_09\lib\tools.jar The error and information are below, [ERROR] BUILD ERROR [INFO] -

RE: How to do "native2ascii"?

2006-11-27 Thread Mark Struberg
Btw, you may remove the antlr dependencies since this has nothing to do with ant. antlr: ANother Tool for Language Recognition read more at: http://www.antlr.org/ Some ant dependencies which (in other common scenarios) would make sense are: ant/ant-nodeps ant/ant-stylebook ant-contrig/ant-cont

RE: How to do "native2ascii"?

2006-11-27 Thread Mark Struberg
Hi Jiang! This task is a bit tricky, since the antrun plugin does come with almost no dependencies in the default pom. This is basically a good idea, since you don't have jars lying around which you do not use. Specially the native2ascii is a bit dirty, since this is a special part provided by th