You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Chris. Grobmeier" <gr...@neotecc.net> on 2005/02/18 11:00:41 UTC

Build Targets

Hello all,

i have had some trouble with cocoon and
i guess the reasons lies in building it wrong.

I tried to build cocoon with Tomcat 5.0.x and Java 1.4.2.
I did: cocoon webapp and copied the folders into my
webapp directory (i tried it also with .war).
First error came from hypersonic, which seems to be
allready running in the tomcat distribution. After
changing the port, it worked.
I tried all samples all worked well. After restartig
the container i got a lot of class not found exceptions.
A lot of the faces classes where lost.
I fixed this, it worked, restart, OJB.properties where
lost. and so on.

So: could you give me a hint what to build if i want
to create a basic site? In Struts there is something like
a "clean app". Is there something similar in this buildfile?
I tried "build site", but an error told me to install forrest.

Maybe somebody can tell me what happened at my machine or some
other hints?

Thanks in advance,
Chris

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


Re: Build Targets

Posted by "Chris. Grobmeier" <gr...@neotecc.net>.
Hi,

> If you are searching for Build Options this might be useful for you:
> http://wiki.apache.org/cocoon/AboutTheBuildTargets

Thanks, i did know about these targets.
Maybe i should rephrase my question:

After compiling cocoon, i have a lot things i don't
want, f.e. the HS-Database or an JMS-Queue. I tried
to comment out all what i not need. But the HSQLDB
does still start up in background.
(i did compile without examples)

My Question:
When i start a new project how do you compile cocoon.
I would like to have some kind of "clean & fresh" cocoon.

Hope you know what i mean.

Thanks & Regards,
Chris

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


Re: Build Targets

Posted by Christoph Hermann <ch...@tu-clausthal.de>.
Chris. Grobmeier schrieb:

Hello,

> So: could you give me a hint what to build if i want
> to create a basic site? In Struts there is something like
> a "clean app". Is there something similar in this buildfile?
> I tried "build site", but an error told me to install forrest.
>
> Maybe somebody can tell me what happened at my machine or some
> other hints?

If you are searching for Build Options this might be useful for you:
http://wiki.apache.org/cocoon/AboutTheBuildTargets

There is also a "build clean".

HTH
Christoph