Lines Matching refs:not
4 rem Only set OPENIDM_HOME if not already set
6 if not "%OPENIDM_HOME%" == "" goto gotHome
14 echo The OPENIDM_HOME environment variable is not defined correctly
19 rem Only set OPENIDM_OPTS if not already set
20 if not "%OPENIDM_OPTS%" == "" goto noOpenIDMOpts
31 rem We do not want jpda in CMD_LINE_ARGS
48 rem Set JDK Logger config file if it is present and an override has not been issued
49 if not "%LOGGING_CONFIG%" == "" goto noJuliConfig
51 if not exist "%PROJECT_HOME%\conf\logging.properties" goto defaultJuliConfig
55 if not exist "%OPENIDM_HOME%\conf\logging.properties" goto noJuliConfig
60 if not "%JPDA_TRANSPORT%" == "" goto gotJpdaTransport
63 if not "%JPDA_ADDRESS%" == "" goto gotJpdaAddress
66 if not "%JPDA_SUSPEND%" == "" goto gotJpdaSuspend
69 if not "%JPDA_OPTS%" == "" goto gotJpdaOpts
75 rem Ensure that any user defined CLASSPATH variables are not used on startup,
86 if not "%OS%" == "Windows_NT" goto noTitle
98 if not "%JPDA%" == "" goto doJpda