Hi
Below is the javadocs task we are using. Is it possible to turn the
javadocs warnings of completely so they are not generated. Or if any one
know how to stop cruisecontol from picking them up.
This is the task we are using:
<javadoc packagenames="com.someproj.*"
sourcepath="${subproject.java.src.dir}"
defaultexcludes="yes"
destdir="${javadoc.dir}/${sub.project.name}"
author="true"
version="true"
use="true"
verbose="off"
serialwarn="off"
windowtitle="${sub.project.name} API"
classpathref="global.classpath"
source="1.4"
>
<doctitle><![CDATA[<h1>${sub.project.name}
API</h1>]]></doctitle>
<bottom><![CDATA[<i>Copyright ©. All Rights
Reserved.</i><br><b>Build ${build.label}</b>]]></bottom>
<tag name="todo" scope="all" description="To do:" />
<group title="${sub.project.name}" packages="com.someproj.*"/>
</javadoc>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]