You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/07/04 13:58:21 UTC

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

carlos      2004/07/04 04:58:21

  Modified:    ant/src/plugin-resources/templates build.jelly
  Log:
  Added testclassesdir property although there's no test source directory as it was incorrectly removed
  
  Revision  Changes    Path
  1.17      +3 -0      maven-plugins/ant/src/plugin-resources/templates/build.jelly
  
  Index: build.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/src/plugin-resources/templates/build.jelly,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.jelly	3 Jul 2004 17:49:14 -0000	1.16
  +++ build.jelly	4 Jul 2004 11:58:21 -0000	1.17
  @@ -50,6 +50,9 @@
     <maven:makeRelativePath basedir="${baseDirFile}" path="${maven.build.dest}" separator="/" var="classesdir"/>
     <property name="classesdir" value="${classesdir}" />
   
  +  <maven:makeRelativePath basedir="${baseDirFile}" path="${maven.test.dest}" separator="/" var="testclassesdir"/>
  +  <property name="testclassesdir" value="${testclassesdir}" />
  +
     <j:if test="${unitTestSourcesPresent == 'true'}">
       <maven:pluginVar plugin="maven-test-plugin" property="maven.test.dest" var="abstestclassesdir" />
       <maven:makeRelativePath basedir="${baseDirFile}" path="${abstestclassesdir}" separator="/" var="testclassesdir"/>
  
  
  

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