Re: ANT todir= exception

2005-11-04 Thread Chidananda Jayakeerti
The build.xml and the trace is attached. If we confirm this as a bug, I will file a bug report. Thanks [EMAIL PROTECTED] src]$ ant -v Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java version: 1.5 in: /usr/local/java/jdk1.5.0_05/jre Detected OS: Linux parsing buil

Re: ANT todir= exception

2005-11-04 Thread Steve Loughran
Chidananda Jayakeerti wrote: Hello all, I'm new to ANT. I'm trying to generate checksum using the following syntax, throws /home/app/build.xml:110: java.lang.NullPointerException If i remove todir="${build.dest}" parameter, everything compiles. I'm using Ant 1.6.5 on Sun JDK 1.5.0_05. Any

AW: ANT todir= exception

2005-11-03 Thread Jan.Materne
Hi Chida, check your exact spelling - especially whitespaces: > --^- >/home/app/build.xml:110: java.lang.NullPointerException What is the stacktrace of the NPE? cheers Jan

ANT todir= exception

2005-11-03 Thread Chidananda Jayakeerti
Hello all, I'm new to ANT. I'm trying to generate checksum using the following syntax, throws /home/app/build.xml:110: java.lang.NullPointerException If i remove todir="${build.dest}" parameter, everything compiles. I'm using Ant 1.6.5 on Sun JDK 1.5.0_05. Any suggestions? Thanks, Chida