Re: JavaDoc problem

2009-03-03 Thread Troy Bull
I am not sure if this is my problem or not.. The stack trace looks to me like it is trying to scan for some files or something: BUILD FAILED java.lang.NullPointerException at org.apache.tools.ant.types.AbstractFileSet.setupDirectoryScanner(AbstractFileSet.java:477) at org.apache.t

RE: JavaDoc problem

2009-03-03 Thread Martin Gainty
Troy- I found javadoc had a hard dependency on ../etc/common.xml which I solved with HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sen

Re: Javadoc problem

2005-01-08 Thread Antoine Levy-Lambert
Hello Rhino, I think javadoc has a classpath attribute. You presumably need to put in the javadoc classpath the jar containing this common.Utilities class (or the root directory containing the corresponding classes). Normally the classpath you use to compile a module is also OK to run javadoc. Chee