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
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
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
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