cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

NetBeans61PatchBuildInstructions

Repository: http://hg.netbeans.org/release61_fixes/
To checkout all required modules: hg clone http://hg.netbeans.org/release61_fixes/


Versions

  • $ant -version : Apache Ant version 1.7.0 compiled on December 13 2006
  • $java -version : java version "1.5.0_11"
  • Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
  • Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)


Build instructions

  • build from command line (using Solaris, csh as an example)
  • setenv JAVA_HOME /somepath/jdk1.5.0_11
  • setenv ANT_HOME /somepath/apache-ant-1.7.0
  • setenv PATH $JAVA_HOME/bin:$ANT_HOME/bin:/export/home/work/cvs-bin:$PATH
  • setenv ANT_OPTS -Xmx512m
  • cd /srcpath/nbbuild
  • ant


Interim Builds
Bits are available at: http://bits.netbeans.org/netbeans/6.1/fixes/ {build_date}


CAVEAT 1: The bits from an interim fixes build must be applied directly to the NB 6.1 release (optionally with released patches applied). Do not attempt to install/use these modules on any other IDE installation, eg, one that has had a prior interim update applied, or to an IDE from a NB IDE daily build.


CAVEAT 2: If you applied an interim update to your NB 6.1 IDE, when the next official patch is released, you must re-install your NB 6.1 IDE prior to applying the released patch.