You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jk...@apache.org on 2005/10/02 15:27:44 UTC

svn commit: r293110 - /jakarta/commons/proper/cli/trunk/maven.xml

Author: jkeyes
Date: Sun Oct  2 06:27:37 2005
New Revision: 293110

URL: http://svn.apache.org/viewcvs?rev=293110&view=rev
Log:
- added postGoal to test:test-resources to copy the test resource bundle

Modified:
    jakarta/commons/proper/cli/trunk/maven.xml

Modified: jakarta/commons/proper/cli/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/maven.xml?rev=293110&r1=293109&r2=293110&view=diff
==============================================================================
--- jakarta/commons/proper/cli/trunk/maven.xml (original)
+++ jakarta/commons/proper/cli/trunk/maven.xml Sun Oct  2 06:27:37 2005
@@ -48,6 +48,11 @@
     </copy>
   </preGoal>
 
+  <postGoal name="test:test-resources">
+    <echo>Moving test bundle.</echo>        
+    <copy file="src/test/org/apache/commons/cli2/resource/TestBundle.properties"
+            tofile="target/test-classes/org/apache/commons/cli2/resource/TestBundle.properties"/>      
+  </postGoal>
 
  <postGoal name="xdoc:transform">
    <attainGoal name="pdf:pdf"/>



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


Re: svn commit: r293110 - /jakarta/commons/proper/cli/trunk/maven.xml

Posted by John Keyes <jo...@gmail.com>.
I only did it this way, because it was the only way I knew how to do it.

-John K

On 10/4/05, Dion Gillard <di...@gmail.com> wrote:
>
> Is there any reason this isn't being done in project.xml.
>
> On 10/2/05, jkeyes@apache.org <jk...@apache.org> wrote:
> > Author: jkeyes
> > Date: Sun Oct 2 06:27:37 2005
> > New Revision: 293110
> >
> > URL: http://svn.apache.org/viewcvs?rev=293110&view=rev
> > Log:
> > - added postGoal to test:test-resources to copy the test resource bundle
> >
> > Modified:
> > jakarta/commons/proper/cli/trunk/maven.xml
> >
> > Modified: jakarta/commons/proper/cli/trunk/maven.xml
> > URL:
> http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/maven.xml?rev=293110&r1=293109&r2=293110&view=diff
> >
> ==============================================================================
> > --- jakarta/commons/proper/cli/trunk/maven.xml (original)
> > +++ jakarta/commons/proper/cli/trunk/maven.xml Sun Oct 2 06:27:37 2005
> > @@ -48,6 +48,11 @@
> > </copy>
> > </preGoal>
> >
> > + <postGoal name="test:test-resources">
> > + <echo>Moving test bundle.</echo>
> > + <copy
> file="src/test/org/apache/commons/cli2/resource/TestBundle.properties"
> > +
> tofile="target/test-classes/org/apache/commons/cli2/resource/TestBundle.properties"/>
> > + </postGoal>
> >
> > <postGoal name="xdoc:transform">
> > <attainGoal name="pdf:pdf"/>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
>
>
> --
> http://www.multitask.com.au/people/dion/
> "You are going to let the fear of poverty govern your life and your
> reward will be that you will eat, but you will not live." - George
> Bernard Shaw
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

Re: svn commit: r293110 - /jakarta/commons/proper/cli/trunk/maven.xml

Posted by Dion Gillard <di...@gmail.com>.
Is there any reason this isn't being done in project.xml.

On 10/2/05, jkeyes@apache.org <jk...@apache.org> wrote:
> Author: jkeyes
> Date: Sun Oct  2 06:27:37 2005
> New Revision: 293110
>
> URL: http://svn.apache.org/viewcvs?rev=293110&view=rev
> Log:
> - added postGoal to test:test-resources to copy the test resource bundle
>
> Modified:
>     jakarta/commons/proper/cli/trunk/maven.xml
>
> Modified: jakarta/commons/proper/cli/trunk/maven.xml
> URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/maven.xml?rev=293110&r1=293109&r2=293110&view=diff
> ==============================================================================
> --- jakarta/commons/proper/cli/trunk/maven.xml (original)
> +++ jakarta/commons/proper/cli/trunk/maven.xml Sun Oct  2 06:27:37 2005
> @@ -48,6 +48,11 @@
>      </copy>
>    </preGoal>
>
> +  <postGoal name="test:test-resources">
> +    <echo>Moving test bundle.</echo>
> +    <copy file="src/test/org/apache/commons/cli2/resource/TestBundle.properties"
> +            tofile="target/test-classes/org/apache/commons/cli2/resource/TestBundle.properties"/>
> +  </postGoal>
>
>   <postGoal name="xdoc:transform">
>     <attainGoal name="pdf:pdf"/>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


--
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw

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