> From: Moritz Petersen [mailto:[EMAIL PROTECTED]]
> 
> hi list,
> 
> i'm quite a newbie to cocoon. the last few hours, i've spent removing
.jar
> files, pipelines etc. from the original cocoon configuration.
> my goal is to build a thin cocoon application, which renders xml to
svg to
> png. so all the database stuff, the searching abilities, the hello
world
> pipelines etc. are not used by my application.
> is there a clean cocoon template anywhere,

http://sourceforge.net/projects/chello


> or how do i know, which jars and

http://xml.apache.org/cocoon/installing/jars.html


> other configuration settings are necessary for my application?

All the necessary configuration is created automatically by the Ant
build script. Just remove all the jars from the lib/optional which you
do not want/need, and do "build clean; build -Dinclude.webapp.libs=yes
webapp".


> one example: while the documentation says the maybeupload jar is _not_
> required, cocoon throws an exception without it.

Have you build cocoon after removing the jar as described above?


> other example (may be special to my configuration): when packing the
> application with the ant [war] target, javac.jar is identified not to
have a
> valid manifest.mf file. this results in errors during the extraction
of the
> file in jboss.

That's complaint to the Sun, not Cocoon. Add manifest manually to your
java_home/lib/tools.jar.

Vadim


> any suggestions are welcome!
> 
> -moritz.
 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to