Updating the IBM Dojo Toolkit
Builds
IBM Dojo Toolkit
IBM Dojo Source Prereqs
- Download
Full_buildscripts_${release}-${yyyymmdd}-IBM_dojo_archive.zip under the latest build from the Community Source site
- Download
dojo-release-${release}-shrinksafe.zip from dojotoolkit.org
- unzip Full_buildscripts_${release}-${yyyymmdd}-IBM_dojo_archive.zip -d ${prereqs.dir}/dojo/${release}-${yyyymmdd}
- unzip -j dojo-release-${release}-shrinksafe.zip -d ${prereqs.dir}/dojo/${release}-${yyyymmdd}/util/shrinksafe
- Update the dojo.src.version in BUILD/zero.build/build.properties
- Make a zip file of the source available on Aeneis under /Library/WebServer/Documents/prereqs/dojo
IBM Dojo Toolkit Extensions [which is currently only the ATOM library]
New releases
- Create a branch of trunk
- Update Dojo using the instructions above
- Update the
revision number in the ivy.xml file of the dojo module
- Update the
rev number accordingly in the ivy.xml file of the applications/modules that list dojo as a dependency
- Test the applications...Fix issues and/or open bugs against the respective module owners
- Merge the branch into trunk