Stefan,

You are right. The problem has not gone away. Here is the output I get:

....
Buildfile: build.xml

doccheck:
  [javadoc] Generating Javadoc

BUILD FAILED
java.lang.NullPointerException
        at
org.apache.tools.ant.types.Reference.getReferencedObject(Reference.java:91)
        at org.apache.tools.ant.types.Path.dieOnCircularReference(Path.java:464)
        at org.apache.tools.ant.types.Path.dieOnCircularReference(Path.java:472)
        at org.apache.tools.ant.types.Path.list(Path.java:287)
        at org.apache.tools.ant.types.Path.addExisting(Path.java:260)
        at org.apache.tools.ant.types.Path.concatSystemClasspath(Path.java:551)
        at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1527)
        at org.apache.tools.ant.Task.perform(Task.java:313)
        at org.apache.tools.ant.Target.execute(Target.java:309)
        at org.apache.tools.ant.Target.performTasks(Target.java:334)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1216)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1160)
        at org.apache.tools.ant.Main.runBuild(Main.java:605)
        at org.apache.tools.ant.Main.start(Main.java:195)
        at org.apache.tools.ant.Main.main(Main.java:234)

Total time: 1 second
java.lang.NullPointerException
        at
org.apache.tools.ant.types.Reference.getReferencedObject(Reference.java:91)
        at org.apache.tools.ant.types.Path.dieOnCircularReference(Path.java:464)
        at org.apache.tools.ant.types.Path.dieOnCircularReference(Path.java:472)
        at org.apache.tools.ant.types.Path.list(Path.java:287)
        at org.apache.tools.ant.types.Path.addExisting(Path.java:260)
        at org.apache.tools.ant.types.Path.concatSystemClasspath(Path.java:551)
        at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1527)
        at org.apache.tools.ant.Task.perform(Task.java:313)
        at org.apache.tools.ant.Target.execute(Target.java:309)
        at org.apache.tools.ant.Target.performTasks(Target.java:334)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1216)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1160)
        at org.apache.tools.ant.Main.runBuild(Main.java:605)
        at org.apache.tools.ant.Main.start(Main.java:195)
        at org.apache.tools.ant.Main.main(Main.java:234)
......

I hope this is of some help. I also tried to run with -verbose and -debug,
but everything seems normal up to the point of the exception, so I did not
include that output. If you want it though, you got it.

Ylan Segal.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to