leosimons    2003/06/08 06:57:03

  Modified:    .        maven-common.xml
  Log:
  gump improvments
  
  Revision  Changes    Path
  1.9       +3 -3      avalon-excalibur/maven-common.xml
  
  Index: maven-common.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/maven-common.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven-common.xml  8 Jun 2003 13:51:22 -0000       1.8
  +++ maven-common.xml  8 Jun 2003 13:57:03 -0000       1.9
  @@ -430,7 +430,7 @@
           <ant:available 
file="${basedir}/../gump-integration/project/${pom.artifactId}.xml"
                   property="gump.exists"/>
           <j:set var="gexists" value="${gump.exists}"/>
  -        <j:if test="${gexists}"><ant:echo>Warning: 
${basedir}/../gump-integration/project/${pom.artifactId}.xml already 
exists!</ant:echo></j:if>
  +        <j:if 
test="${gexists}"><ant:fail>${basedir}/../gump-integration/project/${pom.artifactId}.xml
 already exists!</ant:fail></j:if>
           <j:if test="${not gexists}">
   
               <!-- copied from the maven gump plugin -->
  @@ -444,7 +444,7 @@
               <j:whitespace xmlns="dummy">
   <project name="${pom.artifactId}">
       <package>${pom.package}</package>
  -    <ant basedir="${pom.artifactId}" target="dist">
  +    <ant basedir="${component.dir}" target="dist">
           <property name="project.version" value="@@DATE@@"/>
       </ant>
   
  @@ -462,7 +462,7 @@
       <work nested="${component.dir}/target/test-classes"/>
   
       <home nested="${component.dir}"/>
  -    <jar name="target/${component.id}-@@DATE@@.jar"/>
  +    <jar name="target/${pom.artifactId}-@@DATE@@.jar"/>
       <javadoc nested="${component.dir}/target/docs/apidocs"/>
   
       <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to