Posts for the month of June 2009
Build profiles
I have got profiling working so the core and plugins can be built in isolation. To build just the core and plugins use:
$ mvn install
while to build everything, including archetypes, documentation and a distribution use:
$ mvn install -P all
I decided to do it this way round as the id for a complete build was more obvious than one for a partial one (ie core and plugins).
Preparing for testing release
Currently working on the release process.
First I am fixing things:-
- Added nakedobjects.sh/bat script
- Fixing unreferenced jar in scripts
- Fixing failure to start default viewer
Now these are working I will work through the release process (see ReleaseProcess) and create alpha-5 as a testing release (ie it will not be deployed).

rss