Is there any reason this isn't being done in project.xml. On 10/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
