Can you guys take a look at the Javadoc task from my Ant build file and tell
me if you can see a mistake with it? (The "javadoc directory" and "basic
classpath" references are defined earlier in the build file.) Ant appears to
cycle trough each source code generating the Javadoc, but when I look in the
"javadoc directory" nothing is there. The HTML files for the Javadoc are
also nowhere else in the Eclipse Workspace.
Thanks,
The Sunburned Surveyor
<target name="javadoc">
<javadoc destdir="${javadoc directory}" useexternalfile="true">
<classpath refid="basic classpath"/>
<fileset dir="${source directory}">
<include name="com/**/*.java"/>
<include name="com/**/*.html"/>
<include name="org/**/*.java"/>
<include name="org/**/*.html"/>
<include name="de/**/*.java"/>
<include name="de/**/*.html"/>
</fileset>
</javadoc>
</target>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel