[jboss-osgi-commits] JBoss-OSGI SVN: r88468 - in projects/jboss-osgi/trunk/build/distribution: scripts and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri May 8 12:47:29 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-08 12:47:29 -0400 (Fri, 08 May 2009)
New Revision: 88468

Modified:
   projects/jboss-osgi/trunk/build/distribution/pom.xml
   projects/jboss-osgi/trunk/build/distribution/scripts/antrun-installer.xml
   projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml
Log:
Add some distro debug

Modified: projects/jboss-osgi/trunk/build/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/pom.xml	2009-05-08 16:38:19 UTC (rev 88467)
+++ projects/jboss-osgi/trunk/build/distribution/pom.xml	2009-05-08 16:47:29 UTC (rev 88468)
@@ -269,6 +269,7 @@
               <tasks>
                 <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
                 <property name="framework" value="${framework}" />
+                <!-- ${jboss.home} is available in the hudson run  -->
                 <property name="jboss.home" value="${jboss.home}" />
                 <property name="jboss501.home" value="${jboss501.home}" />
                 <property name="jboss510.home" value="${jboss510.home}" />

Modified: projects/jboss-osgi/trunk/build/distribution/scripts/antrun-installer.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/scripts/antrun-installer.xml	2009-05-08 16:38:19 UTC (rev 88467)
+++ projects/jboss-osgi/trunk/build/distribution/scripts/antrun-installer.xml	2009-05-08 16:47:29 UTC (rev 88468)
@@ -28,6 +28,10 @@
   <!-- Initialization                                                     -->
   <!-- ================================================================== -->
   <target name="init">
+    <echo message="jboss.home=${jboss.home}"/>
+    <echo message="jboss501.home=${jboss501.home}"/>
+    <echo message="jboss510.home=${jboss510.home}"/>
+    <echo message="jboss600.home=${jboss600.home}"/>
   </target>
 
   <!-- ================================================================== -->

Modified: projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml	2009-05-08 16:38:19 UTC (rev 88467)
+++ projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml	2009-05-08 16:47:29 UTC (rev 88468)
@@ -31,7 +31,6 @@
     <variable name="jboss501.home" value="@{jboss501.home}" />
     <variable name="jboss510.home" value="@{jboss510.home}" />
     <variable name="jboss600.home" value="@{jboss600.home}" />
-    <variable name="runtime.available" value="@{runtime.available}" />
   </variables>
 
   <!-- Dynamic Variables -->




More information about the jboss-osgi-commits mailing list