Title: javadoc error
 
Sent: Friday, February 16, 2001 12:40 AM
Subject: javadoc error

Hi all,

Our javadoc task used to work with Ant 1.2, but it is not working in the new 1.3b1 or 1.3b2. Any ideas? The javadoc command generated by Ant seems to be incorrect.

Thanks in advance!

-- code --
<target depends="prepare" name="javadoc">
        <javadoc
                sourcepath="${project.sources}"
                destdir="${project.javadocs}"
                packagenames=".*">

 

Have you tried to use packagenames="*"? Or what was the intention to use ".*" as a package-name?

Just guessing at the moment :-)

Nico

 

Reply via email to