mcconnell 2003/08/20 01:30:08 Added: merlin/merlin-platform/src/bin merlinx.bat Log: experimental cli for 1.3.1 Revision Changes Path 1.1 avalon-sandbox/merlin/merlin-platform/src/bin/merlinx.bat Index: merlinx.bat =================================================================== @echo off if "%MERLIN_HOME%" == "" goto MissingHomeDefinition java -Dmerlin.home=%MERLIN_HOME% -Dmerlin.repository.local=%MAVEN_HOME% -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djava.ext.dirs=%MERLIN_HOME%\ext -jar %MERLIN_HOME%\bin\merlin-bootstrap-1.0.jar %1 %2 %3 %4 %5 %6 goto :end :MissingHomeDefinition echo. echo ERROR: MERLIN_HOME is not defined. echo MERLIN_HOME = %MERLIN_HOME% echo Please set the MERLIN_HOME variable in your environment to match the echo location of the Merlin installation echo. goto end :end
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
