Test files missing from sca-java-caa folder in OASIS SVN
--------------------------------------------------------
Key: TUSCANY-3314
URL: https://issues.apache.org/jira/browse/TUSCANY-3314
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Reporter: ant elder
Theres some files missing from the sca-java-caa folder in svn which means that
to run the test from a clean svn checkout you also need to checkout the
sca-assembly folder and then copy somefiles from sca-assembly to sca-java-caa.
Not sure what the intended approach is, some of these files could be shared but
if so then it would be nicer to have them in a separate folder so you don't
have to checkout all the assembly tests to get at the shared files.
Tuscany is doing the copy in the tuscany-java-caa-test-runner/pom.xml, the
files Tuscany is needing to copy are:
<ant antfile="../build.xml">
<property name="from.dir"
value="../sca-assembly/Test_Client/src/main/java/testClient"/>
<property name="to.dir"
value="src/test/java/testClient"/>
<target name="copySourceDir"/>
</ant>
<ant antfile="../build.xml">
<property name="from.file"
value="../sca-assembly/Test_Client/src/main/java/client/BaseJAXWSTestCase.java"/>
<property name="to.file"
value="src/test/java/client/BaseJAXWSTestCase.java"/>
<target name="copyFile"/>
</ant>
<ant antfile="../build.xml">
<property name="from.file"
value="../sca-assembly/Test_Client/src/main/java/client/RuntimeBridge.java"/>
<property name="to.file"
value="src/test/java/client/RuntimeBridge.java"/>
<target name="copyFile"/>
</ant>
<ant antfile="../build.xml">
<property name="from.file"
value="../sca-assembly/Test_Client/src/main/java/client/TestConfiguration.java"/>
<property name="to.file"
value="src/test/java/client/TestConfiguration.java"/>
<target name="copyFile"/>
</ant>
<ant antfile="../build.xml">
<property name="from.file"
value="../sca-assembly/Test_Client/src/main/java/client/TuscanyRuntimeBridge.java"/>
<property name="to.file"
value="src/test/java/client/TuscanyRuntimeBridge.java"/>
<target name="copyFile"/>
</ant>
<ant antfile="../build.xml">
<property name="from.file"
value="../sca-assembly/Test_Client/src/main/resources/TestClient.wsdl"/>
<property name="to.file"
value="src/main/resources/TestClient.wsdl"/>
<target name="copyFile"/>
</ant>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.