[jboss-cvs] JBossAS SVN: r89592 - projects/jboss-osgi/trunk/hudson/hudson-home.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 1 05:41:08 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-06-01 05:41:08 -0400 (Mon, 01 Jun 2009)
New Revision: 89592

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
Fix Equinox integration

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-06-01 09:39:44 UTC (rev 89591)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-06-01 09:41:08 UTC (rev 89592)
@@ -59,23 +59,6 @@
   ;;
 esac
 
-case "$FRAMEWORK" in
-  'felix')
-    WEB_CONSOLE_ADDRESS=$JBOSS_BINDADDR:8090/jboss-osgi
-  ;;
-  'equinox')
-    # Equinox OSGi Console does does not work with compendium in system classpath
-    WEB_CONSOLE_ADDRESS=$JBOSS_BINDADDR:8080/jmx-console
-  ;;
-  'knopflerfish')
-    WEB_CONSOLE_ADDRESS=$JBOSS_BINDADDR:8090/jboss-osgi
-  ;;
-  *)
-	echo "Unsupported framework: $FRAMEWORK"
-	exit 1
-  ;;
-esac
-
 ENVIRONMENT="-Dframework=$FRAMEWORK -Dtarget.container=$CONTAINER -Djboss.home=$RUNTIME_HOME -Djboss.bind.address=$JBOSS_BINDADDR"
 
 #
@@ -122,7 +105,7 @@
 # Was it successfully started?
 #
 if [ "$CONTAINER" != "runtime" ]; then
-	$HUDSONBIN/http-spider.sh $WEB_CONSOLE_ADDRESS $WORKSPACE
+	$HUDSONBIN/http-spider.sh $JBOSS_BINDADDR:8090/jboss-osgi $WORKSPACE
 	if [ -e $WORKSPACE/spider.failed ]; then
 	  tail -n 200 $RUNTIME_LOG
 	  $HUDSONBIN/startup.sh $RUNTIME_HOME stop




More information about the jboss-cvs-commits mailing list