Versions Compared

Key

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

...

Source code

Coming soon on SakaiProject Sakai SVN .....

Sakai 2.6.1

Source Code

OpenSyllabus for Sakai 2.6.1 is really "HEC friendly" we would suggest you download all our Sakai 2.6.1 version to prevent some customization issues: svn://pollux.hec.ca/full_versions/sakai_2.6.1/trunk

Sakai 2.5.1

Download Zip Version (not for current version)

Click here to download the source code for OpenSyllabus v9.04 (zip 2.5MB). Please be advised that it contains modified sdata and jcr sources.

You will also need to checkout the jsp-adapter at: https://source.sakaiproject.org/contrib/caret/sakai-jsp-adapter/trunk

Changing your pom.xml

You will need to edit your top-level pom.xml to include the following profile:

Code Block

<profile>
     <id>osyldeps</id>
     <activation>
     </activation>
     <modules>
        <module>jcr</module>
        <module>sdata</module>
        <module>sakai-jsp-adapter</module>
        <!-- This is osyl common services and gwt-sakai shared project -->
        <module>osyl-common</module>
        <!-- This is the GWT frontend -->
        <module>osyl-core-gwt</module>
        <!-- This is the GWT OSyl Admin frontend -->
        <module>osyl-admin-gwt</module>
        <!-- This is the GWT OSyl Manager frontend -->
        <module>osyl-manager-gwt</module>
        <!-- This is the osyl Sakai backend-->
        <module>osyl</module>
        <!-- This is the osyl-admin Sakai backend -->
        <module>osyl-admin</module>
        <!-- This is the osyl-manager Sakai backend -->
        <module>osyl-manager</module>
     </modules>
</profile>

Instructions to Compile/Deploy:

...

Code Block

mvn clean install sakai:deploy -Posyldeps -Dmaven.test.skip=true -Dmaven.tomcat.home=$CATALINA_HOME
or (windows):
mvn clean install sakai:deploy -Posyldeps -Dmaven.test.skip=true -Dmaven.tomcat.home=%CATALINA_HOME%

...

branches/HEC_Prod_A2010

Need Help?

Contact us using the sakai-dev list or opensyllabus@hec.ca.