Instructions and script on how to build releases

toolkit-release-make.pl


OLD instructions follow

Checkout branch

Notes:

  • do not use Eclipse's Subclipse, use SVN from command line instead which is more stable
  • we use version 4.0.1 as an example release version here, so branch 4.0 is used

Read repository guidelines first.

Checkout branch

# create proper directory
cd ~
mkdir toolkit
cd toolkit
# checkout 4.0 branch
svn co https://svn.itmill.com/svn/itmill-toolkit/branches/4.0
# checkout trunk too, used if merging fixes is required (later)
svn co https://svn.itmill.com/svn/itmill-toolkit/trunk
# checkout builds too, used to store package zip files here
svn co https://svn.itmill.com/svn/itmill-toolkit/builds