Hi there

I just tried the merlinx batch file delivered with version 3.2.4. The
repository locations here have to be quoted in order to work on systems that
do have spaces in the ${user.home} directory (see lines 005 and 003).

001 @echo off
002 if "%MERLIN_HOME%" == "" set MERLIN_HOME=%USERPROFILE%\.merlin
003 set WORKING_REPOSITORY="%USERPROFILE%\.maven\repository"
004 if "%MAVEN_HOME_LOCAL%" == "" goto DoneMerlinSystem
005 set WORKING_REPOSITORY="%MAVEN_HOME_LOCAL%\repository"
006 :DoneMerlinSystem
007 set MERLIN_CMD_LINE_ARGS=%*
008 set MERLIN_BOOTSTRAP_JAR=%MERLIN_HOME%\bin\lib\merlin-cli-3.2.4.jar
009 set MERLIN_SECURITY_POLICY=-
        Djava.security.policy=%MERLIN_HOME%\bin\security.policy
010 java %MERLIN_SECURITY_POLICY% %MERLIN_JVM_OPTS% -jar 
         %MERLIN_BOOTSTRAP_JAR% -system %WORKING_REPOSITORY% -repository 
         %WORKING_REPOSITORY% %MERLIN_CMD_LINE_ARGS% 
011 goto :EndOfScript
012 :EndOfScript

Daniel Frey

------------------------------------
xmatrix
http://www.xmatrix.ch
------------------------------------

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to