[ 
https://issues.apache.org/jira/browse/CONNECTORS-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577468#comment-16577468
 ] 

Karl Wright commented on CONNECTORS-1490:
-----------------------------------------

Hi [~irinduPera], the test-materials directory is available in svn as a 
committed directory:

{code}
C:\wip\mcf\trunk\connectors\mongodb>svn info test-materials
Path: test-materials
Working Copy Root Path: C:\wip\mcf\trunk
URL: 
https://svn.apache.org/repos/asf/manifoldcf/trunk/connectors/mongodb/test-materials
Relative URL: ^/manifoldcf/trunk/connectors/mongodb/test-materials
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1837875
Node Kind: directory
Schedule: normal
Last Changed Author: piergiorgio
Last Changed Rev: 1837738
Last Changed Date: 2018-08-09 10:52:19 -0400 (Thu, 09 Aug 2018)
{code}

I suspect that since git doesn't make directories first-class objects you will 
see this problem only on Git.  The solution is to create a README.txt file for 
the directory.  The alfresco-webscript connector does this too.  The README.txt 
file is as follows:

{code}
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

To test this connector, copy the alfresco.war, including h2 support, into this
directory, and use the "ant test" target for the standard ant build.  You can 
read more
about the process on the "how-to-build-and-deploy.html" documentation page.
{code}

I will commit a stub; please flesh it out.


> GSOC: MongoDB Output Connector
> ------------------------------
>
>                 Key: CONNECTORS-1490
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1490
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: MongoDB Output Connector
>            Reporter: Piergiorgio Lucidi
>            Assignee: Piergiorgio Lucidi
>            Priority: Major
>              Labels: MongoDB, gsoc2018, java, junit
>             Fix For: ManifoldCF 2.11
>
>         Attachments: Screen Shot 2018-08-12 at 8.04.30 AM.png, 
> image-2018-08-10-02-30-37-152.png, 
> mcf-mongodb-connector(CONNECTORS-1490).patch, 
> mcf-mongodb-connector(CONNECTORS-1490)1.patch, 
> mongoDB-connectors-IT-OK-from-Ant.txt, mongodb-ant-test-ok.txt, 
> mongodb-output-connection-configuration.PNG
>
>   Original Estimate: 480h
>  Remaining Estimate: 480h
>
> This is a project idea for [Google Summer of 
> Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache 
> ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, 
> including "[GSOC]" in the subject. You may also comment on this Jira issue if 
> you have created an account. 
> We would like to extend the Content Migration capabilities adding MongoDB / 
> GridFS as a new output connector for importing contents from one or more 
> repositories supported by ManifoldCF. In this way we will help developers on 
> migrating contents from different data sources on MongoDB.
> You will be involved in the development of the following tasks, you will 
> learn how to:
>  * Write the connector implementation
>  * Implement unit tests
>  * Build all the integration tests for testing the connector inside the 
> framework
>  * Write the documentation for this connector
> We have a complete documentation on how to implement an Output Connector:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/writing-output-connectors.html]
> Take a look also at our book to understand better the framework and how to 
> implement connectors:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: 
> [piergior...@apache.org|mailto:piergior...@apache.org]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to