You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/12/12 02:02:17 UTC

svn commit: r485971 - /geronimo/genesis/trunk/build-harness/bin/maven.groovy

Author: jdillon
Date: Mon Dec 11 17:02:16 2006
New Revision: 485971

URL: http://svn.apache.org/viewvc?view=rev&rev=485971
Log:
Don't spit out the stack, too much unused detail

Modified:
    geronimo/genesis/trunk/build-harness/bin/maven.groovy

Modified: geronimo/genesis/trunk/build-harness/bin/maven.groovy
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/build-harness/bin/maven.groovy?view=diff&rev=485971&r1=485970&r2=485971
==============================================================================
--- geronimo/genesis/trunk/build-harness/bin/maven.groovy (original)
+++ geronimo/genesis/trunk/build-harness/bin/maven.groovy Mon Dec 11 17:02:16 2006
@@ -105,7 +105,7 @@
         }
         catch (Throwable t) {
             println "ERROR: ${t}"
-            t.printStackTrace()
+            // t.printStackTrace()
             System.exit(1)
         }
     }