Re: [broken_builds] [!] NB-dev-200312111900: FAILED TO BUILD JAVADOC!
Tim Boudreau <[email protected]> Thu, 11 Dec 2003 22:10:13 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Rather than get this message a bunch of times, I committed a hotfix to print a warning and not try to build submodule javadoc. Someone should fix this properly ASAP. -Tim NetBeans builder wrote: >[ This mail was autogenerated by NetBeans daily dev build ] >NetBeans daily build was unable to build NetBeans javadoc. > >See possible errors: >########### BEGIN: NetBeansIDE-dev-200312111900_javadoc_build_log.txt line(s) 5353,5353 ########### > [copy] Copying 43 files to /tmp/netbeans/dev/nbtrunk/nb_all/xml/api/javadoc > [for-each] Process 'tasklist/api' location with 'javadoc' target ... > > ---> BUILD FAILED >file:/tmp/netbeans/dev/nbtrunk/nb_all/nbbuild/build.xml:917: Target `javadoc' does not exist in this project. > >Total time: 4 minutes 42 seconds >########### END: NetBeansIDE-dev-200312111900_javadoc_build_log.txt line(s) 5353,5353 ########### > > > >See build log(s): ><http://www.netbeans.org/download/dev/buildlogs/daily/200312111900/NetBeansIDE-dev-200312111900_javadoc_build_log.txt> > > >-- >NetBeans builder >Feedback to: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
dif
(text/plain, 962 B)
Index: build.xml
===================================================================
RCS file: /cvs/tasklist/build.xml,v
retrieving revision 1.40
diff -c -r1.40 build.xml
*** build.xml 11 Dec 2003 16:44:13 -0000 1.40
--- build.xml 11 Dec 2003 21:17:50 -0000
***************
*** 83,89 ****
</target>
<target name="javadoc">
! <for-each locations="${submodules}"/>
</target>
--- 83,90 ----
</target>
<target name="javadoc">
! <echo message="FIXME! There should be a javadoc targets for TaskList/* and there isn't one. This is your friendly hotfix speaking."/>
! <!-- <for-each locations="${submodules}"/> -->
</target>
***************
*** 111,116 ****
--- 112,119 ----
excludesfile="${nbroot}/nbbuild/standard-jar-excludes.txt"
compress="true"/>
</target>
+
+
<!-- Check all XML files in all sub-modules. -->
<target name="check">