You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by g4 <ja...@root10.net> on 2003/07/25 17:54:17 UTC

failed clean build

Hi there list.

I'm trying to create a "clean" minimal build of Cocoon for my app.

I have this in build.xml:

<target name="EnglishToys" depends="webapp" description="clean build">
	<copy file="./src/webapp/sitemap-EnglishToys.xmap" 
tofile="./build/cocoon/webapp/sitemap.xmap"/>
	<jar jarfile="./build/cocoon/EnglishToys.war" 
basedir="./build/cocoon/webapp" includes="sitemap.xmap,WEB-INF/**"/>
</target>

and I have created my own /sitemap-EnglishToys.xmap in 
$cocoon-2.1/src/webapp, in this I've removed all pipelines and actions. 
The build is successful but all I have in the 
$cocoon-2.1/build/cocoon/webapp/ is "siemap.xmap" and the 
EnglishToys.war files is 8kb!!!!

So something is wrong somewhere!! Any ideas

Many thanks
Jason Lane

Jason Lane

Developer
Root10 developments


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org