Mike: when you come back from running, we need a new hudson run. Hopefully
the last one.

But this time everything worked until clover was about to be started. I hate
shell scripts and their strange \ syntax...

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -----Original Message-----
> From: uschind...@apache.org [mailto:uschind...@apache.org]
> Sent: Thursday, December 17, 2009 1:04 PM
> To: java-comm...@lucene.apache.org
> Subject: svn commit: r891664 - /lucene/java/nightly/hudson.sh
> 
> Author: uschindler
> Date: Thu Dec 17 12:03:57 2009
> New Revision: 891664
> 
> URL: http://svn.apache.org/viewvc?rev=891664&view=rev
> Log:
> missing backslash :(
> we need another hudson run
> 
> Modified:
>     lucene/java/nightly/hudson.sh
> 
> Modified: lucene/java/nightly/hudson.sh
> URL:
> http://svn.apache.org/viewvc/lucene/java/nightly/hudson.sh?rev=891664&r1=8
> 91663&r2=891664&view=diff
> ==========================================================================
> ====
> --- lucene/java/nightly/hudson.sh (original)
> +++ lucene/java/nightly/hudson.sh Thu Dec 17 12:03:57 2009
> @@ -57,7 +57,7 @@
>    -Dsvnversion.exe=$SVNVERSION_EXE \
>    -Dsvn.exe=$SVN_EXE \
>    -Dtest.junit.output.format=xml \
> -  -Dversion=$BUILD_ID
> +  -Dversion=$BUILD_ID \
>    -Drun.clover=true \
>    clean test
> 
> @@ -66,7 +66,7 @@
>    -lib $CLOVER \
>    -Dsvnversion.exe=$SVNVERSION_EXE \
>    -Dsvn.exe=$SVN_EXE \
> -  -Dversion=$BUILD_ID
> +  -Dversion=$BUILD_ID \
>    -Drun.clover=true \
>    generate-clover-reports
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to