Author: slaws
Date: Fri Jun  4 09:47:02 2010
New Revision: 951344

URL: http://svn.apache.org/viewvc?rev=951344&view=rev
Log:
fix up the location of the sca_variables.dtd file to make the tests work in our 
environment. 

Modified:
    tuscany/otest/newlayout/tuscany-ws-test-runner/   (props changed)
    tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml

Propchange: tuscany/otest/newlayout/tuscany-ws-test-runner/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Jun  4 09:47:02 2010
@@ -2,3 +2,4 @@
 .project
 .settings
 target
+sca_variables.dtd

Modified: tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml?rev=951344&r1=951343&r2=951344&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-ws-test-runner/pom.xml Fri Jun  4 09:47:02 
2010
@@ -165,6 +165,11 @@
                                     <property name="to.file" 
value="src/main/resources/TestClient.wsdl"/>
                                     <target name="copyFile"/>
                                 </ant>
+                                <ant antfile="../build.xml">
+                                    <property name="from.file" 
value="../sca-ws/BWS_General/src/main/resources/sca_variables.dtd"/>
+                                    <property name="to.file" 
value="./sca_variables.dtd"/>
+                                    <target name="copyFile"/>
+                                </ant>                                
                             </tasks>
                         </configuration>
                     </execution>


Reply via email to