Unscoped (non-atomic) plans are supported for the first time in the latest 2.0 CI build.
Here's the console log from a test I just ran on that build of an unscoped, atomic plan referring to a couple of bundles in repository/bundles/usr:
Code:
[2009-07-14 08:36:44.987] fs-watcher <SPDE0048I> Processing 'INITIAL' event for file 'testunscopednonatomic.plan'.
[2009-07-14 08:36:45.137] fs-watcher <SPDE0056I> Installing plan 'test.plan' version '1.0.0'.
[2009-07-14 08:36:45.138] fs-watcher <SPDE0056I> Installing bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:36:45.140] fs-watcher <SPDE0056I> Installing bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:36:45.170] fs-watcher <SPDE0057I> Installed bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:36:45.172] fs-watcher <SPDE0057I> Installed bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:36:45.182] fs-watcher <SPDE0057I> Installed plan 'test.plan' version '1.0.0'.
[2009-07-14 08:36:45.207] fs-watcher <SPDE0059I> Starting plan 'test.plan' version '1.0.0'.
[2009-07-14 08:36:45.210] fs-watcher <SPDE0059I> Starting bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:36:45.212] fs-watcher <SPDE0060I> Started bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:36:45.216] fs-watcher <SPDE0059I> Starting bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:36:45.219] fs-watcher <SPDE0060I> Started bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:36:45.229] fs-watcher <SPDE0060I> Started plan 'test.plan' version '1.0.0'.
[2009-07-14 08:36:46.359] Thread-19 <SPWE0001I> Started web bundle '/com.springsource.server.repository'.
[2009-07-14 08:37:07.245] fs-watcher <SPDE0048I> Processing 'DELETED' event for file 'testunscopednonatomic.plan'.
[2009-07-14 08:37:07.246] fs-watcher <SPDE0062I> Stopping plan 'test.plan' version '1.0.0'.
[2009-07-14 08:37:07.247] fs-watcher <SPDE0062I> Stopping bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:37:07.249] fs-watcher <SPDE0063I> Stopped bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:37:07.255] fs-watcher <SPDE0062I> Stopping bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:37:07.256] fs-watcher <SPDE0063I> Stopped bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:37:07.267] fs-watcher <SPDE0063I> Stopped plan 'test.plan' version '1.0.0'.
[2009-07-14 08:37:07.268] fs-watcher <SPDE0065I> Uninstalling plan 'test.plan' version '1.0.0'.
[2009-07-14 08:37:07.269] fs-watcher <SPDE0065I> Uninstalling bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:37:07.295] fs-watcher <SPDE0066I> Uninstalled bundle 'simple.bundle.one' version '1.0.0.BUILD-20090326114035'.
[2009-07-14 08:37:07.297] fs-watcher <SPDE0065I> Uninstalling bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:37:07.341] fs-watcher <SPDE0066I> Uninstalled bundle 'simple.bundle.two' version '1.0.0.BUILD-20090326114046'.
[2009-07-14 08:37:07.342] fs-watcher <SPDE0066I> Uninstalled plan 'test.plan' version '1.0.0'.
Glyn Normington
SpringSource