You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/10/04 22:17:33 UTC

svn commit: r1004392 - in /commons/proper/exec/trunk: build.xml pom.xml

Author: niallp
Date: Mon Oct  4 20:17:33 2010
New Revision: 1004392

URL: http://svn.apache.org/viewvc?rev=1004392&view=rev
Log:
Rename "test" profile to "test-distribution" and change JUnit version in Ant build be inline with pom.xml

Modified:
    commons/proper/exec/trunk/build.xml
    commons/proper/exec/trunk/pom.xml

Modified: commons/proper/exec/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Mon Oct  4 20:17:33 2010
@@ -31,7 +31,7 @@
   <property name="maven.test.output" value="target/test-classes"/>
   <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
   <!-- JUnit version should agree with the version in pom.xml -->
-  <property name="maven.junit.jar" value="${maven.repo.local}/junit/junit/3.8.2/junit-3.8.2.jar"/>
+  <property name="maven.junit.jar" value="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar"/>
   <!-- These must agree with the versions in pom.xml -->
   <property name="maven.compile.source" value="1.3"/>
   <property name="maven.compile.target" value="1.3"/>

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Mon Oct  4 20:17:33 2010
@@ -204,7 +204,7 @@
             </distributionManagement>
         </profile>
         <profile>
-            <id>tests</id>
+            <id>test-distribution</id>
             <build>
                 <plugins>
                     <plugin>



Re: svn commit: r1004392 - in /commons/proper/exec/trunk: build.xml pom.xml

Posted by sebb <se...@gmail.com>.
On 4 October 2010 21:17,  <ni...@apache.org> wrote:
> Author: niallp
> Date: Mon Oct  4 20:17:33 2010
> New Revision: 1004392
>
> URL: http://svn.apache.org/viewvc?rev=1004392&view=rev
> Log:
> Rename "test" profile to "test-distribution" and change JUnit version in Ant build be inline with pom.xml
>
> Modified:
>    commons/proper/exec/trunk/build.xml

Do we still need the Ant build?

If so, then we need to change the filter source

>    commons/proper/exec/trunk/pom.xml
>
> Modified: commons/proper/exec/trunk/build.xml
> URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
> ==============================================================================
> --- commons/proper/exec/trunk/build.xml (original)
> +++ commons/proper/exec/trunk/build.xml Mon Oct  4 20:17:33 2010
> @@ -31,7 +31,7 @@
>   <property name="maven.test.output" value="target/test-classes"/>
>   <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
>   <!-- JUnit version should agree with the version in pom.xml -->
> -  <property name="maven.junit.jar" value="${maven.repo.local}/junit/junit/3.8.2/junit-3.8.2.jar"/>
> +  <property name="maven.junit.jar" value="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar"/>
>   <!-- These must agree with the versions in pom.xml -->
>   <property name="maven.compile.source" value="1.3"/>
>   <property name="maven.compile.target" value="1.3"/>
>
> Modified: commons/proper/exec/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
> ==============================================================================
> --- commons/proper/exec/trunk/pom.xml (original)
> +++ commons/proper/exec/trunk/pom.xml Mon Oct  4 20:17:33 2010
> @@ -204,7 +204,7 @@
>             </distributionManagement>
>         </profile>
>         <profile>
> -            <id>tests</id>
> +            <id>test-distribution</id>
>             <build>
>                 <plugins>
>                     <plugin>
>
>
>

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


Re: svn commit: r1004392 - in /commons/proper/exec/trunk: build.xml pom.xml

Posted by sebb <se...@gmail.com>.
On 4 October 2010 21:17,  <ni...@apache.org> wrote:
> Author: niallp
> Date: Mon Oct  4 20:17:33 2010
> New Revision: 1004392
>
> URL: http://svn.apache.org/viewvc?rev=1004392&view=rev
> Log:
> Rename "test" profile to "test-distribution" and change JUnit version in Ant build be inline with pom.xml
>
> Modified:
>    commons/proper/exec/trunk/build.xml
>    commons/proper/exec/trunk/pom.xml

Do we still want to keep the Ant build?

If so, we need to fix the filter for the version number.

>
> Modified: commons/proper/exec/trunk/build.xml
> URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
> ==============================================================================
> --- commons/proper/exec/trunk/build.xml (original)
> +++ commons/proper/exec/trunk/build.xml Mon Oct  4 20:17:33 2010
> @@ -31,7 +31,7 @@
>   <property name="maven.test.output" value="target/test-classes"/>
>   <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
>   <!-- JUnit version should agree with the version in pom.xml -->
> -  <property name="maven.junit.jar" value="${maven.repo.local}/junit/junit/3.8.2/junit-3.8.2.jar"/>
> +  <property name="maven.junit.jar" value="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar"/>
>   <!-- These must agree with the versions in pom.xml -->
>   <property name="maven.compile.source" value="1.3"/>
>   <property name="maven.compile.target" value="1.3"/>
>
> Modified: commons/proper/exec/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
> ==============================================================================
> --- commons/proper/exec/trunk/pom.xml (original)
> +++ commons/proper/exec/trunk/pom.xml Mon Oct  4 20:17:33 2010
> @@ -204,7 +204,7 @@
>             </distributionManagement>
>         </profile>
>         <profile>
> -            <id>tests</id>
> +            <id>test-distribution</id>
>             <build>
>                 <plugins>
>                     <plugin>
>
>
>

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