GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / bin / grails-debug.bat
blobc3618e17018e2f782f3133000a2f879421ae8887
1 @if "%DEBUG%" == "" @echo off
3 @rem 
4 @rem $Revision: 2770 $ $Date: 2005-08-29 10:49:42 +0000 (Mon, 29 Aug 2005) $
5 @rem 
7 @rem Set local scope for the variables with windows NT shell
8 if "%OS%"=="Windows_NT" setlocal
10 :begin
11 @rem Determine what directory it is in.
12 set DIRNAME=%~dp0
13 if "%DIRNAME%" == "" set DIRNAME=.\
15 set JAVA_OPTS=-Xdebug -Xnoagent -Dgrails.full.stacktrace=true -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
17 CALL "%DIRNAME%\startGrails.bat" "%DIRNAME%" org.codehaus.groovy.grails.cli.GrailsScriptRunner %*