[Building Sakai] 3akai Build Error

Beth Kirschner bkirschn at umich.edu
Tue Aug 25 13:18:44 PDT 2009


I just ran into the same problem, and was able to complete the build  
by completely commenting out (or removing) the offending dependency  
mentioned below.

- Beth

On Aug 17, 2009, at 11:15 AM, David Horwitz wrote:

>
> 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
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org 
>  with a subject of "unsubscribe"



More information about the sakai-dev mailing list