Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1543 - development/main/transit/plugin/etc/bin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: pneubauer AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1543 - development/main/transit/plugin/etc/bin
  • Date: Thu, 20 Jan 2005 22:56:22 +0100

Author: pneubauer
Date: Thu Jan 20 22:56:21 2005
New Revision: 1543

Modified:
development/main/transit/plugin/etc/bin/transit.bat
Log:
Added fix for pathnames with spaces, according to Baptistes main do the dev
list


Modified: development/main/transit/plugin/etc/bin/transit.bat
==============================================================================
--- development/main/transit/plugin/etc/bin/transit.bat (original)
+++ development/main/transit/plugin/etc/bin/transit.bat Thu Jan 20 22:56:21
2005
@@ -10,11 +10,11 @@
goto SET_METRO

:USE_JAVA_HOME
-set JAVA=%JAVA_HOME%\bin\java
+set JAVA="%JAVA_HOME%\bin\java"

:SET_METRO
-if "%DPML_HOME%" == "" set DPML_HOME=%USERPROFILE%\.dpml
-if "%DPML_CACHE%" == "" set DPML_CACHE=%DPML_HOME%\cache
+if "%DPML_HOME%" == "" set DPML_HOME="%USERPROFILE%\.dpml"
+if "%DPML_CACHE%" == "" set DPML_CACHE="%DPML_HOME%\cache"
if "%TRANSIT_PLUGIN%" == "" set TRANSIT_PLUGIN=@TRANSIT-PLUGIN-URI@

set CMD_LINE_ARGS=%*



  • svn commit: r1543 - development/main/transit/plugin/etc/bin, pneubauer, 01/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page