Javadoc errors from ant task
"Bryan Salter" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Any idea how to suppress/redirect all the javadoc errors from my build?
I run javadoc thru the ant task.
<target name="_javadoc" depends="" if="javadoc.file.present"
description="Create the JavaDoc">
<javadoc destdir="${javadoc.dir}"
packagenames="com.llbean.*"
sourcepath="${javadoc.src}"
author="true"
version="true"
maxmemory="${javadoc.maxmemory}"
classpath="${toString:classpath.build}">
</javadoc>
</target>
thanks in advance
------------------------------------------------------------------------------
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user