[overlord-commits] Overlord SVN: r477 - cdl/trunk.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Fri Feb 6 05:34:18 EST 2009


Author: jeff.yuchang
Date: 2009-02-06 05:34:18 -0500 (Fri, 06 Feb 2009)
New Revision: 477

Added:
   cdl/trunk/Developer.txt
Log:
* Put Developer.txt for contributors, help them get it started quickly.



Added: cdl/trunk/Developer.txt
===================================================================
--- cdl/trunk/Developer.txt	                        (rev 0)
+++ cdl/trunk/Developer.txt	2009-02-06 10:34:18 UTC (rev 477)
@@ -0,0 +1,17 @@
+
+Building from source
+---------------------------
+0. Checked you have installed the Maven 2.0.9 or above.
+   Otherwise, you can download it from http://maven.apache.org
+1. Download the JBossESB 4.4 from http://www.jboss.org/jbossesb/downloads/
+2. Install the rosetta.jar into local repository using command like:
+    mvn install:install-file -DgroupId=org.jboss.jbossesb -DartifactId=rosetta -Dversion=4.3 -Dpackaging=jar -Dfile=path/to/jbossesb-rosetta.jar
+3. Install the config-model.jar into local repository using command like:
+     mvn install:install-file -DgroupId=org.jboss.jbossesb -DartifactId=config-model -Dversion=1.0.1 -Dpackaging=jar -Dfile=path/to/jbossesb-config-model-1.0.         1.jar
+
+
+Setting up in IDE
+---------------------------
+1. Setup in Eclipse 
+    run: mvn eclipse:eclipse
+




More information about the overlord-commits mailing list