You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2006/04/25 13:02:45 UTC

svn commit: r396837 - /geronimo/branches/1.1/etc/maven.xml

Author: gdamour
Date: Tue Apr 25 04:02:17 2006
New Revision: 396837

URL: http://svn.apache.org/viewcvs?rev=396837&view=rev
Log:
It seems that I am not the only one to see a problem with copying WEB-INF/work when this folder does not exist.

Modified:
    geronimo/branches/1.1/etc/maven.xml

Modified: geronimo/branches/1.1/etc/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/etc/maven.xml?rev=396837&r1=396836&r2=396837&view=diff
==============================================================================
--- geronimo/branches/1.1/etc/maven.xml (original)
+++ geronimo/branches/1.1/etc/maven.xml Tue Apr 25 04:02:17 2006
@@ -238,6 +238,7 @@
     <ant:echo>Use classes.jar ? ${usesJar}</ant:echo>
     <j:if test="${usesJar}">
       <j:set var="webroot"  value="${basedir}/target/${pom.artifactId}/WEB-INF"/>
+      <ant:mkdir dir="${webroot}/work"/>
       <ant:move todir="${basedir}/target/temp" includeEmptyDirs="false" failonerror="false">
         <ant:fileset dir="${webroot}/classes">
           <ant:include name="**/*" />