I have the same problems using Win2k, Sun JDK 1.4.0_01, Tomcat 4.0.4 LE,
cvs checkout from HEAD and "build -Dinstall.webapp.libs=yes webapp".
I think it's not the CSS from line 1519, but the complete <javadoc>
element which ends in 1519. Furthermore there is a DEPRECATED warning of
ant 1.5:
[available] DEPRECATED - <available> used to override an existing property.
[available] Build file should not reuse the same property name for
different values.
Joerg
Ryan Hoegg wrote:
> Hi,
>
> Tested using Linux, JDK1.4, Tomcat 4.0.4. Initial Results: Build
> Failed. Error details follow:
>
> BUILD FAILED
> file:/usr/local/cocoon-CVS/xml-cocoon2/build.xml:1519: No source files
> and no packages have been specified.
>
> build.xml snippet:
> 1505: <!--
> =================================================================== -->
> 1506: <!-- Creates the API documentation for JDK
> 1.4 -->
> 1507: <!--
> =================================================================== -->
> 1508: <target name="javadocs14" if="jdbc3.present">
> 1509: <javadoc additionalparam="-subpackages ${packages}"
> 1510: sourcepath="${build.src}"
> 1511: destdir="${build.javadocs}"
> 1512: author="true"
> 1513: version="true"
> 1514: use="false"
> 1515: noindex="true"
> 1516: windowtitle="${Name} API"
> 1517: doctitle="${Name}"
> 1518: bottom="Copyright © ${year} Apache Software
> Foundation. All R$
> 1519: stylesheetfile="${resource.dir}/javadoc.css">
> 1520: <classpath refid="classpath"/>
> 1521: </javadoc>
> 1522: </target>
>
> Finally, the results of # find /usr/local/cocoon-CVS -name javadoc.css
> /usr/local/cocoon-CVS/src/resources/javadoc.css
>
> Any ideas?
>
> Ryan Hoegg
> ISIS Networks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]