Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

To turn this from a vanilla Sakai branch into the OWL trunk, we first had to modify the .externals file. We'll go into the details of the modifications later on, but for now we'll just outline the process:1.

  1. Checkout the trunk (svn co https://source.sakaiproject.org/svn/msub/uwo.ca/owl/trunk trunk)

...

  1. Edit the .externals file

...

  1. Commit the changes (svn commit .externals -m "modifying .externals")

...

  1. Update the svn:externals property (svn propset svn:externals -F .externals .)
  2. Commit the property change (svn commit . -m "updating svn:externals")

At this point you could run svn update and it would pull down all the code for the various tools in your Sakai implementation.

...

Now that the pom.xml is correct, we can build the trunk:1.

  1. Pull down the tool sources if you don't have them yet (svn update or svn co)

...

  1. cd master

...

  1. mvn clean install

...

  1. cd ..

...

  1. mvn clean install

Full structure

Here is how the full mSub structure might look once we have some tags:

...