[jboss-cvs] JBossAS SVN: r84788 - in projects/jboss-osgi/trunk/build/hudson: hudson-home/jobs/JBoss-OSGi-JDK1.5 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 05:42:33 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-26 05:42:33 -0500 (Thu, 26 Feb 2009)
New Revision: 84788

Modified:
   projects/jboss-osgi/trunk/build/hudson/ant.properties.example
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix/config.xml
Log:
Fix references to hudson dir

Modified: projects/jboss-osgi/trunk/build/hudson/ant.properties.example
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/ant.properties.example	2009-02-26 10:00:37 UTC (rev 84787)
+++ projects/jboss-osgi/trunk/build/hudson/ant.properties.example	2009-02-26 10:42:33 UTC (rev 84788)
@@ -22,7 +22,7 @@
 
 hudson.root=/home/hudson/workspace
 
-hudson.maven.profile=$OSGIDIR/hudson/profiles.xml.local.qa
+hudson.maven.profile=$HUDSONDIR/profiles.xml.local.qa
 
 hudson.host=jbpm.dyndns.org
 hudson.admin.port=8150

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml	2009-02-26 10:00:37 UTC (rev 84787)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml	2009-02-26 10:42:33 UTC (rev 84788)
@@ -40,6 +40,7 @@
       <command>
 WORKSPACE=`pwd`
 OSGIDIR=$WORKSPACE/jboss-osgi
+HUDSONDIR=$OSGIDIR/build/hudson
 
 export HUDSON_BASE=@hudson.base@
 export OSGI_VERSION=@version.id@
@@ -52,7 +53,7 @@
 #
 # call command.sh 
 #
-/bin/sh $OSGIDIR/hudson/hudson-home/command.sh
+/bin/sh $HUDSONDIR/hudson-home/command.sh
       </command>
     </hudson.tasks.Shell>
   </builders>

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml	2009-02-26 10:00:37 UTC (rev 84787)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml	2009-02-26 10:42:33 UTC (rev 84788)
@@ -40,6 +40,7 @@
       <command>
 WORKSPACE=`pwd`
 OSGIDIR=$WORKSPACE/jboss-osgi
+HUDSONDIR=$OSGIDIR/build/hudson
 
 export HUDSON_BASE=@hudson.base@
 export OSGI_VERSION=@version.id@
@@ -52,7 +53,7 @@
 #
 # call command.sh 
 #
-/bin/sh $OSGIDIR/hudson/hudson-home/command.sh
+/bin/sh $HUDSONDIR/hudson-home/command.sh
       </command>
     </hudson.tasks.Shell>
   </builders>

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix/config.xml	2009-02-26 10:00:37 UTC (rev 84787)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix/config.xml	2009-02-26 10:42:33 UTC (rev 84788)
@@ -50,6 +50,7 @@
       <command>
 WORKSPACE=`pwd`
 OSGIDIR=$WORKSPACE/jboss-osgi
+HUDSONDIR=$OSGIDIR/build/hudson
 
 export CONTAINER=$container
 
@@ -64,7 +65,7 @@
 #
 # call command.sh 
 #
-/bin/sh $OSGIDIR/hudson/hudson-home/command.sh
+/bin/sh $HUDSONDIR/hudson-home/command.sh
       </command>
     </hudson.tasks.Shell>
   </builders>




More information about the jboss-cvs-commits mailing list