Author: veithen
Date: Sat Dec 15 13:03:54 2018
New Revision: 1848993

URL: http://svn.apache.org/viewvc?rev=1848993&view=rev
Log:
Enable JaCoCo in some Ant driven tests.

Modified:
    axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml
    axis/axis1/java/trunk/samples/jms-sample/pom.xml

Modified: axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml?rev=1848993&r1=1848992&r2=1848993&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/integrationguide-sample/pom.xml Sat Dec 15 
13:03:54 2018
@@ -64,6 +64,7 @@
                                 <mkdir 
dir="${project.build.directory}/work/example1" />
                                 <!-- Need fork="true" here because WSDL2Java 
calls System.exit -->
                                 <java 
classname="samples.integrationGuide.example1.MyWSDL2Java" fork="true" 
classpathref="maven.test.classpath">
+                                    <jvmarg line="${argLine}"/>
                                     <arg value="src/test/wsdl/hello.wsdl" />
                                     <arg value="-o" />
                                     <arg 
value="${project.build.directory}/work/example1" />
@@ -71,6 +72,7 @@
                                 
                                 <mkdir 
dir="${project.build.directory}/work/example2" />
                                 <java 
classname="samples.integrationGuide.example2.WSDL2Useless" fork="true" 
classpathref="maven.test.classpath">
+                                    <jvmarg line="${argLine}"/>
                                     <arg value="src/test/wsdl/hello.wsdl" />
                                     <arg value="-o" />
                                     <arg 
value="${project.build.directory}/work/example2" />

Modified: axis/axis1/java/trunk/samples/jms-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/jms-sample/pom.xml?rev=1848993&r1=1848992&r2=1848993&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/jms-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/jms-sample/pom.xml Sat Dec 15 13:03:54 2018
@@ -165,6 +165,7 @@
                                 <echo message="Executing samples.jms.JMSTest 
..."/>
                                 <java classname="samples.jms.JMSTest" 
fork="true" failonerror="true">
                                     <classpath refid="maven.test.classpath"/>
+                                    <jvmarg line="${argLine}"/>
                                     <sysproperty key="axis.ServerConfigFile" 
file="src/main/wsdd/server-config.wsdd"/>
                                     <arg value="-c"/>
                                     <arg 
value="${project.build.directory}/conf/activemq-connection-factory.properties"/>
@@ -175,6 +176,7 @@
                                 <echo message="Executing 
samples.jms.dii.JMSURLTest ..."/>
                                 <java classname="samples.jms.dii.JMSURLTest" 
fork="true" failonerror="true">
                                     <classpath refid="maven.test.classpath"/>
+                                    <jvmarg line="${argLine}"/>
                                     <sysproperty key="axis.ServerConfigFile" 
file="src/main/wsdd/server-config.wsdd"/>
                                     <arg value="-c"/>
                                     <arg 
value="${project.build.directory}/conf/activemq-connection-factory.properties"/>
@@ -187,6 +189,7 @@
                                 <echo message="Executing 
samples.jms.stub.JMSURLStubTest ..."/>
                                 <java 
classname="samples.jms.stub.JMSURLStubTest" fork="true" failonerror="true">
                                     <classpath refid="maven.test.classpath"/>
+                                    <jvmarg line="${argLine}"/>
                                     <sysproperty key="axis.ServerConfigFile" 
file="src/main/wsdd/server-config.wsdd"/>
                                     <sysproperty key="axis.ClientConfigFile" 
file="src/main/wsdd/client-config.wsdd"/>
                                     <arg value="-c"/>


Reply via email to