Re: Ant 1.5 to 1.7 problem.

2007-11-15 Thread richardmonk
"Don\'t know how to detect os family \"" + family + "\""); } } if (name != null) { isName = name.equals(osName); } if (arch != null) {

Re: Ant 1.5 to 1.7 problem.

2007-11-14 Thread richardmonk
e > standard "ant" shell script without the Python front end? > > On Nov 12, 2007 3:01 PM, richardmonk <[EMAIL PROTECTED]> wrote: >> >> David >> >> Thanks a lot for this. >> I tried it. It was good first time. When i ran it again, it gave the same &

Re: Ant 1.5 to 1.7 problem.

2007-11-12 Thread richardmonk
David Thanks a lot for this. I tried it. It was good first time. When i ran it again, it gave the same error. (i changed a little on the echo msg) Sorry if it is late to mention here, we use a customized runant.py to run the build.xml; it does have some cutomized things inside to load different

Re: AW: ant 1.7 java.lang.ExceptionInInitializerError

2007-11-12 Thread richardmonk
ava(II)V(Unknown Source) at jrockit.vm.RNI.clinitTrampoline()V(Unknown Source) ... 20 more Total time: 0 seconds Jan.Materne wrote: > > Could you run with "-debug" and post the stacktrace? > > Jan > >>-Ursprüngliche Nachricht- &g

ant 1.7 java.lang.ExceptionInInitializerError

2007-11-07 Thread richardmonk
Hi i am upgrading the whole project from ant1.5.1 to ant1.7.0 it gave error build_config.xml:151: java.lang.ExceptionInInitializerError the line 151 of that xml is a uptodate task. Any idea why i got the error? Please kindly help. Your reply is highly appreciated.