NetBeans601PatchBuildInstructions
NetBeans 6.0.1 Patch Branch Build Instructions
Repository: cvs.netbeans.org:/cvs
- Access: Anonymous access via username anoncvs and an empty password.
- Base tag: release601_fixes_base
Modules: ant apisupport autoupdate classfile cnd collab core db debuggercore debuggerjpda diff editor enterprise extbrowser form graph html httpserver i18n ide identity image j2ee j2eeserver java javacvs javadoc javawebstart jellytools jemmy junit languages lexer libs logger management mobility monitor nbbuild openide openidex print profiler projects properties refactoring ruby schema2beans scripting serverplugins subversion testtools tomcatint uml usersguide utilities versioncontrol visualweb web websvc xml xtest
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)
To checkout all required modules:
- cvs -d :pserver:{USER}@cvs.netbeans.org:/cvs checkout -P -r release601_fixes nbbuild
- cd nbbuild
- ant checkout -Dcluster.config=stableuc
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
- build from NB6.0
- Versioning-->CVS-->checkout .use the wizard to checkout nbbuild, select release601_fixes branch
- Expand the "NetBeans Build System" node, and click on "build.xml" node
- in the build.xml Navigator window, right click checkout--> Run Target (check out)
- then click on all-->Run Target (to build)

