You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/23 13:26:39 UTC

cvs commit: jakarta-commons/jexl maven.xml

dion        2004/08/23 04:26:39

  Modified:    jexl     maven.xml
  Log:
  Add tester goal
  
  Revision  Changes    Path
  1.2       +15 -1     jakarta-commons/jexl/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	17 Aug 2004 15:38:45 -0000	1.1
  +++ maven.xml	23 Aug 2004 11:26:39 -0000	1.2
  @@ -32,5 +32,19 @@
     <!-- ================================================================== -->
     <!-- END: C O M M O N S - B U I L D                                     -->
     <!-- ================================================================== -->
  -  
  +
  +
  +  <goal name="tester" prereqs="test:compile" description="Run">
  +    <java classname="org.apache.commons.jexl.Jexl">
  +      <classpath>
  +        <pathelement path="${maven.build.dest}"/>
  +        <pathelement path="${maven.test.dest}"/>
  +        <path refid="maven.dependency.classpath"/>
  +      </classpath>
  +      <arg value="1+2"/>
  +      <arg value="1+a"/>
  +      <arg value="1.0 * 5.2 / 2.5"/>
  +    </java>
  +  </goal>
  +
   </project>
  
  
  

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