This is a guide to releasing jboss serialization.
Check out the jboss-serialization project
cvs co -r TAG jboss-serialization
Update version references:
field VERSION at org.jboss.serial.Version (or make sure the field matches the release)
update the property distribution.file in build.xml with the proper version
Compile the code
Using Sun Java 1.5 JDK
ant jar | or simply ant, as jar is the default target
Execute Testcases
Using Sun Java 1.4 JDK
ant -Djvm-config=JDK-14 run-tests
Using Sun Java 1.5 JDK
ant -Djvm-config=JDK-15 run-tests
ant test-reports
You need 100% test pass before making the release available.
To generate the distribution call:
ant distr
If the testsuite is okay, make sure the release is tagged, and upload distribution output to:
sourceforge
repository.jboss.com
ibiblio (coming soon...)
Comments