You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/01/07 16:21:33 UTC

svn commit: r493743 - /velocity/tools/trunk/build.properties

Author: cbrisson
Date: Sun Jan  7 07:21:33 2007
New Revision: 493743

URL: http://svn.apache.org/viewvc?view=rev&rev=493743
Log:
changes in build properties for testcases

Modified:
    velocity/tools/trunk/build.properties

Modified: velocity/tools/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.properties?view=diff&rev=493743&r1=493742&r2=493743
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Sun Jan  7 07:21:33 2007
@@ -69,6 +69,25 @@
 javadoc.year=2003-2006
 javadocs.ref.jsdk= http://java.sun.com/j2se/1.4.2/docs/api/
 
+# test directories
+test.dir=${basedir}/test
+test.conf.dir=${test.dir}/conf
+test.lib.dir=${test.dir}/lib
+test.src.dir=${source.home}/test
+test.build.dir=${build.dir}/test
+test.build.src.dir=${test.build.dir}/src
+test.classes.dir=${test.build.dir}/classes
+test.rst.dir=${test.build.dir}/rst
+test.log.dir=${test.build.dir}/log
+
+#test flags
+test.haltonerror=false
+test.haltonfailure=false
+
+#test webcontainer parameters
+test.webcontainer.port=8081
+test.webcontainer.control.port=8082
+
 
 # #######################################################################
 #
@@ -114,6 +133,17 @@
 #
 jar.dom4j.version= 1.1
 jar.velocity-dvsl.version= 0.43
+
+# Jars needed for testing
+#
+
+jar.httpunit.version=1.6.1
+jar.jetty.version=6.0.1
+jar.js.version = 1.6R5
+jar.nekohtml.version=0.9.5
+jar.xercesimpl.version=2.8.1
+jar.xmlparserapis.version=2.6.2
+jar.junit.version=4.1
 
 # Full paths to the jars for building the examples
 antlr.jar=${lib.dir}/antlr-${jar.antlr.version}.jar