[Building Sakai] Scorm player for sakai 2.6

Steve Swinsburg steve.swinsburg at gmail.com
Mon Jan 11 03:55:41 PST 2010


Hi Given,

Thats the base pom and doesn't need to be changed except for perhaps the <version> tag to match your Sakai version.

In the module list, those reference directories in  the source structure. In each of those are another pom.xml that build that part of the project. Those are the ones you need to change if you want to modify it from pre-kernel to kernel dependencies.

But, this looks like it's setup for 2.6 already? If you just updated the version in the base pom to patch your version and build, what happens?

cheers,
Steve


On 11/01/2010, at 8:07 PM, Given Shirinda wrote:

> Hi Steve and The Team.
> 
> The scorm player pom.xml look like this below.Now I am totally confused about editing the dependencies.can you show me the sample about editing this pom.xml
> 
> <?xml version="1.0"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0">
>   <modelVersion>4.0.0</modelVersion>
>   <parent>
>     <artifactId>base</artifactId>
>     <groupId>org.sakaiproject</groupId>
>     <version>2.6.0RC1-SNAPSHOT</version>
>     <relativePath>../pom.xml</relativePath>
>   </parent>
>   <groupId>org.sakaiproject</groupId>
>   <artifactId>scorm-base</artifactId>
>   <name>Sakai Scorm Project</name>
>   <scm>
>     <connection>scm:svn:https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/trunk/</connection>
>     <developerConnection>scm:svn:https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/trunk/</developerConnection>
>     <url>https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/trunk</url>
>   </scm>
>   <properties>
>     <sakai.entitybroker.version>1.2.0</sakai.entitybroker.version>
>   </properties>
>   <packaging>pom</packaging>
>   <modules>
>     <module>scorm-api</module>
>     <module>scorm-impl/adl</module>
>     <module>scorm-impl/client</module>
>     <module>scorm-impl/content</module>
>     <module>scorm-impl/model</module>
>     <module>scorm-impl/service</module>
>     <module>scorm-impl/pack</module>
>     <module>scorm-tool</module>
>   </modules>
> </project>
> 
> 
> 
> 
> 
> 
> 
> ----- Original Message -----
> From: "Steve Swinsburg" <steve.swinsburg at gmail.com>
> To: "given shirinda" <given.shirinda at sita.co.za>
> Cc: "sakai-dev" <sakai-dev at collab.sakaiproject.org>
> Sent: Thursday, January 7, 2010 3:05:16 PM GMT +02:00 Harare / Pretoria
> Subject: Re: Scorm player for sakai 2.6
> 
> Hi Given,
> 
> You need to edit the poms for the Scorm player project, not master. When you check out the source, there will be one in the root of the checkout, then one in each module (directory) under the root. Find them and edit them all, although some may not have these dependencies, which is normal.
> 
> cheers,
> Steve
> 
> 
> 
> On 07/01/2010, at 11:53 PM, given.shirinda at sita.co.za wrote:
> 
> Hi Steve and other sakai team.
> 
> I am still struggling getting scorm player running on sakai 2.6.
> 
> 
> as you said last time,I should just remove all org.sakaiproject dependencies and replace them with the
> three:
>  <dependency>
> <groupId>org.sakaiproject.kernel</groupId>
> <artifactId>sakai-kernel-api</artifactId>
> </dependency>
>  <dependency>
> <groupId>org.sakaiproject.kernel</groupId>
>  <artifactId>sakai-component-manager</artifactId>
>  </dependency>
>  <dependency>
>  <groupId>org.sakaiproject.kernel</groupId>
>  <artifactId>sakai-kernel-util</artifactId>
>  </dependency>
> 
> which pom.xml to edit,it's for scorm or master in sakai project.
> 
> Also send me the sample pom.xml that's editted.
> 
> Best Regards
> 
> Given 
> 
> 
> -- 
> E-learning Specialist 
> SAKAI 
> ________________________________________________ 
> Tel :012 470 1526 
> Cell:0730133879 
> @:given.shirinda at sita.co.za 
> Alt@:given.shirinda at gmail.com 
> ________________________________________________ 
> A person who moves too quickly may go wrong way.
> 
> 
> 
> 
> 
> -- 
> ***********************************************
> STATE INFORMATION TECHNOLOGY AGENCY
> ***********************************************
> MIYELANI GIVEN SHIRINDA.
> 
> E-LEARNING CONSULTANT [SAKAI]
> DEPARTMENT: TECHNOLOGY LAB
> _______________________________________________
> Tel :012 470 1526
> Cell:0730133879
> E-Mail 1:given.shirinda at sita.co.za
> E-Mail 2:mgshirinda at webmail.co.za
> _______________________________________________
> 
> Failure is simply the opportunity to begin again,this time more intelligently.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100111/834af9d9/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3823 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100111/834af9d9/attachment.bin 


More information about the sakai-dev mailing list