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=25349>.
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=25349

Javadoc useexternalfile option fails with directory names with spaces





------- Additional Comments From [EMAIL PROTECTED]  2003-12-09 02:24 -------
Sorry, I forgot.  Here is my ant build script:

<?xml version="1.0" encoding="UTF-8"?>
<project default="javadoc">
        <target name="javadoc">
                <javadoc packagenames="com.sgx.dc.core2app.*" 
useexternalfile="yes" destdir="docs">
                        <fileset dir="ejbModule">
                                <include name="**/*.java"/>
                        </fileset>
                </javadoc>
        </target>
</project>

I think the problem is due to the <fileset> tag.

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

Reply via email to