[jboss-cvs] JBossAS SVN: r57949 - projects/admin-console/trunk

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 31 13:41:09 EST 2006


Author: chilin
Date: 2006-10-31 13:41:04 -0500 (Tue, 31 Oct 2006)
New Revision: 57949

Modified:
   projects/admin-console/trunk/README.txt
Log:
Fix readme.txt now that the Admin Console is moved out of JBoss-head.

Modified: projects/admin-console/trunk/README.txt
===================================================================
--- projects/admin-console/trunk/README.txt	2006-10-31 18:37:34 UTC (rev 57948)
+++ projects/admin-console/trunk/README.txt	2006-10-31 18:41:04 UTC (rev 57949)
@@ -6,7 +6,14 @@
 ---------------------------
 1) JDK 1.4.x.+
 
-2) If you haven't already, get a copy of the JBoss HEAD source code. See http://wiki.jboss.org/wiki/Wiki.jsp?page=SVNRepository for more details.
+2) If you haven't already, get a copy of the JBoss HEAD source code by:
+    a) performing an SVN Checkout
+    b) entering the following in the URL of repository field:
+           https://svn.jboss.org/repos/jbossas/trunk
+    c) specifying a checkout directory, e.g. c:/jboss-head
+    d) clicking OK
+   
+   See http://wiki.jboss.org/wiki/Wiki.jsp?page=SVNRepository for more details.
 
 3) Build all the jboss modules.	Change to the jboss-head/build directory and run:
 	build
@@ -14,10 +21,19 @@
 
 Building the Admin Console
 --------------------------
-1) Change to the jboss-head/admin-console directory and run:
+1) If you haven't already, get a copy of the Admin Console source code by:
+    a) performing an SVN Checkout
+    b) entering the following in the URL of repository field:
+           https://svn.jboss.org/repos/jbossas/projects/admin-console/trunk
+    c) specifying a checkout directory, e.g. c:/admin-console
+    d) clicking OK
+   
+2) Copy the admin-console project to jboss-head
+   
+3) Change to the jboss-head/admin-console directory and run:
 	build
 
-2) The Admin Console WAR file will be at
+4) The Admin Console WAR file will be at
 	jboss-head/admin-console/output/ant/lib/admin-console.war
 
 




More information about the jboss-cvs-commits mailing list