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

Version 1 Next »

Setting up Sakai to build with external repositories (directories)

prerequisites:
Sakai src
svn client
Linux OS
EDITOR environment variable set (e.g. vi)

Jon Gorrono showed me a way to build Sakai, and include externals in the build so that one can use maven and Eclipse to include external repositories.

1. Assume sakai-src is located in /my/sakai/sakai-src. in the sakai-src folder, issue the command(s):
svn propedit svn:externals .

This will edit the root directory to add exernal repositories. Once you are in vi, you can add lines like the following (tab separated items in the line):
ucd-form-based-distauth https://mware.ucdavis.edu/svn/ucdsakai/somesakairepo

This file takes the form of:
module name repository name

2. create a .externals file in sakai-src. This is for Eclipse. Add the same repositories and name like above.

3. When you build sakai, you should see that the repositories are downloaded via maven, and built. The same for Eclipse.

4. If you don't see changes occur, svn cleanup from the sakai-src directory may help.

  • No labels