[jbossws-commits] JBossWS SVN: r6409 - in framework/trunk/framework: ant and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 14 05:11:41 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-14 05:11:41 -0400 (Mon, 14 Apr 2008)
New Revision: 6409

Modified:
   framework/trunk/framework/ant/build-install.xml
   framework/trunk/framework/pom.xml
Log:
Create antrun jira issues

Modified: framework/trunk/framework/ant/build-install.xml
===================================================================
--- framework/trunk/framework/ant/build-install.xml	2008-04-14 08:04:30 UTC (rev 6408)
+++ framework/trunk/framework/ant/build-install.xml	2008-04-14 09:11:41 UTC (rev 6409)
@@ -26,6 +26,7 @@
   <!-- ================================================================== -->
   
   <target name="init">
+    <property name="repository.id" value="${version.id}"/>
     <echo message="version.id=${version.id}"/>
     <echo message="repository.id=${repository.id}"/>
     <echo message="jboss.local.repository=${jboss.local.repository}"/>

Modified: framework/trunk/framework/pom.xml
===================================================================
--- framework/trunk/framework/pom.xml	2008-04-14 08:04:30 UTC (rev 6408)
+++ framework/trunk/framework/pom.xml	2008-04-14 09:11:41 UTC (rev 6409)
@@ -16,6 +16,7 @@
   <properties>
     <jbossws-common>3.0.0-SNAPSHOT</jbossws-common>
     <jbossws-spi>3.0.0-SNAPSHOT</jbossws-spi>
+    <!-- http://jira.codehaus.org/browse/MANTRUN-88 -->
     <jboss.local.repository>/home/tdiesler/svn/jboss.local.repository</jboss.local.repository>
   </properties>
   
@@ -72,12 +73,18 @@
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks description="Install artifacts to the jboss local repository">
+              <tasks if="jboss.local.repository">
+                <!-- http://jira.codehaus.org/browse/MANTRUN-87 -->
                 <property name="version.id" value="${project.version}"/>
-                <property name="repository.id" value="${project.version}"/>
                 <property name="jboss.local.repository" value="${jboss.local.repository}"/>
+                <echo message="Install to jboss.local.repository=${jboss.local.repository}"/>
                 <ant antfile="ant/build-install.xml" target="install"/>
               </tasks>
+              <!-- http://jira.codehaus.org/browse/MANTRUN-86
+              <tasks unless="jboss.local.repository">
+                <echo message="Cannot install to jboss.local.repository=${jboss.local.repository}"/>
+              </tasks>
+              -->
             </configuration>
           </execution>
         </executions>




More information about the jbossws-commits mailing list