Note | ||
---|---|---|
| ||
The build instructions for the SCORM Tool differ slightly according to the version of Sakai you are building. The main distinction occurs between versions prior to Sakai Version 2.2 and those afterward. If you already have the SCORM Tool source, check the project.properties file in the root of the tool's source tree for the property 'scorm.runtime.version' ... this version will roughly correspond to the Sakai version that is required. The last version of the SCORM Tool that works with Sakai v2.1.2 is, understandably, version 2.1.2. Make sure you have this version by checking for a tag '2-1-2_MAINT' here: https://source.sakaiproject.org/contrib/scorm/runtime_tool/tags (if there is no such tag there, then its not there yet...just use trunk...move up one level: https://source.sakaiproject.org/contrib/scorm/runtime_tool/trunk) |
...
- Check out the Sakai source from the subversion repository. Refer to the documentation for the Sakai release. The lastest Sakai release docs are here http://www.sakaiproject.org/release
Code Block title Sakai subversion checkout svn co https://source.sakaiproject.org/svn/tags/sakai_2-1-2_MAINT/
SCORM Tool source
- Check out the SCORM Tool source from the subversion repository.
Code Block title SCORM TOOL subversion checkout svn co https://source.sakaiproject.org/contrib/scorm/runtime_tool/branches/2-1-2_MAINT/ scormrte
Note Up to the point in time when the above 2-1-2 branch for the SCORM Tool is created, you can use trunk will hold the migration for 2.2. So, if your brave....
Code Block svn co https://source.sakaiproject.org/contrib/scorm/runtime_tool/trunk/ scormrte
SVN:EXTERNALS property
...
- Add the following line (subsituting the appropriate svn repository path):
Code Block scormrte https://source.sakaiproject.org/contrib/scorm/runtime_tool/branches/2-1-2_MAINT
- ... save and quite the editor
[SCORM:Optional] The Eclipse externals file
- If you are using Eclipse , you may want to add the same line above to the file .externals in the same directory
...