[jboss-svn-commits] JBL Code SVN: r13116 - labs/jbossesb/trunk/product.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 5 16:01:26 EDT 2007
Author: kevin.conner at jboss.com
Date: 2007-07-05 16:01:26 -0400 (Thu, 05 Jul 2007)
New Revision: 13116
Modified:
labs/jbossesb/trunk/product/Build.txt
Log:
Updated build instructions
Modified: labs/jbossesb/trunk/product/Build.txt
===================================================================
--- labs/jbossesb/trunk/product/Build.txt 2007-07-05 19:58:35 UTC (rev 13115)
+++ labs/jbossesb/trunk/product/Build.txt 2007-07-05 20:01:26 UTC (rev 13116)
@@ -1,6 +1,21 @@
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/jbossesb" folder.
+ - Set JAVA_HOME to the location of your JDK 5 install.
+ - Set ANT_HOME to the location of your Ant install. We recommend v1.6.5.
+
+To create the distribution
+==========================
+ - From within this folder ("product"), type "ant dist".
+
+or
+
+To create and install the distribution into an app server
+=========================================================
+ - edit install/deployment.properties to specify your app server
+ location and the name of the server profile. An sample config
+ can be found in install/deployment.properties-example.
+ - From within this folder ("product"), type "ant deploy".
+
+To execute the unit tests
+=========================
+ - after building the distribution, type "ant test"
More information about the jboss-svn-commits
mailing list