[Building Sakai] Sakai 2.6.0 compatibility issues

Balazuc Denis Denis.Balazuc at crim.ca
Wed Jul 29 08:10:13 PDT 2009


Hi

I had to switch from 2.5.4 to 2.6.0 a while ago (before 2.6 release)  and solved this by replacing those dependencies with the new Kernel

<dependency>
  <groupId>org.sakaiproject.kernel</groupId>
  <artifactId>sakai-kernel-api</artifactId>
  <version>${sakai.kernel.version}</version>
  </dependency>
<dependency>
  <groupId>org.sakaiproject.kernel</groupId>
  <artifactId>sakai-component-manager</artifactId>
   <version>${sakai.kernel.version}</version>
 </dependency>

with   
sakai.kernel.version=1.0.9

Not sure it's the best method, but it worked for me.
Hope this helps

Denis Balazuc



De : sakai-dev-bounces at collab.sakaiproject.org [mailto:sakai-dev-bounces at collab.sakaiproject.org] De la part de Tiago Gaspar
Envoyé : 29 July 09 10:50
À : sakai-dev at collab.sakaiproject.org
Objet : [Building Sakai] Sakai 2.6.0 compatibility issues


Hi guys,

We developed some Sakai tools for release 2.5.4. Yesterday, I tried to install a fresh 2.6.0 Sakai and test the compatibility regarding our tools. We noticed that some packages are no longer available in 2.6.0 such as Entity-api, and others have empty source folders such as Authz-api and Tool-api . Those packages were replace by others in 2.6.0 release?

ps: I've downloaded the sakai-src-2.6.0.tgz source file.


Thanks,
Tiago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090729/af2e8c63/attachment.html 


More information about the sakai-dev mailing list