You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/06/19 23:14:59 UTC

cvs commit: maven-plugins/jnlp/src/plugin-test maven.xml

dion        2004/06/19 14:14:59

  Modified:    jnlp/src/plugin-test maven.xml
  Log:
  Basic test case for jnlp goal ensuring it produces the correct output
  
  Revision  Changes    Path
  1.2       +5 -4      maven-plugins/jnlp/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/src/plugin-test/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	19 Jun 2004 12:42:25 -0000	1.1
  +++ maven.xml	19 Jun 2004 21:14:59 -0000	1.2
  @@ -24,9 +24,10 @@
     </goal>
     
     <goal name="test-jnlp">
  -    <!--attainGoal name="jnlp"/-->
  -    <!-- make sure code got compiled -->
  -    <!--assert:assertFileExists file="${maven.build.dest}/org/apache/maven/Dummy.class" /-->
  -    <!-- other tests go here -->
  +    <attainGoal name="jnlp"/>
  +    <assert:assertFileExists file="${maven.build.dest}/org/apache/maven/Dummy.class" />
  +    <assert:assertFileExists file="${maven.build.dir}/${maven.final.name}.jar" />
  +    <assert:assertFileExists file="${maven.jnlp.dir}/${pom.artifactId}.jnlp" />
  +    <!-- content tests go here -->
     </goal>
   </project>
  
  
  

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