Add some quotes on preverify command line to fix build issues on Windows, where paths...
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 6 Mar 2008 21:48:34 +0000 (21:48 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 6 Mar 2008 21:48:34 +0000 (21:48 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@253 59b500cc-1b3d-0410-9834-0bbf25fbcc57

javame/build.xml

index 130eb8b..1d6726d 100644 (file)
 
     <mkdir dir="build-j2me"/>
     <exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
-      <arg line="-classpath ${preverify-classpath} -d build-j2me build"/>
+      <arg line="-classpath '${preverify-classpath}' -d build-j2me build"/>
     </exec>
 
     <copy todir="build-j2me">