[
https://issues.apache.org/jira/browse/CONNECTORS-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17053563#comment-17053563
]
Karl Wright commented on CONNECTORS-1637:
-----------------------------------------
At the root level:
{code}
ant make-core-deps
ant build
{code}
This will download the dependencies, then build the framework and build all the
connectors. After that you can debug your build locally for your connector by:
{code}
cd connectors/<newconnector>
ant build
{code}
> New Confluence connector
> ------------------------
>
> Key: CONNECTORS-1637
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1637
> Project: ManifoldCF
> Issue Type: New Feature
> Components: Confluence connector
> Reporter: Julien Massiera
> Assignee: Julien Massiera
> Priority: Major
>
> We need to address 3 main issues of the current Confluence connector :
> - it does not correctly implements the security
> - it has performance problems when handling a huge dataset
> - it generates a version string for documents that is not sufficient to
> detect all changes
> To resolve some of these issues, the connector has to use the new confluence
> API which is available from the v6. For that reason we need to release a new
> connector.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)