Carsten Ziegeler wrote:
Gump wrote:

<SNIP/>

compile-mocks:
<SNIP/>
[echo] Compiling Cocoon Core
[javac] Compiling 32 source files to /home/gump/workspaces2/public/workspace/cocoon/build/cocoon/classes
[javac] Compiling 536 source files to /home/gump/workspaces2/public/workspace/cocoon/build/cocoon/classes
[javac] /home/gump/workspaces2/public/workspace/cocoon/src/java/org/apache/cocoon/xml/dom/DocumentWrapper.java:26: cannot resolve symbol
[javac] symbol : class DOMConfiguration [javac] location: package dom
[javac] import org.w3c.dom.DOMConfiguration;
[javac] ^


Although the mocks are compiled, it seems that the compiled mock classes
are not in the classpath to compile the core. Does anyone know how to
tell gump to also include the compiled mock classes?

Sure,

    <work nested="build/cocoon-@@DATE@@/mocks"/>

but I don't think we should, really, in gump we already have the real classes anyway... what I don't understand is what happened to the DOM classes in gump in the first place!

anyway, I just added

     <depend project="xml-apis"/>

let's see if that solves the problem.

--
Stefano.



Reply via email to