Author: sagara
Date: Sun Aug 30 14:35:13 2009
New Revision: 809343
URL: http://svn.apache.org/viewvc?rev=809343&view=rev
Log:
WODEN-170 resolved ,additionally this will invoke W3CTestSuiteTest using Maven
Ant plug-in.
Modified:
webservices/woden/branches/woden211/trunk/woden-ant/pom.xml
Modified: webservices/woden/branches/woden211/trunk/woden-ant/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/branches/woden211/trunk/woden-ant/pom.xml?rev=809343&r1=809342&r2=809343&view=diff
==============================================================================
--- webservices/woden/branches/woden211/trunk/woden-ant/pom.xml (original)
+++ webservices/woden/branches/woden211/trunk/woden-ant/pom.xml Sun Aug 30
14:35:13 2009
@@ -71,6 +71,46 @@
</remoteRepositoryUrl>
</configuration>
</plugin>
+
+ <!-- to run W3C testsuite and results are compared to W3C
baseline -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <property name="compile_classpath"
refid="maven.compile.classpath"/>
+ <property name="runtime_classpath"
refid="maven.runtime.classpath"/>
+ <property name="test_classpath"
refid="maven.test.classpath"/>
+ <ant
antfile="${basedir}/build.xml">
+ <target name="getW3cWsdl20"/>
+ <target name="main"/>
+ </ant>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-trax</artifactId>
+ <version>1.7.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-nodeps</artifactId>
+ <version>1.7.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </plugin>
</plugins>
</build>
@@ -80,5 +120,20 @@
<artifactId>woden-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden-impl-commons</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden-impl-dom</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden-impl-om</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]