[Building Sakai] Blackboard 8 to Sakai 2.7

Sam Ottenhoff ottenhoff at longsight.com
Thu Aug 12 11:26:25 PDT 2010


  On 8/12/2010 2:14 PM, Zach A. Thomas wrote:
> I am pleasantly surprised that this code is still useful.
>
> But this reminds me of a question I've been meaning to ask on here:
> What happened to import-api, import-impl, and import-parsers? Compare and contrast these two:


The code is now in the independent project common/import-parsers.

Unfortunately, the refactoring to common has made getting this code to 
work more difficult (http://jira.sakaiproject.org/browse/SAK-18808).

The steps to get all import functionality to work properly:

   1) Manually build the samigo-import JAR (another independent project) 
and deploy to components/import-pack/WEB-INF/lib

   2) Move the sakai-import-announcement JAR from 
components/sakai-anouncement-pack (yes, anouncement spelled with one n) 
to components/import-pack/WEB-INF/lib

   3) Merge the components.xml file from 
components/sakai-anouncement-pack/WEB-INF to 
components/import-pack/WEB-INF/components.xml

   4) Remove the components/sakai-anouncement-pack dir

   5) Make sure the bb6 JARs are also in components/import-pack/WEB-INF/lib

   6) Make sure everything is uncommented in 
components/import-pack/WEB-INF/components.xml

--Sam




More information about the sakai-dev mailing list