[
https://issues.apache.org/jira/browse/CONNECTORS-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151739#comment-14151739
]
Shinichiro Abe commented on CONNECTORS-1052:
--------------------------------------------
Thanks Karl,
I'm not sure why we download war manually. Because of war version?
Can we add a ant target for that? NG?
{noformat}
<target name="create-alfresco-war" >
<exec dir="test-materials/alfresco-4-war" executable="mvn">
<arg line="package"/>
</exec>
<copy file="alfresco-4-war/target/alfresco.war"
tofile="connectors/alfresco/test-materials-proprietary/alfresco.war"/>
</target>
...
<target name="test depends="..,..,create-alfresco-war">
{noformat}
> AlfrescoConnector test is ignored
> ---------------------------------
>
> Key: CONNECTORS-1052
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1052
> Project: ManifoldCF
> Issue Type: Bug
> Components: Alfresco connector
> Reporter: Shinichiro Abe
>
> This test is skipped when we use ant.
> {noformat}
> $ ant make-core-deps make-deps build test
> Or
> $ cd connectors/alfresco
> $ ant run-IT-HSQLDB
> ...
> pretest-warn:
> [echo] Alfresco Connector integration tests cannot be be performed
> without alfresco.war
> {noformat}
> Also, it seems there is a difference between build.xml and pom.xml about test
> content(alfresco war/client version).
> I'm not sure what is correct.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)