summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-17 13:30:40 -0400
committerJames Moger <james.moger@gmail.com>2011-08-17 13:30:40 -0400
commit05429c2cdf393730f17fb8fa51ee4b9e58e0a88f (patch)
tree1c6e98a2913b4f0912318e49f72f930b985eb345 /build.xml
parent1734dc44d70391aeef26cacdf4d9f07c289e476e (diff)
downloadiciql-05429c2cdf393730f17fb8fa51ee4b9e58e0a88f.tar.gz
iciql-05429c2cdf393730f17fb8fa51ee4b9e58e0a88f.zip
Renamed logger. Improved test suite. Added Apache Commons and DBCP.v0.7.0
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5ac4352..72c4960 100644
--- a/build.xml
+++ b/build.xml
@@ -108,6 +108,7 @@
<!-- Execute the test suite -->
<echo>Executing iciql ${iq.version} test suite</echo>
+ <echo>This will take a few minutes...</echo>
<java classpath="${project.build.dir}" classname="com.iciql.test.IciqlSuite">
<classpath refid="master-classpath" />
<arg value="--dbFile" />
@@ -139,6 +140,8 @@
<param name="-since"/> <param name="api/v1.xml"/> <param name="v1" />
<param name="-since"/> <param name="api/v2.xml"/> <param name="v2" />
<param name="-since"/> <param name="api/v3.xml"/> <param name="v3" />
+ <param name="-since"/> <param name="api/v4.xml"/> <param name="v4" />
+ <param name="-since"/> <param name="api/v5.xml"/> <param name="v5" />
<param name="-apiversion" value="v${iq.apiCurrent}"/>
<param name="-apixml" value="api/v${iq.apiCurrent}.xml"/>