DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19249>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19249 javadoc @doclet.ins equivalent Summary: javadoc @doclet.ins equivalent Product: Ant Version: 1.5 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi I'm not sure this is a bug, just a problem with my usage probably. I currently generate javadoc by using the "exec" task as follows: <target name="javadoc" depends="prepare"> <delete dir="${build}/doc/api"/> <exec executable="${myenv.JAVA_HOME}/bin/javadoc" > <arg line="@doclet-build.ins"/> <env key="classpath" path="${classpath}"/> </exec> </target> I want to change this to use the javadoc task, but still use doclet-build.ins, and I can't figure out how to make this work properly. What is the right usage? Seems I've tried a million permutations and they always give: No source files and no packages have been specified. Regards Eric Kaplan
