$ sh build.sh -Dbuild.root=somewhere leads to errors when coming to scratchpad.
I had to modify build.xml. See the attached patch.
--- build.xml 2002-12-06 21:41:58.000000000 +0100 +++ build.xml 2002-12-11 04:27:59.000000000 +0100 @@ -191,7 +191,7 @@ <include name="*.jar"/> </fileset> <!-- FIXME : how to build a path that references a property set in 'init' target ? --> - <pathelement path="./build/cocoon/classes"/> + <pathelement path="${build.root}/cocoon/classes"/> </path> <!-- =================================================================== -->
--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>