You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2008/08/01 18:51:03 UTC

svn commit: r681742 - in /incubator/jspwiki/trunk: ChangeLog build.xml

Author: metskem
Date: Fri Aug  1 09:51:02 2008
New Revision: 681742

URL: http://svn.apache.org/viewvc?rev=681742&view=rev
Log: (empty)

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=681742&r1=681741&r2=681742&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Fri Aug  1 09:51:02 2008
@@ -1,3 +1,10 @@
+2008-08-01  Harry Metske <ha...@gmail.com>
+
+		* no version bump
+        
+        * JSPWIKI-312: small patch to build.xml, quotes around arguments of compressjs,
+          reported by Florian Holeczek.
+
 2008-07-31  Harry Metske <ha...@gmail.com>
 
 		* no version bump

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=681742&r1=681741&r2=681742&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Fri Aug  1 09:51:02 2008
@@ -423,7 +423,7 @@
             <java jar="tests/lib/yuicompressor-2.3.3.jar"
                   output="${tmpdir}/compress/@{src}"
                   fork="true">
-                <arg line="${code.src}/@{src} @{args}" />
+                <arg line="'${code.src}/@{src}' @{args}" />
             </java>
         </sequential>
     </macrodef>