[jboss-cvs] JBossCache ...
Manik Surtani
msurtani at jboss.com
Mon Dec 18 07:27:52 EST 2006
User: msurtani
Date: 06/12/18 07:27:52
Modified: JBossCache build.xml
Log:
refactored
Revision Changes Path
1.154 +39 -36 JBossCache/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/build.xml,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -b -r1.153 -r1.154
--- build.xml 17 Nov 2006 13:52:37 -0000 1.153
+++ build.xml 18 Dec 2006 12:27:51 -0000 1.154
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.153 2006/11/17 13:52:37 msurtani Exp $ -->
+<!-- $Id: build.xml,v 1.154 2006/12/18 12:27:51 msurtani Exp $ -->
<project default="compile" name="JBossCache">
@@ -119,6 +119,7 @@
<pathelement location="${output.etc.dir}"/>
<pathelement location="${compiletest.dir}"/>
<pathelement location="${output.resources.dir}"/>
+ <pathelement location="${functional.tests.dir}"/>
</path>
<path id="retro.output.classpath">
@@ -464,6 +465,8 @@
<classpath refid="output.classpath"/>
<formatter type="xml" usefile="true"/>
<test name="${test}" todir="${build.reports}"/>
+ <jvmarg value="-Dbind.address=${bind.address}"/>
+ <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
</junit>
</target>
@@ -743,7 +746,7 @@
</junit>
</target>
-<!--
+ <!--
<target name="perfAopTests" depends="compile,aopc,unittests-init" description="Runs all AOP performance tests">
<junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
<classpath refid="library.classpath"/>
@@ -777,7 +780,7 @@
</batchtest>
</junit>
</target>
--->
+ -->
<target name="all-functionaltests"
depends="functionaltests, functionalPojoCacheTests"
More information about the jboss-cvs-commits
mailing list