Why Continuous snapshotThe current snapshot is generated once in 24 hrs and this makes it difficult for developers to use bootstrap command and work on top of that. Continuous snapshotWe now have a continuous snapshot for Sailfin being generated every 1 hr. This Image snapshot is a good stable base for the general developer community to work on. We are posting that Snapshot on external machine so user can work on top of that Snapshot. We are using Hudson to generate this snapshots. It takes 50 mins to build and 10mins to upload. This is available only for Linux and Windows. Each Generated snapshot have different timestamp attached with name like 'sailfin-image-SNAPSHOT-(timestamp).jar' http://70.42.188.20/snapshot/WINNT/sailfin-image-SNAPSHOT-200802181619.jar http://70.42.188.20/snapshot/Linux/sailfin-image-SNAPSHOT-200802181609.jar As you can see that these snapshots have a timestamp , and the timestamp of the latest snapshot is available in the sailfin/bootstrap/
Unknown macro: {os.name}
.timestamp file when you run the target 'bootsrap-latest'. The contents of this timestamp file in your workspace would get you the appropriate snapshot version. Note: Timestamp would be generated based on (GMT-08:00 Pacific Time US & CANADA). Build using continuous snapshotNote: This works on Linux and Windows OS only. 1. % cvs -d:pserver:naman_mehta@cvs.java.net:/cvs co sailfin/bootstrap .timestamp file.
Unknown macro: {module-name}
checkout-sailfin checkout-glassfish
Unknown macro: {module-name}
build-sailfin build-glassfish Thanks to Naman for getting this all setup and displaying the patience to fix issues. |