>I found javadoc had a hard dependency on ../etc/common.xml Where is common.xml? I dont know any. Can you point it to me? http://svn.apache.org/repos/asf/ant/core/trunk/
>BUILD FAILED >java.lang.NullPointerException > at org.apache.tools.ant.types.AbstractFileSet.setupDirectoryScanner(Abstrac tFileSet.java:477) > at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(>Abstract FileSet.java:442) > at org.apache.tools.ant.types.FileSet.iterator(FileSet.java:69) Does the root directory of your fileset exist? <javadoc> <fileset dir="THIS_DIRECTORY"/> If not, the failing is not a behaviour of <javadoc>. The <fileset> crashes ;) Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org