Hi Peter,

Hippo Cocoon uses maven 1 as it's build system. If you want to migrate
you're new site to hippo-cocoon, you need to define the dependency for
your project. In this case it will be for XSP.

All cocoon dependencies can be found on maven mirrors:

http://repo1.maven.org/maven/cocoon/jars/

is one of them. For adding the XSP block you need to add the following
jar:

<!-- Hippo build of Cocoon Core -->
<dependency>
  <id>cocoon+xsp</id>
  <version>2.1.8</version>
  <properties>
    <cocoon.bundle>true</cocoon.bundle>
  </properties>
</dependency>

In some cases you will need to define some components in the common
cocoon.xconf or sitemap.xmap to be able to work with a certain cocoon
block. 

You can do this by applying xconf/xmap/xroles patches, which you can
find here
http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.1/RELEASE_2_1_8/src
/blocks/xsp/conf/ for cocoon 2.1.8.

I hope this helps a bit.

Kind regards,

Jeroen Reijn

Hippo  

Oosteinde 11
1017WT Amsterdam
The Netherlands
Tel  +31 (0)20 5224466

http://www.hippo.nl/
http://www.hippocms.org/
http://blogs.hippo.nl/reijn/



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter ter
Borg
Sent: Monday, October 01, 2007 2:30 PM
To: Hippo CMS development public mailinglist
Subject: [HippoCMS-dev] hippo cocoon no xsp ?

Hello,

I've developed a website in Cocoon with XSPs (no Hippo cocoon) which
connects to a repos with Hippo CMS.
Now I want to 'convert' my Cocoon site to an Hippo Cocoon site but this
is harder than one would think at first hand.

The first problem I'm running into is how to define the dependency for
Hippo Cocoon that it will recognize XSPs ?
I've found some information about configuring dependencies in
project.xml, but I don't know what this should be looking like.

Thank you in advance.


Best regards,

Peter
********************************************
Hippocms-dev: Hippo CMS development public mailinglist
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to