Re: Javadoc errors from ant task
"Bryan Salter" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
i ended up converting javadoc ant task to an ant exec task and redirected error output using error option available with exec. thanks ________________________________ From: [email protected] [mailto:[email protected]] Sent: Thursday, May 20, 2010 3:09 PM To: [email protected] Subject: Re: [Cruisecontrol-user] Javadoc errors from ant task Bryan: This is running from the ant build that cruisecontrol performs. I don't think that this is so much of a cruisecontrol filtering issue; although, perhaps there is some capability for cruisecontrol to filter the output. I invite others to coment if they are aware. I looked into this issue a little while back and there is a redirector task in ANT, but it only works with exec, apply, and java. I do not believe that there is a way to redirect output from the javadoc task either. I was looking into running javadocs from either exec or from the java task. There is an example of the redirector task in the ANT code that you have. Best of luck. Eric From: Bryan Salter [mailto:[email protected]] Sent: Thursday, May 20, 2010 2:28 PM To: [email protected] Subject: [Cruisecontrol-user] Javadoc errors from ant task 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