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 6 Next »

Access to our Subversion Repository

We haven't yet decided how and when an svn access will be provided to the community. Actually this will greatly depend on the community's needs this is why we warmly welcome any feedback if you are interested to get an svn access (whether read-only or read-write).

Download

Click here to download the source code for OpenSyllabus v9.4 (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