Author: jalkanen
Date: Wed Apr 9 11:26:08 2008
New Revision: 646470
URL: http://svn.apache.org/viewvc?rev=646470&view=rev
Log:
JSPWIKI-219: Building now works if your username has a space.
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=646470&r1=646469&r2=646470&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Apr 9 11:26:08 2008
@@ -4,6 +4,8 @@
* [JSPWIKI-115]: Refactored VariableManager to use Reflection.
Thanks to Stephen Solka.
+
+ * [JSPWIKI-219]: Building now works if your username has a space.
2008-04-08 Janne Jalkanen <[EMAIL PROTECTED]>
Modified: incubator/jspwiki/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=646470&r1=646469&r2=646470&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Wed Apr 9 11:26:08 2008
@@ -472,7 +472,7 @@
<delete dir="${install.src}" />
<exec executable="svn">
- <arg line="export ${svn.repository}/${svn.tag} ${install.src}"/>
+ <arg line="export ${svn.repository}/${svn.tag}
"${install.src}""/>
</exec>
<zip zipfile="${release.dir}/${ant.project.name}-src.zip">