You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gr...@apache.org on 2005/12/11 00:40:25 UTC

svn commit: r355806 - in /geronimo/branches/1.0: BUILDING.txt maven.xml

Author: gregw
Date: Sat Dec 10 15:40:20 2005
New Revision: 355806

URL: http://svn.apache.org/viewcvs?rev=355806&view=rev
Log:
made new the default target

Modified:
    geronimo/branches/1.0/BUILDING.txt
    geronimo/branches/1.0/maven.xml

Modified: geronimo/branches/1.0/BUILDING.txt
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/BUILDING.txt?rev=355806&r1=355805&r2=355806&view=diff
==============================================================================
--- geronimo/branches/1.0/BUILDING.txt (original)
+++ geronimo/branches/1.0/BUILDING.txt Sat Dec 10 15:40:20 2005
@@ -14,16 +14,17 @@
 
 To build Geronimo running all of the unit test cases, compiling 
 all the Geronimo sources and installing them in your local maven
-repository, simply type maven new in the root of the Geronimo
+repository, simply type "maven" in the root of the Geronimo
 source tree:
 
-        $> maven new
+        $> maven 
 
-That command will compile Geronimo, using recent binary builds of
-OpenEJB and TranQL.  In some cases synchronized changes are made
-to several of the projects at once, and you may have trouble
-building the HEAD code of Geronimo against the older binaries of
-OpenEJB of TranQL.  In that case, you can run:
+That command will run the default "new" target and compile 
+Geronimo, using recent binary builds of OpenEJB and TranQL.  In 
+some cases synchronized changes are made to several of the 
+projects at once, and you may have trouble building the HEAD code 
+of Geronimo against the older binaries of OpenEJB of TranQL.  
+In that case, you can run:
 
 	$> maven m:co
 	$> maven m:clean m:clean-repo new

Modified: geronimo/branches/1.0/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/maven.xml?rev=355806&r1=355805&r2=355806&view=diff
==============================================================================
--- geronimo/branches/1.0/maven.xml (original)
+++ geronimo/branches/1.0/maven.xml Sat Dec 10 15:40:20 2005
@@ -18,7 +18,7 @@
 
 <!-- $Rev$ $Date$ -->
 
-<project default="m:build-all"
+<project default="new"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"