[Building Sakai] Which version of the SCORM player must I use?

Robert Long rlong at unicon.net
Thu Aug 28 06:09:11 PDT 2014


You should add the line:

<version>${sakai.ehcache.version}</version>

to the dependency:

<dependency>
    <groupId>net.sf.ehcache</groupId>
    <artifactId>ehcache</artifactId>
    <type>jar</type>
    <scope>test</scope>
</dependency>   

in both files:

C:\dev\sakai-2.9.1\scorm\scorm-impl\model\pom.xml
C:\dev\sakai-2.9.1\scorm\scorm-tool\pom.xml

—Bob

----
Robert Long
Software Engineer
Technical Account Manager - Sakai
Unicon, Inc.

----
M.A., Instructional Technology
Saginaw Valley State University

On Aug 28, 2014, at 5:37 AM, Jeremy O'Connor <joconnor at uwc.ac.za> wrote:

> Hi
> 
> I installed the 3.1.7/ tag and when I tried to build the scorm tool I got:
> 
> C:\dev\sakai-2.9.1\scorm>mvn clean install sakai:deploy -Dmaven.test.skip=true -Dmaven.tomcat.home=C
> :\tomcat
> [INFO] Scanning for projects...
> [ERROR] The build could not read 2 projects -> [Help 1]
> [ERROR]
> [ERROR]   The project org.sakaiproject.scorm:sakai-scorm-model-impl:3.1.7 (C:\dev\sakai-2.9.1\scorm\
> scorm-impl\model\pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for net.sf.ehcache:ehcache:jar is missing. @ line 57,
> column 17
> [ERROR]
> [ERROR]   The project org.sakaiproject.scorm:sakai-scorm-tool:3.1.7 (C:\dev\sakai-2.9.1\scorm\scorm-
> tool\pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for net.sf.ehcache:ehcache:jar is missing. @ line 105,
> column 17
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following arti
> cles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException 
> 
> --
> Jeremy O'Connor
> 
>>>> On 27 August 2014 at 11:30 AM, "Jeremy O'Connor" <joconnor at uwc.ac.za> wrote:
>> Hi
>> 
>> According to the following page: 
>> https://confluence.sakaiproject.org/display/SCORMPLAYER/Sakai+SCORM+player+in 
>> stallation+guide
>> 
>> under: 2.9 Compatibility
>> Step 2 - Check out, modify and deploy the SCORM player
>> 1.Check out the source (use the latest tagged version): 
>> 
>> says use the following command:
>> 
>> svn co 
>> https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/tags/sakai-sc 
>> orm-base-3.0.3/ scorm
>> 
>> These are the available versions:
>> 
>> C:\Temp>svn list 
>> https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/tags/ 
>> 3.0.0/
>> 3.0.1/
>> 3.0.2/
>> 3.0.4/
>> 3.0.5/
>> 3.1.0/
>> 3.1.1/
>> 3.1.2/
>> 3.1.3/
>> 3.1.4/
>> 3.1.5/
>> 3.1.6/
>> 3.1.7/
>> sakai-scorm-base-3.0.3/
>> 
>> We are running Sakai 2.9.1. Should I use the "sakai-scorm-base-3.0.3/" tag or 
>> the "3.1.7/" tag?
>> 
>> --
>> Jeremy O'Connor
>> 
>> _______________________________________________
>> 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"
> 
> 
> 
> _______________________________________________
> 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