Update the bin distro tuscany.bat to start the shell
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7146f9a6e5
commit
110b858c79
2 changed files with 6 additions and 5 deletions
sca-java-2.x/trunk/distribution/all/src/main/release/launcher
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
|
||||
classpath=modules/**
|
||||
mainClass=[firstArgJarManifestMainClass]|org.apache.tuscany.sca.domain.node.DomainNodeMain
|
||||
mainClass=[firstArgJarManifestMainClass]|org.apache.tuscany.sca.shell.Shell
|
||||
-Djava.util.logging.config.file={TUSCANY_HOME}/samples/logging.properties
|
||||
|
||||
|
||||
|
|
|
@ -18,8 +18,9 @@ REM # specific language governing permissions and limitations
|
|||
REM # under the License.
|
||||
|
||||
REM TODO: can't get these to work yet when using the tribes domaim URI in quotes
|
||||
REM if "%1".=="/?". goto help
|
||||
REM if "%1".=="-help". goto help
|
||||
if "%1".=="/?". goto help
|
||||
if "%1".=="-help". goto help
|
||||
if "%1".=="-help". goto help
|
||||
|
||||
if not "%TUSCANY_HOME%"=="" goto gotHome
|
||||
SET TUSCANY_HOME=%~dp0\..
|
||||
|
@ -32,13 +33,13 @@ goto error
|
|||
|
||||
|
||||
set _XDEBUG=
|
||||
if not %1==debug goto skipDebug
|
||||
if not "%1"=="debug" goto skipDebug
|
||||
set _XDEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
|
||||
shift
|
||||
:skipDebug
|
||||
|
||||
set _FORK=
|
||||
if not %1==fork goto skipFork
|
||||
if not "%1"=="fork" goto skipFork
|
||||
set _FORK=start
|
||||
shift
|
||||
:skipFORK
|
||||
|
|
Loading…
Add table
Reference in a new issue