Re: Javadoc errors from ant task

<[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <23FDD0B19615C1438C129BECB26FC416052096E9@TLRUSDCMBX01.ERF.THOMSON.COM>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.