Author: heiko.braun(a)jboss.com
Date: 2007-01-15 05:35:49 -0500 (Mon, 15 Jan 2007)
New Revision: 1958
Modified:
trunk/jbossws-tests/build.xml
Log:
exclude interop test, they seem to break the build
Modified: trunk/jbossws-tests/build.xml
===================================================================
--- trunk/jbossws-tests/build.xml 2007-01-13 18:07:01 UTC (rev 1957)
+++ trunk/jbossws-tests/build.xml 2007-01-15 10:35:49 UTC (rev 1958)
@@ -207,7 +207,7 @@
<mkdir dir="${tests.output.dir}/classes"/>
<javac destdir="${tests.output.dir}/classes"
debug="${javac.debug}" encoding="utf-8"
verbose="${javac.verbose}" deprecation="${javac.deprecation}"
failonerror="${javac.fail.onerror}">
<src path="${tests.java.dir}"/>
- <!--exclude name="org/jboss/test/ws/interop/**"/-->
+ <exclude name="org/jboss/test/ws/interop/**"/>
<exclude name="org/jboss/test/ws/jaxrpc/jbws718/**"/>
<classpath refid="javac.classpath"/>
</javac>
Show replies by date