hi bart,
try the "tools/cocoon-block-deployer/cocoon-deployer-plugin-demo" sample
(comes with Cocoon 2.2) . The pom.xml of that sample should include all
information needed for deploying a Cocoon Block to run in a Servlet
Container. Additionally you will have to configure your Application
(pom.xml) to use all Cocoon Blocks required by your application (see
dependency sample).
<dependencies>
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-forms-impl</artifactId>
<version>1.0.0-M2-SNAPSHOT</version>
</dependency>
<!--more dependencies here-->
</dependencies>
check the cocoon blocks (source) you wish to use and copy the dependency
information from the respective blocks pom.xml. it would be wise to build
cocoon 2.2 locally before trying to get your application to work. you can
of cource do it without actually building cocoon but then you'll have to
configure your applikation (pom.xml) to use at least one maven2 repository
which supplies cocoon 2.2 artifacts. the latter alternative of course
brings along the convenience of not having to build cocoon entirely or in
part whenever some cocoon source changes, but to retrieve changed cocoon
blocks via mavens dependency resolver.
also check http://maven.apache.org for more information on the use of
maven2.
Freundliche Grüße / With kind regards
Thomas Zirke
S&N AG
Klingenderstr. 5
D 33100 Paderborn
voice +49 5251/1581-984
fax +49 5251/1581-71
eMail [EMAIL PROTECTED]
Web http://www.s-und-n.de
Vorstand
Klaus Beverungen
Josef Tillmann
Vorsitzender des Aufsichtsrates
Heinz-Dieter Wendorff
Handelsregister
Amtsgericht Paderborn HRB 3270
"bart remmerie" <[EMAIL PROTECTED]>
27.03.2007 14:43
Bitte antworten an users
An: [email protected]
Kopie:
Thema: installing and configuring cocoon 2.2
Dear all,
I want to get my existing 2.1.10 apps up and running under cocoon 2.2.
* In the documentation, I find information to get an application up
and running for "myNewBlock"
* In the readme files, I find information to get the "all blocks"
installation working (but this is actually broken)
Information I cannot seem to find is how to configure maven & cocoon
to get "myBlock" up and running with e.g. "cforms".
Where can I find such information ?
To be honest, I'm getting kind of frustrated by the lack of
comprehensive & working documentation available.
bart
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]