On 11.06.2008 09:17, Andreas Hartmann wrote:

Removed:
    cocoon/branches/BRANCH_2_1_X/src/jdk1.3/
    cocoon/branches/BRANCH_2_1_X/src/jdk1.4/

now the build fails for me due to the missing directories (compile-build.xml):

  <!-- compiles the core -->
  <target name="compile-core" depends="compile-mocks, clover.on">
    <cocoon.compile srcdir="${java}"
                    destdir="${build.dest}"/>
    <echo>Compiling jdk ${used.vm} core classes</echo>
    <cocoon.compile srcdir="${jdk.java}"
                    destdir="${build.dest}"/>
  </target>


Does it work for you?

Hmm, on the one hand it does not really surprise me that it fails on missing directories, on the other hand that's exactly why I tried a "build clean" on my machine (Mac OS X though) before committing it. I will just take this compile statement out, but can not really test it obviously. Please report back if there are still problems.

Sorry for the inconveniences.

Joerg

Reply via email to