[jboss-cvs] JBossAS SVN: r100294 - branches/Branch_Hornet_Temporary_2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 2 14:42:35 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-02-02 14:42:34 -0500 (Tue, 02 Feb 2010)
New Revision: 100294

Modified:
   branches/Branch_Hornet_Temporary_2/README.txt
Log:
note about this branch

Modified: branches/Branch_Hornet_Temporary_2/README.txt
===================================================================
--- branches/Branch_Hornet_Temporary_2/README.txt	2010-02-02 19:41:19 UTC (rev 100293)
+++ branches/Branch_Hornet_Temporary_2/README.txt	2010-02-02 19:42:34 UTC (rev 100294)
@@ -40,4 +40,22 @@
 Run the tests "./build.sh tests"
 
 
+Note about this branch
+----------------------
 
+this branch currently has two manual dependencies on the local maven repository. 
+
+Before building this branch you will have to do these steps once (in this specific order):
+
+
+svn co https://svn.jboss.org/repos/jbossas/projects/test/trunk jboss-tests
+cd jboss-tests
+mvn install
+
+#obviously...
+cd ..
+
+svn co https://svn.jboss.org/repos/jbossas/projects/joram-tests/trunk joram-tests
+cd joram-tests
+mvn install
+




More information about the jboss-cvs-commits mailing list