[gatein-commits] gatein SVN: r6793 - in sandbox/as7_support: trunk and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 1 12:01:54 EDT 2011


Author: mstruk
Date: 2011-07-01 12:01:54 -0400 (Fri, 01 Jul 2011)
New Revision: 6793

Added:
   sandbox/as7_support/trunk/README.txt
Removed:
   sandbox/as7_support/README.txt
Log:
Move README.txt to new trunk

Deleted: sandbox/as7_support/README.txt
===================================================================
--- sandbox/as7_support/README.txt	2011-07-01 15:58:20 UTC (rev 6792)
+++ sandbox/as7_support/README.txt	2011-07-01 16:01:54 UTC (rev 6793)
@@ -1,37 +0,0 @@
-This branch is for the development of JBoss AS7 support
-
-To deploy SimplePortal to JBoss AS7 follow these steps:
-
-
-svn co http://anonsvn.jboss.org/repos/gatein/sandbox/as7_support
-
-cd as7_support
-
-cd wci
-mvn 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)
-
-cd ..
-cd pc
-mvn install -P\!default,portal -Dmaven.test.skip
-
-(on Windows remove the backslash: -P!default,portal)
-
-cd jboss-as7-integration
-mvn 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)
-
-cp pkg
-cd target
-cd jboss-7.0.0.CR1
-cd bin
-./standalone.sh   (or just 'standalone' on Windows)
-
-You should see exactly one stacktrace deliberately thrown by FailDuringInitPortlet.
-
-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 :)
-

Copied: sandbox/as7_support/trunk/README.txt (from rev 6792, sandbox/as7_support/README.txt)
===================================================================
--- sandbox/as7_support/trunk/README.txt	                        (rev 0)
+++ sandbox/as7_support/trunk/README.txt	2011-07-01 16:01:54 UTC (rev 6793)
@@ -0,0 +1,37 @@
+This branch is for the development of JBoss AS7 support
+
+To deploy SimplePortal to JBoss AS7 follow these steps:
+
+
+svn co http://anonsvn.jboss.org/repos/gatein/sandbox/as7_support
+
+cd as7_support
+
+cd wci
+mvn 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)
+
+cd ..
+cd pc
+mvn install -P\!default,portal -Dmaven.test.skip
+
+(on Windows remove the backslash: -P!default,portal)
+
+cd jboss-as7-integration
+mvn 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)
+
+cp pkg
+cd target
+cd jboss-7.0.0.CR1
+cd bin
+./standalone.sh   (or just 'standalone' on Windows)
+
+You should see exactly one stacktrace deliberately thrown by FailDuringInitPortlet.
+
+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 :)
+



More information about the gatein-commits mailing list