ScalaUpgradeRuntime
Steps for Upgrading Scala Runtime Libs
- cd libs.scala
- update all *.jar files
- update all license.txt files if necessary
- go to http://hg.netbeans.org/binaries/upload, upload all *jar files, and corresponding items in binaries-list, the scala whole archive file must be *.tar.gz, and what ever the name it is, should check the unzipped directory name, for example, file scala-2.7.2.tag.gz may be unzipped to extra/scala/scala-2.7.2.final, this directory should be the same in build.xml
- check/change build.xml, line: <untar compression="gzip" dest="${cluster}/scala/" src="external/scala-2.7.2.XXX.tar.gz"/>,
- check/change nbproject/project.properties, for all scala.dir, release.external properties, which is used to copy these files to ext when release.
- check/change nbproject/project.xml, <class-path-extension> of all scala lib jars
- hg addrem
- hg ci
- cd ..../main/contrib, ant scala-clean, ant scala-build
How to build one cluster
ant -Dcluster.config=java
available clusters see nb.cluster.***** in nbbuild/cluster.properties

