|
From: <mba...@us...> - 2006-08-26 18:01:52
|
Revision: 1591 Author: mbarchfe Date: 2006-08-26 11:01:41 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1591&view=rev Log Message: ----------- start jmx Modified Paths: -------------- trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh Modified: trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh =================================================================== --- trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh 2006-08-26 18:00:50 UTC (rev 1590) +++ trunk/org.rubypeople.rdt.build/cruiseControl/startCCForRDT.sh 2006-08-26 18:01:41 UTC (rev 1591) @@ -1,5 +1,4 @@ -#! /bin/sh +#!/bin/bash Xvfb :1 & export DISPLAY=localhost:1 -#cd ~/cruisecontrol-bin-2.5 -sh ../cruisecontrol-bin-2.5/cruisecontrol.sh -webport 8090 $@ +~/cruisecontrol-bin-2.5/cruisecontrol.sh -webport 8080 -jmxport 8000 $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |