Back to Glass Fish ESB Design Time Modules Build Instructons, or Glass Fish ESB Design Time Modules Build Instructons Info
| At line 17 changed 4 lines. |
| $ mkdir home |
| $ cd home |
| $ hg -v clone http://hg.netbeans.org/main |
| $ cd main |
| $ mkdir home\\ |
| $ cd home\\ |
| $ hg -v clone http://hg.netbeans.org/main\\ |
| $ cd main\\ |
| At line 24 changed 1 line. |
| $ hg -v pull -u |
| $ hg -v pull -u\\ |
| At line 30 changed 3 lines. |
| $ set ANT_HOME=<ant-home> |
| $ set ANT_OPTS=-Xmx512m |
| $ set JAVA_HOME=<jdk-home> |
| $ set ANT_HOME=<ant-home>\\ |
| $ set ANT_OPTS=-Xmx512m\\ |
| $ set JAVA_HOME=<jdk-home>\\ |
| At line 36 changed 3 lines. |
| $ export ANT_HOME=<ant-home> |
| $ export ANT_OPTS=-Xmx512m |
| $ export JAVA_HOME=<jdk-home> |
| $ export ANT_HOME=<ant-home>\\ |
| $ export ANT_OPTS=-Xmx512m\\ |
| $ export JAVA_HOME=<jdk-home>\\ |
| At line 40 changed 1 line. |
| Download the latest binaries of NetBeans 6.9 from [http://netbeans.org/downloads/index.html|http://netbeans.org/downloads/index.html] and unzip it into nbbuild/netbeans. IMPORTANT: you should download bundle which contains ___Java Web and EE___ |
| Download the latest binaries of NetBeans 6.9 from [http://netbeans.org/downloads/index.html|http://netbeans.org/downloads/index.html] and unzip it into nbbuild/netbeans. __''IMPORTANT''__: you should download bundle which contains __Java Web and EE__ |
| At line 45 changed 4 lines. |
| $ cd nbbuild/sierra |
| $ ant init |
| $ ant clean |
| $ ant build |
| $ cd nbbuild/sierra\\ |
| $ ant init\\ |
| $ ant clean\\ |
| $ ant build\\ |
| At line 56 changed 3 lines. |
| $ ant get-test // downloads BPEL projects from cvs.dev.java.net/open-jbi-components/driver-tests/bpelse |
| $ ant unit-test // runs unit tests |
| $ ant test // runs sample and project tests |
| $ ant get-test // downloads BPEL projects from cvs.dev.java.net/open-jbi-components/driver-tests/bpelse\\ |
| $ ant unit-test // runs unit tests\\ |
| $ ant test // runs sample and project tests\\ |