diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-06-25 10:56:46 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-06-25 10:56:46 +0000 |
commit | 60a656d6e2d380d4f810af6cf27176ce5d743084 (patch) | |
tree | 5f8e705b4da6d8a9b2d60086b1be166283d3b444 /build.xml | |
parent | 7827d9101ebb0248f5a4cdfc20b751b1214b4cde (diff) | |
download | poi-60a656d6e2d380d4f810af6cf27176ce5d743084.tar.gz poi-60a656d6e2d380d4f810af6cf27176ce5d743084.zip |
cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -66,6 +66,12 @@ under the License. <property name="jdk.version.class" value="1.5" description="JDK version of generated class files"/> <property name="compile.debug" value="true"/> + <!-- + Logging is suppressed by default. + To redirect log output to console, run ant with -Dorg.apache.poi.util.POILogger=org.apache.poi.util.SystemOutLogger + --> + <property name="org.apache.poi.util.POILogger" value="org.apache.poi.util.NullLogger"/> + <!-- issue warnings if source code contains unmappable characters for encoding ASCII --> <property name="java.source.encoding" value="ASCII"/> @@ -165,6 +171,7 @@ under the License. <propertyset id="junit.properties"> <propertyref name="POI.testdata.path"/> <propertyref name="java.awt.headless"/> + <propertyref name="org.apache.poi.util.POILogger"/> </propertyset> <path id="main.classpath"> |