You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by he...@apache.org on 2010/02/06 14:19:56 UTC

svn commit: r907210 - in /xmlgraphics/batik/trunk: CHANGES build.xml

Author: helder
Date: Sat Feb  6 13:19:55 2010
New Revision: 907210

URL: http://svn.apache.org/viewvc?rev=907210&view=rev
Log:
Bug fix:
  Squiggle Mac OS X application bundle does not launch or start when installed in a path that contains spaces
    (submitted by: Alexander Atkins <ja...@googlemail.com>);
    (closes bug 48411).

Modified:
    xmlgraphics/batik/trunk/CHANGES
    xmlgraphics/batik/trunk/build.xml

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=907210&r1=907209&r2=907210&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Sat Feb  6 13:19:55 2010
@@ -11,7 +11,7 @@
 
     43411, 44553, 44590, 44919, 44936, 44966, 45112, 45114, 45117,
     45397, 45520, 45883, 45958, 46072, 46124, 46430, 46431, 46855,
-    46871, 47201, 47202
+    46871, 47201, 47202, 48411
 
 
 2. New features

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=907210&r1=907209&r2=907210&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Sat Feb  6 13:19:55 2010
@@ -510,7 +510,7 @@
 JAVA=/usr/bin/java
 [ -e "$JAVA_HOME/bin/java" ] && JAVA="$JAVA_HOME/bin/java"
 
-"$JAVA" -Dcom.apple.mrj.application.apple.menu.about.name=Squiggle -jar "`dirname $0`/../Resources/batik-squiggle.jar"
+"$JAVA" -Dcom.apple.mrj.application.apple.menu.about.name=Squiggle -jar "`dirname \"$0\"`/../Resources/batik-squiggle.jar"
 ]]></echo>
     <chmod perm="a+x" file="${app}/Contents/MacOS/Squiggle"/>
     <copy todir="${app}/Contents/Resources">