[
https://issues.apache.org/jira/browse/CONNECTORS-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151744#comment-14151744
]
Karl Wright edited comment on CONNECTORS-1052 at 9/29/14 2:53 PM:
------------------------------------------------------------------
Hi Abe-san,
We build the alfresco.war using a Maven pom file that was supplied by Alfresco.
The pom file is complex, interacting with multiple repositories. It is not a
simple download, because the war must be modified to include other components
that are not part of the original war.
So far, none of our ant builds invoke Maven; we have not listed Maven as a
requirement for building MCF. If we are going to invoke it, we must therefore
check for its existence first. Either that, or make it a build requirement.
was (Author: [email protected]):
Hi Abe-san,
We build the alfresco.war using a Maven pom file that was supplied by Alfresco.
The pom file is complex, interacting with multiple repositories. It is not a
simple download, because the war must be modified to include other components
that are not part of the original war.
So far, none of our ant builds invoke Maven; we have not listed Maven as a
requirement for building MCF. If we are going to invoke it, we must therefore
check for its existence first.
> 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)