Hi,
I use following build.xml:
<project name="myproject" default="complete" basedir=".."
xmlns:artifact="urn:maven-artifact-ant">
<path id="maven-ant-tasks.classpath"
path="${basedir}/build/maven-ant-tasks-2.0.6.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
<artifact:pom file="${basedir}/pom.xml" id="maven.project" />
LINE10: <artifact:dependencies
settingsFile="${user.home}/.m2/settings.xml" pathId="compile.classpath"
filesetId="compile.fileset" useScope="compile">
<pom refid="maven.project" />
</artifact:dependencies>
[..]
Executing this script I get the following error but this script works
well with windows and no change at all.
Buildfile: /home/maj0r/source/JWWatcher/build/build.xml
BUILD FAILED
/home/maj0r/source/JWWatcher/build/build.xml:10:
java.lang.NullPointerException
Total time: 956 milliseconds
Does anyone have the same problem or a hint for me?
Regards,
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]