From: "Vadim Gritsenko" <[EMAIL PROTECTED]>

> > 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

Next release of Cocoon will have an improved war, that can be cleaned by
just a directory that contains the samples.
It should suit your needs :-)

> > 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".

Or more easily (new build targets):
build clean
build installwar

> > 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?

And also remember, as dad Vadim keeps repeating at every occasion ;-) , to
do a build clean and deleting the work directory of the webapp comtainer.

--
Nicola Ken Barozzi                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
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