> My guess is that your ivy:install target is wrong, it should be:
>
>
>organisation="apache"
> module="commons-lang"
That worked! Thanks. Of course it makes sense that the system namespace
org/module should be used. Pretty neat.
- Stephen
Okay, i will do that. Thanks.
--
View this message in context:
http://ant.1045680.n5.nabble.com/java-lang-NullPointerException-tp3271316p3271415.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscrib
Well, your error is happening in executing a custom task :
java.lang.NullPointerException
at openworks.ant.UpdateVersion.execute(UpdateVersion.java:73)
at
You should ask support from whoever wrote openworks.ant.UpdateVersion
But even before that, maybe you are forgetting to pass
My guess is that your ivy:install target is wrong, it should be:
Don't forget to clean your cache before giving it a try!
regards,
Maarten
- Original Message
From: Stephen Haberman
To: ivy-u...@ant.apache.org
Sent: Wed, November 17, 2010 5:12:30 PM
Subject: ParseException during
verup is a macrodef...
Apache Ant version 1.7.0 compiled on December 13 2006
Buildfile: changes.xml
Detected Java version: 1.6 in: C:\Program Files\Java\jre6
Detected OS: Windows XP
parsing buildfile C:\apache-ant-1.7.0\bin\changes.xml with URI =
file:/C:/apache
-ant-1.7.0/bin/changes.xml
Project
A full stack trace would be useful to figure out what is going on.
Also, what is "verup" ? Is it a custom task ? a macrodef ?
Regards,
Antoine
On 11/18/10 2:15 PM, ritchie wrote:
> This is a part of my script.
>
>
>failonerror="true"
> outputproperty="Version" >
>
This is a part of my script.
I am getting the error when the script tries to exceute the line http://ant.1045680.n5.nabble.co
I downloaded ant-1.8.1 trying to build it in fedora o.s
I have junit*jar in my CLASSPATH.
when i do / build.sh install-lite gives the following error
build:
Created dir: /home/rvara/Desktop/apache-ant-1.8.1/build/lib
Compiling 249 source files to /home/rvara/Desktop/apache-ant-1.8.1/build/class