[Building Sakai] 3akai Build Error

David Horwitz David.Horwitz at uct.ac.za
Mon Aug 17 08:15:36 PDT 2009


Hi, 

It looks like theres an error in that pom for the integration tests for sections in that tag in that they point to a SNAPSHOT (transient) library that no longer exists. The esiest way to fix this would be to: 

1) open sections/sections-impl/integration-support/pom.xml in a text editor 
2) look for the following block: 
    <dependency> 
      <groupId>org.sakaiproject.kernel.impl</groupId> 
      <artifactId>sakai-util-impl</artifactId> 
      <version>1.0RC2-SNAPSHOT</version> 
    </dependency> 

3) Change the version to 1.0.1: 
    <dependency> 
      <groupId>org.sakaiproject.kernel.impl</groupId> 
      <artifactId>sakai-util-impl</artifactId> 
      <version>1.0.1</version> 
    </dependency> 


Regards 

David

>>> <jjohnson at wustl.edu> 8/17/2009 5:04 PM >>>
:1.0RC2-SNAPSHOT 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090817/ac3344c2/attachment.html 


More information about the sakai-dev mailing list