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/20 00:50:27 UTC

svn commit: r357837 - in /geronimo/trunk: BUILDING.txt maven.xml project.properties

Author: gregw
Date: Mon Dec 19 15:50:23 2005
New Revision: 357837

URL: http://svn.apache.org/viewcvs?rev=357837&view=rev
Log:
merged r355806 from 1.0 branch to make new the default target

Modified:
    geronimo/trunk/BUILDING.txt
    geronimo/trunk/maven.xml
    geronimo/trunk/project.properties

Modified: geronimo/trunk/BUILDING.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/BUILDING.txt?rev=357837&r1=357836&r2=357837&view=diff
==============================================================================
--- geronimo/trunk/BUILDING.txt (original)
+++ geronimo/trunk/BUILDING.txt Mon Dec 19 15:50:23 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 in the root of the Geronimo source
-tree:
+repository, simply type "maven" in the root of the Geronimo
+source tree:
 
         $> 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:rebuild-all

Modified: geronimo/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/maven.xml?rev=357837&r1=357836&r2=357837&view=diff
==============================================================================
--- geronimo/trunk/maven.xml (original)
+++ geronimo/trunk/maven.xml Mon Dec 19 15:50:23 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"

Modified: geronimo/trunk/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/project.properties?rev=357837&r1=357836&r2=357837&view=diff
==============================================================================
--- geronimo/trunk/project.properties (original)
+++ geronimo/trunk/project.properties Mon Dec 19 15:50:23 2005
@@ -22,8 +22,8 @@
 
 #module.excludes=axis
 #maven.test.failure.ignore=true
-#maven.test.skip=true
-#maven.itest.skip=true
+maven.test.skip=true
+maven.itest.skip=true
 maven.remote.group=apcvs
 
 #multiproject properties