You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2007/12/07 00:38:37 UTC

Re: svn commit: r601912 - in /commons/proper/scxml/trunk: build.xml pom.xml project.xml

On 06/12/2007, rahul@apache.org <ra...@apache.org> wrote:
> Author: rahul
> Date: Thu Dec  6 15:25:54 2007
> New Revision: 601912
>
> URL: http://svn.apache.org/viewvc?rev=601912&view=rev
> Log:
> Time to use a recent JUnit release.
>

Does JUnit 4.4 not require Java 1.5?

The pom says to use 1.4 for building - how does that work if JUnit needs 1.5?

> Modified:
>    commons/proper/scxml/trunk/build.xml
>    commons/proper/scxml/trunk/pom.xml
>    commons/proper/scxml/trunk/project.xml
>
> Modified: commons/proper/scxml/trunk/build.xml
> URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/build.xml?rev=601912&r1=601911&r2=601912&view=diff
> ==============================================================================
> --- commons/proper/scxml/trunk/build.xml (original)
> +++ commons/proper/scxml/trunk/build.xml Thu Dec  6 15:25:54 2007
> @@ -199,7 +199,7 @@
>
>     <setproxy>
>     </setproxy>
> -    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
> +    <get dest="${libdir}/junit-4.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-4.4.jar">
>     </get>
>     <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.8.jar">
>     </get>
>
> Modified: commons/proper/scxml/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=601912&r1=601911&r2=601912&view=diff
> ==============================================================================
> --- commons/proper/scxml/trunk/pom.xml (original)
> +++ commons/proper/scxml/trunk/pom.xml Thu Dec  6 15:25:54 2007
> @@ -111,7 +111,7 @@
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
> -      <version>3.8.1</version>
> +      <version>4.4</version>
>       <scope>test</scope>
>     </dependency>
>     <dependency>
>
> Modified: commons/proper/scxml/trunk/project.xml
> URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=601912&r1=601911&r2=601912&view=diff
> ==============================================================================
> --- commons/proper/scxml/trunk/project.xml (original)
> +++ commons/proper/scxml/trunk/project.xml Thu Dec  6 15:25:54 2007
> @@ -171,7 +171,7 @@
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
> -      <version>3.8.1</version>
> +      <version>4.4</version>
>       <url>http://www.junit.org/</url>
>       <properties>
>         <comment>&lt;b&gt;Test&lt;/b&gt; only</comment>
>
>
>

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


Re: svn commit: r601912 - in /commons/proper/scxml/trunk: build.xml pom.xml project.xml

Posted by sebb <se...@gmail.com>.
On 06/12/2007, Rahul Akolkar <ra...@gmail.com> wrote:
> On 12/6/07, sebb <se...@gmail.com> wrote:
> > On 06/12/2007, rahul@apache.org <ra...@apache.org> wrote:
> > > Author: rahul
> > > Date: Thu Dec  6 15:25:54 2007
> > > New Revision: 601912
> > >
> > > URL: http://svn.apache.org/viewvc?rev=601912&view=rev
> > > Log:
> > > Time to use a recent JUnit release.
> > >
> >
> > Does JUnit 4.4 not require Java 1.5?
> >
> > The pom says to use 1.4 for building - how does that work if JUnit needs 1.5?
> >
> <snip/>
>
> Indeed, thanks! I'll pull it back to the previous version (yup, we're at 1.4).

No problem...

I was hoping you'd found a way to use JUnit 4.4 under 1.4 ;-)

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

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


Re: svn commit: r601912 - in /commons/proper/scxml/trunk: build.xml pom.xml project.xml

Posted by Rahul Akolkar <ra...@gmail.com>.
On 12/6/07, sebb <se...@gmail.com> wrote:
> On 06/12/2007, rahul@apache.org <ra...@apache.org> wrote:
> > Author: rahul
> > Date: Thu Dec  6 15:25:54 2007
> > New Revision: 601912
> >
> > URL: http://svn.apache.org/viewvc?rev=601912&view=rev
> > Log:
> > Time to use a recent JUnit release.
> >
>
> Does JUnit 4.4 not require Java 1.5?
>
> The pom says to use 1.4 for building - how does that work if JUnit needs 1.5?
>
<snip/>

Indeed, thanks! I'll pull it back to the previous version (yup, we're at 1.4).

-Rahul

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