[jboss-svn-commits] JBL Code SVN: r7932 - labs/jbossesb/trunk/product
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 29 07:57:12 EST 2006
Author: tfennelly
Date: 2006-11-29 07:57:10 -0500 (Wed, 29 Nov 2006)
New Revision: 7932
Modified:
labs/jbossesb/trunk/product/Build.txt
Log:
Updated.
Modified: labs/jbossesb/trunk/product/Build.txt
===================================================================
--- labs/jbossesb/trunk/product/Build.txt 2006-11-29 12:19:11 UTC (rev 7931)
+++ labs/jbossesb/trunk/product/Build.txt 2006-11-29 12:57:10 UTC (rev 7932)
@@ -1,39 +1,6 @@
-Use the root build.xml in conjuntion with product.properties, where various properties used
-in the build can be set for convenience. The lib/ext directory contains the most recently tested
-libs needed to build the system. You are free to use these, or your own versions of the jars
-from a JBossAS 4.0.3SP1 installation. If the latter, then set org.jboss.esb.frominstall to true
-and org.jboss.esb.jboss.home to the root of your JBossAS installation.
-
-Getting started for the impatient.
-
-1. Download jboss-4.0.4.GA-Patch1-installer.jar.
-
-2. During the install check the ejb3 radio button (important, or you
-will have no ejb3 support!)
-
-3. Get the JbossESB codebase from SVN. (If you're a JBossIDE fan like me
-and you want some help setting up the build path
-you can copy the IDE/JBossIDE/.classpath into the root of your project)
-
-4. In the product/install directory copy the deployment.property-example
-to deployment.properties.
-You can customize the deployment.properties file. If you have commit
-rights; please don't check
-this file back in as it contains *your* deployment settings not mine :).
-
-5. Now from this install directory run
-
-ant configure.jboss
-
-This will do *all* the configuration work. Yes it's that easy!
-
-6. Now go back up one level and do
-
-ant deploy
-
-This compiles the code and produces 4 jars and an ear in
-product/build/dist/lib.
-The ear gets deployed to jboss. (AppServer specified in your
-deployment.properties).
-
-7. start jboss.
+JBoss ESB Build Instruction:
+============================
+1. Set JAVA_HOME to the location of your JDK 5 install.
+2. Set ANT_HOME to the location of your Ant install. We recommend v1.6.5.
+3. From within this folder ("product"), type "ant install". If you wish to include the junit tests, type "ant test install".
+5. You'll find the binaries produced by the build in the "product/build/dist" folder.
More information about the jboss-svn-commits
mailing list