Intland's free requirements, development and test management hosting.
This server hosts 110,000+ users on the cloud!
Tags: 

Repository access

URL http://javaforge.com/svn/scriptella/trunk
user anonymous
password anon

Branches

1.0.x http://javaforge.com/svn/scriptella/branches/1.0.x

Build

Type ant to build scriptella.jar

Type ant test to run jUnit tests, you may need to add jUnit to Ant's classpath.

Sometimes you may get JVM crashes during unit testing, like
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=
This bug is caused by a default client JVM, as a workaround use -server JVM ,e.g. -Xmx256m -Xms64m -XX:MaxPermSize=128m -server

Releasing

Release steps

TODO: Use maven release plugin.