[Building Sakai] what is in 2.6's org.sakaiproject.kernel ?

Zach A. Thomas zach at aeroplanesoftware.com
Thu Jul 23 14:16:40 PDT 2009


On Jul 23, 2009, at 3:15 PM, George Pipkin wrote:

> Hi -
>
>   I am trying to modify the pom.xml files for something that was
> written for 2.6.  I want to
> make pom's that will allow this project to build in 2.5.x, and I have
> been assured by
> the author that all the necessary sakai components are present in  
> 2.5.x,
> it's only a
> matter of modifying the pom's.  So I am running into dependency  
> references
> for org.sakaiproject.kernel.  I'm assuming that a bunch of stuff got
> centralized
> in a project that might have been several places in 2.5.3.  Does  
> anybody
> know what
> project produces the stuff this dependency reference in 2.6 is  
> pointing to ?

Kernel comprises these modules from Sakai 2.5.x:
• alias
• authz
• cluster
• component
• content
• db
• email
• entity
• event
• JCR
• memory
• site
• tool
• user
• util

The only way I know of to work out precisely which modules your  
project needs is to remove the kernel dependency from pom.xml and then  
resolve your build errors one by one as it tries (and fails) to find  
what it needs.

Zach



More information about the sakai-dev mailing list