Author: yegor
Date: Fri Oct 26 11:50:20 2012
New Revision: 1402473
URL: http://svn.apache.org/viewvc?rev=1402473&view=rev
Log:
Bug 54008: Fixed Ant build to support build directories with blanks
Modified:
poi/trunk/build.xml
poi/trunk/src/documentation/content/xdocs/status.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1402473&r1=1402472&r2=1402473&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Oct 26 11:50:20 2012
@@ -735,7 +735,12 @@ under the License.
<classpath refid="test.ooxml.classpath"/>
<syspropertyset refid="junit.properties"/>
<jvmarg value="${poi.test.locale}"/>
- <arg line="-ooxml ${ooxml.xsds.jar} -test ${ooxml.output.test.dir}
-dest ${ooxml.lite.output.dir}"/>
+ <arg value="-ooxml"/>
+ <arg value="${ooxml.xsds.jar}"/>
+ <arg value="-test"/>
+ <arg value="${ooxml.output.test.dir}"/>
+ <arg value="-dest"/>
+ <arg value="${ooxml.lite.output.dir}"/>
</java>
</target>
Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=1402473&r1=1402472&r2=1402473&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Fri Oct 26 11:50:20
2012
@@ -34,8 +34,9 @@
<changes>
<release version="3.9-beta1" date="2012-??-??">
- <action dev="poi-developers" type="add">53374 - Avoid exceptions
when parsing hyperlinks of type "javascript://"</action>
- <action dev="poi-developers" type="add">53404 - Fixed compatibility
bug with modifying xls files created by POI-3.6 and earlier</action>
+ <action dev="poi-developers" type="fix">54008 - Fixed Ant build to
support build directories with blanks</action>
+ <action dev="poi-developers" type="fix">53374 - Avoid exceptions
when parsing hyperlinks of type "javascript://"</action>
+ <action dev="poi-developers" type="fix">53404 - Fixed compatibility
bug with modifying xls files created by POI-3.6 and earlier</action>
<action dev="poi-developers" type="add">53979 - Support fetching
properties of Numbered Lists from PPT files</action>
<action dev="poi-developers" type="add">53784 - Partial HSMF support
for fixed sized properties</action>
<action dev="poi-developers" type="add">53943 - added method
processSymbol() to allow converting word symbols </action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]