Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ... you should see subversion checking for the scormrte external, then checking out a bunch of files.

...

Add alternate Maven remote repository

  • Some special dependencies for the SCORM Tool are stored in a Maven 'Remote Repository' at UC Davis. The repository URL below should be included in your build.properties file. There is a sample copy of a build.properties file inlcuded in root directory of the SCORM Tool source called 'build.properties.sample'
    Code Block
    titleAdditional Maven '*remote repository*'
    http://svn.ucdavis.edu/maven/
    
    Note

    The trailing slash ('/') is critical. This is true in all cases with Maven: not just the SCORM Tool

Maven Build

  • You can run the standard Sakai plugin goals in the SCORM Tool source root, but you should have built Sakai froom source at least once. Otherwise, the tool's build will fail note finding any depenencies in your local Maven repository.
    Code Block
    titlebuild
    
    maven sakai
    
    Note

    First builds of Sakai go much smoother with the bld and dpl goals instead of the sakai goal

    Code Block
    
    maven bld dpl
    

    .... That is because sakai = cln + bld + dpl and the cln part tries to look for dependencies that are only available in the maven repo (local) after the dpl part