[Building Sakai] [cle-release-team] LB 1.4, Basic LTI 2.0-SNAPSHOT, and master 2.9-SNAPSHOT

Matthew Jones matthew at longsight.com
Fri Apr 27 08:52:43 PDT 2012


Hi Seth,

Last night when I wiped out the sonatype repo, it seems like the deletion
process was scheduled in the background and actually deleted artifacts as I
was redeploying them. So some of them were re-deleted. So basiclti IS in
this repo now.

https://oss.sonatype.org/content/repositories/snapshots/org/sakaiproject/basiclti/

However it's also possible that your LB branch isn't referencing this
snapshots repository. You'll either:

1) Need to add this as a repository (to lessonbuilder or to a settings.xml)
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

2) Build Basiclti 2.0.x locally before building lessonbuilder
https://source.sakaiproject.org/svn/basiclti/branches/basiclti-2.0.x/

Since it's a 2.8 base build though, you're *possibly* better off just
building basiclti from source.

On Fri, Apr 27, 2012 at 10:18 AM, Seth Theriault <slt at columbia.edu> wrote:

> Hello,
>
> As of last night, my build of local LB 1.4-ish branch is now
> failing. This is Sakai 2.8 using:
>
>
> https://source.sakaiproject.org/svn/msub/columbia.edu/courseworks/lessonbuilder/branches/trunk-1.4/
>
> Specifically, it relies on Basic LTI 2.0-SNAPSHOT (for the
> API), which in turn depends on master 2.9-SNAPSHOT, which it
> can't find:
>
> [exec] Downloading:
> http://source.sakaiproject.org/maven2-snapshots/org/sakaiproject/master/2.9-SNAPSHOT/master-2.9-SNAPSHOT.pom
> [exec] [INFO] Unable to find resource
> 'org.sakaiproject:master:pom:2.9-SNAPSHOT' in repository
> sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots)
>
> This worked yesterday afternoon, NYC time. Did this get
> deleted as part of Matt's cleanup?
>
> Seth
>
> _______________________________________________
> cle-release-team mailing list
> cle-release-team at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/cle-release-team
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20120427/b58f4435/attachment.html 


More information about the sakai-dev mailing list