You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Robert Muir <rc...@gmail.com> on 2013/06/29 05:55:12 UTC

change verbose [junit4:junit4] to just [junit4] and save horizontal space?

i feel like this is a no-brainer, but there might be some regexps for
jenkins that could break or something else i'm not aware of:

Index: lucene/common-build.xml
===================================================================
--- lucene/common-build.xml    (revision 1497957)
+++ lucene/common-build.xml    (working copy)
@@ -869,6 +869,7 @@
         <mkdir dir="${tests.cachedir}/${name}" />

         <junit4:junit4
+            taskName="junit4"
             dir="@{workDir}"
             tempdir="@{workDir}/temp"
             maxmemory="${tests.heapsize}"

RE: change verbose [junit4:junit4] to just [junit4] and save horizontal space?

Posted by Uwe Schindler <uw...@thetaphi.de>.
Let's do that. I love the taskname="..." attribute!

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


> -----Original Message-----
> From: Steve Rowe [mailto:sarowe@gmail.com]
> Sent: Saturday, June 29, 2013 6:36 AM
> To: dev@lucene.apache.org
> Subject: Re: change verbose [junit4:junit4] to just [junit4] and save
> horizontal space?
> 
> +1 - I think the Jenkins regexps can handle either (and can certainly be
> +changed if not)
> 
> On Jun 28, 2013, at 11:55 PM, Robert Muir <rc...@gmail.com> wrote:
> 
> > i feel like this is a no-brainer, but there might be some regexps for jenkins
> that could break or something else i'm not aware of:
> >
> > Index: lucene/common-build.xml
> >
> ==========================================================
> =========
> > --- lucene/common-build.xml    (revision 1497957)
> > +++ lucene/common-build.xml    (working copy)
> > @@ -869,6 +869,7 @@
> >          <mkdir dir="${tests.cachedir}/${name}" />
> >
> >          <junit4:junit4
> > +            taskName="junit4"
> >              dir="@{workDir}"
> >              tempdir="@{workDir}/temp"
> >              maxmemory="${tests.heapsize}"
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


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


Re: change verbose [junit4:junit4] to just [junit4] and save horizontal space?

Posted by Steve Rowe <sa...@gmail.com>.
+1 - I think the Jenkins regexps can handle either (and can certainly be changed if not)

On Jun 28, 2013, at 11:55 PM, Robert Muir <rc...@gmail.com> wrote:

> i feel like this is a no-brainer, but there might be some regexps for jenkins that could break or something else i'm not aware of:
> 
> Index: lucene/common-build.xml
> ===================================================================
> --- lucene/common-build.xml    (revision 1497957)
> +++ lucene/common-build.xml    (working copy)
> @@ -869,6 +869,7 @@
>          <mkdir dir="${tests.cachedir}/${name}" />
>  
>          <junit4:junit4
> +            taskName="junit4"
>              dir="@{workDir}"
>              tempdir="@{workDir}/temp"
>              maxmemory="${tests.heapsize}" 
> 


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