Author: mstruk
Date: 2011-07-04 11:43:23 -0400 (Mon, 04 Jul 2011)
New Revision: 6811
Modified:
sandbox/as7_support/trunk/README.txt
Log:
README.txt updates
Modified: sandbox/as7_support/trunk/README.txt
===================================================================
--- sandbox/as7_support/trunk/README.txt 2011-07-04 15:26:23 UTC (rev 6810)
+++ sandbox/as7_support/trunk/README.txt 2011-07-04 15:43:23 UTC (rev 6811)
@@ -3,25 +3,27 @@
To deploy SimplePortal to JBoss AS7 follow these steps:
-svn co
http://anonsvn.jboss.org/repos/gatein/sandbox/as7_support
+Check out the sources. To checkout as7_support trunk use:
+svn co
http://anonsvn.jboss.org/repos/gatein/sandbox/as7_support/trunk as7_support
cd as7_support
+
+Now build WCI and PC component:
+
cd wci
-mvn install -Dmaven.test.skip
+mvn -s ../settings.xml install -Dmaven.test.skip
-(Make sure you're using maven 2.2.1 as wci and pc don't work with maven 3 yet due
to JBoss Unit AFAICT)
+(The build should work with latest Maven 3)
cd ..
cd pc
-mvn install -P\!default,portal -Dmaven.test.skip
+mvn -s ../settings.xml install -Pportal -DskipTests
-(on Windows remove the backslash: -P!default,portal)
-
cd jboss-as7-integration
-mvn install -Ppkg-jbossas7,download -Dexo.projects.directory.dependencies=SERVERS_DIR
+mvn -s ../../settings.xml install -Ppkg-jbossas7,download
-Dexo.projects.directory.dependencies=SERVERS_DIR
-(the previous command automatically downloads jboss-7.0.0.CR1 build and unpacks it into
SERVERS_DIR. If you already have this JBoss AS7 build in SERVERS_DIR you can omit
'download' profile)
+(this command automatically downloads jboss-7.0.0.CR1 build and unpacks it into
SERVERS_DIR. If you already have this JBoss AS7 build in SERVERS_DIR you can omit
'download' profile)
cp pkg
cd target
@@ -33,5 +35,6 @@
Goto:
http://localhost:8080/simple-portal
-Click around, and see how everything that should be working is working, and how what
shouldn't be working isn't working :)
+Click around, and see how everything works (note that some portlets deliberately
don't work - that's in order to test various scenarios).
+Have Fun!
\ No newline at end of file