Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 99590 invoked from network); 13 Aug 2007 15:39:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 15:39:53 -0000 Received: (qmail 79556 invoked by uid 500); 13 Aug 2007 15:39:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 79515 invoked by uid 500); 13 Aug 2007 15:39:50 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 79504 invoked by uid 99); 13 Aug 2007 15:39:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 08:39:50 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [69.156.193.165] (HELO scalixmail.pitchpointsolutions.com) (69.156.193.165) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 15:39:58 +0000 Received: from scalixmail.pitchpointsolutions.com (localhost.localdomain [127.0.0.1]) by scalixmail.pitchpointsolutions.com (8.13.1/8.13.1) with ESMTP id l7DFdM8g029505 for ; Mon, 13 Aug 2007 11:39:23 -0400 Date: Mon, 13 Aug 2007 11:39:22 -0400 From: "brad hadfield" To: continuum-users Message-ID: Subject: detecting build failure x-scalix-Hops: 1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="2_0_3f_6a2aefMHTML_=_01" X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on scalixmail.pitchpointsolutions.com X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE, UPPERCASE_25_50 autolearn=failed version=3.1.9 --2_0_3f_6a2aefMHTML_=_01 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Build failures are not detected by Continuum. I'm using continuum version 1.1 beta 1 with maven 2.0.7. =20 =20 I tried using the fixed maven batch file indicated in the FAQ but it fails due to a class Path error. This is what the end of the mvn.bat file looks like: =20 @REM Start MAVEN2 :runm2 %MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath %CLASSWORLDS_JAR% "-Dclassworlds.conf=3D%M2_HOME%\bin\m2.conf" "-Dmaven.home=3D%M2_HOME%" org.codehaus.classworlds.Launcher %MAVEN_CMD_LINE_ARGS% if ERRORLEVEL 1 goto error goto end =20 :error set ERROR_CODE=3D1 =20 :end @REM set local scope for the variables with windows NT shell if "%OS%"=3D=3D"Windows_NT" goto endNT =20 @REM For old DOS remove the set variables from ENV - we assume they were not set @REM before we started - at least we don't leave any baggage around set MAVEN_JAVA_EXE=3D set MAVEN_CMD_LINE_ARGS=3D goto postExec =20 :endNT @endlocal =20 :postExec if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" @REM pause the batch file if MAVEN_BATCH_PAUSE is set to 'on' if "%MAVEN_BATCH_PAUSE%" =3D=3D "on" pause =20 if "%MAVEN_TERMINATE_CMD%" =3D=3D "on" exit %ERROR_CODE% =20 exit /B %ERROR_CODE% =20 =20 Thanks Brad --2_0_3f_6a2aefMHTML_=_01--