Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 09:13:44 -0400 (Wed, 07 May 2008)
New Revision: 6935
Added:
stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
Modified:
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
Add wsprovide
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 12:56:31 UTC (rev
6934)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 13:13:44 UTC (rev
6935)
@@ -61,6 +61,21 @@
</configuration>
</execution>
<execution>
+ <id>wsprovide</id>
+ <phase>test-compile</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath"
refid="maven.test.classpath"/>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir"
value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wsprovide.xml"
target="wsprovide"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
<id>build-jars</id>
<phase>test-compile</phase>
<goals>
Added: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
(rev 0)
+++
stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml 2008-05-07
13:13:44 UTC (rev 6935)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at
http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wsprovide" description="Provide the JAX-WS
contracts.">
+
+ <!-- Define the JAX-WS wsprovide task -->
+ <taskdef name="wsprovide"
classname="org.jboss.wsf.spi.tools.ant.WSProvideTask">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <wsprovide
resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurity"
genwsdl="true"
sei="org.jboss.test.ws.jaxws.samples.wssecurity.HelloJavaBean"
destdir="${tests.output.dir}/test-classes" verbose="false"/>
+ <wsprovide
resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurityAnnotatedpolicy"
genwsdl="true"
sei="org.jboss.test.ws.jaxws.samples.wssecurityAnnotatedpolicy.HelloJavaBean"
destdir="${tests.output.dir}/test-classes" verbose="false"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on:
stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 12:56:31 UTC (rev 6934)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 13:13:44 UTC (rev 6935)
@@ -112,7 +112,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}</argLine>
- <!--argLine>${surefire.jdpw.args}</argLine-->
+ <argLine>${surefire.jdpw.args}</argLine>
<systemProperties>
<property>
<name>build.testlog</name>