Author: ryman
Date: Sun Dec  9 18:34:24 2007
New Revision: 602772

URL: http://svn.apache.org/viewvc?rev=602772&view=rev
Log:
[WODEN-187] Initial commit of WSDL Viewer Test Suite.

Added:
    incubator/woden/trunk/java/wsdl-viewer-test/
    incubator/woden/trunk/java/wsdl-viewer-test/build.xml   (with props)

Added: incubator/woden/trunk/java/wsdl-viewer-test/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/woden/trunk/java/wsdl-viewer-test/build.xml?rev=602772&view=auto
==============================================================================
--- incubator/woden/trunk/java/wsdl-viewer-test/build.xml (added)
+++ incubator/woden/trunk/java/wsdl-viewer-test/build.xml Sun Dec  9 18:34:24 
2007
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+ ! Licensed to the Apache Software Foundation (ASF) under one or more
+ ! contributor license agreements.  See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You under the Apache License, Version 2.0
+ ! (the "License"); you may not use this file except in compliance with
+ ! the License.  You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<!--
+
+       This Ant script tests the Woden WSDL Viewer XSLT against the W3C WSDL 
2.0 Test Suite.
+       
+       ChangeLog:
+       
+       2007-12-09 Arthur Ryman ([EMAIL PROTECTED], [EMAIL PROTECTED])
+       - created
+       
+-->
+<project default="main" basedir=".">
+
+       <property name="woden.dir" location=".." />
+       <property name="test-suite.dir" location="${woden.dir}/downloads/w3c" />
+       <property name="wsdl-viewer.dir" location="${woden.dir}/wsdl-viewer" />
+       <property name="wsdl-viewer.xsl" 
location="${wsdl-viewer.dir}/wsdl-viewer.xsl" />
+
+       <!-- ================================= 
+          target: main              
+         ================================= -->
+       <target name="main" description="---> Tests WSDL Viewer" 
depends="w3c-html">
+       </target>
+
+       <target name="w3c-html" description="---> Tests the WSDL Viewer against 
the W3C Test Suite">
+               <delete dir="html" />
+               <mkdir dir="html" />
+               <xslt force="yes" style="${wsdl-viewer.xsl}" 
basedir="${test-suite.dir}/documents" includes="**/*.wsdl" destdir="html" 
extension=".html" />
+       </target>
+
+</project>
\ No newline at end of file

Propchange: incubator/woden/trunk/java/wsdl-viewer-test/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to