CalDav4j Release Steps
- Set version information in caldav/trunk/project.xml
- 0.2rc1 for a release candidate
- 0.2.0 for a release
- Create tag in subversion using svn copy from trunk to tags
- server/caldav/tags/rel_0.2rc1 for a release candidate
- server/caldav/tags/rel_0.2.0 for a release
- Export tag to a new directory for the build
- Build tag source to create a jar file
- cd rel_0.2rc1
- maven -Djava.endorsed.dirs=/home/builder/endorsed_jars jar:install
This will create a CalDav4j jar file in your local maven repository.
Note: during the build step, the unit tests will try to connect to a Cosmo instance running on localhost. You will need to have a Cosmo instance running with a user defined. User id is "test" and password is "password".
--
PriscillaChung - 12 Oct 2006