Daily Archives: March 2, 2007

Compiling JSR-168

Instructions are really simple now:
svn co https://source.sakaiproject.org/svn//sakai/trunk/ sakai
cd sakai
svn co https://source.sakaiproject.org/svn//portlet/trunk/ portlet
maven bld dpl
Start tomcat. The portlets will simply show up as tools – you may want this in your sakai.properties:
webservices.allowlogin=true
webservice.portalsecret=plug-xyzzy
webservice.portalIP=127.0.0.1
webservice.IPCheck=true

JSR-168 Branch Merge – Fix Reset etc.

I made some progress here is the status for JSR-168. Pretty much all the big stuff is done (Broken reset was the last “blocker”). Here is status:
TODO:
Why to we register too many times?
Why do we doView more than once?
reference/docs/architecture – Update
JSR-168 Preferences – permanently persist in Tool Placement
Re-enable userInfo capabilities once Pluto 1.1.1 is released of we put it into the Sakai repo.
Nice to have
JSR-168 Edit Mode
JSR-168 Help Mode
DONE
PDA – Rename – Done 22111
Test Portlet – Done
Test CSS – Done
Reset – Fixed
PDA Presence – Fixed
My cool SVN statement – merged a branch all by myself!
svn merge -r 21991:HEAD https://source.sakaiproject.org/svn//portal/branches/experimental_portal_branch/
The rest of this is just notes form my desktop.

Continue reading