[jbosstools-commits] JBoss Tools SVN: r35305 - trunk/esb.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 3 20:05:42 EDT 2011


Author: nickboldt
Date: 2011-10-03 20:05:42 -0400 (Mon, 03 Oct 2011)
New Revision: 35305

Modified:
   trunk/esb/pom.xml
Log:
add note about relative paths

Modified: trunk/esb/pom.xml
===================================================================
--- trunk/esb/pom.xml	2011-10-03 23:42:25 UTC (rev 35304)
+++ trunk/esb/pom.xml	2011-10-04 00:05:42 UTC (rev 35305)
@@ -14,6 +14,7 @@
 	<version>1.5.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<!-- 
+	NOTE: if you don't have build/ checked out into a folder parallel to this one, the relativePath resolution above will fail. .
 	build parent pom (run `mvn install` in ~/33x/build/parent/ folder), then after building upstream components locally (eg., ~/33x/tests, ~/33x/common, ~/33x/as):
 		cd ~/33x/esb; mvn3 clean install 
 	or use the bootstrap profile which will build upstream and this component in a single build:



More information about the jbosstools-commits mailing list