Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Access to our Subversion Repository

To access our SVN repository (in read-only for now), simply write us a note and we'll provide you with the details.

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:

<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:

  1. Extract the source zip at the top level of a Sakai 2.5.x source
  2. Compile and deploy using the profile osyldeps
    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%
    
  3. Compilation tends to fail in sdata: in this case go into that directory and compile only this module, return to the top-level and launch mvn again
  4. Start tomcat and that should be it!

Need Help?

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

  • No labels