You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Maurizio Pillitu (JIRA)" <ji...@apache.org> on 2014/10/19 23:43:34 UTC

[jira] [Comment Edited] (CONNECTORS-1060) Write IT test for Alfresco webscript connector

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

Maurizio Pillitu edited comment on CONNECTORS-1060 at 10/19/14 9:43 PM:
------------------------------------------------------------------------

Just committed the first implementation of {{APISanityHSQLDBIT}} and {{BaseITHSQLDB}}, plus Maven failsafe configuration. Running {{mvn install}} everything goes smooth, but with {{ant}} I still have the same issue I had before (which is the {{MCF_DIST}} path? I can only find {{connector-build.xml}} inside {{framework/buildfiles/connector-build.xml}})

Looking at {{build.xml}}, I see

{code}
<condition property="mcf-dist" value="${env.MCFDISTPATH}">
{code}

Maybe it's {{MCFDISTPATH}} that needs to be exported? I tried with

{{export MCFDISTPATH=./framework/buildfiles}}

but didn't work either.

Tomorrow I'll add more testing logic to {{APISanityHSQLDBIT}}.


was (Author: maoo):
Just committed the first implementation of {{APISanityHSQLDBIT}} and {{BaseITHSQLDB}}, plus Maven failsafe configuration. Running {{mvn install}} everything goes smooth, but with {{ant}} I still have the same issue I had before (which is the {{MCF_DIST}} path? I can only find {{connector-build.xml}} inside {{framework/buildfiles/connector-build.xml}})

Looking at {{build.xml}}, I see

{{<condition property="mcf-dist" value="${env.MCFDISTPATH}">}}

Maybe it's MCFDISTPATH that needs to be exported? I tried with

{{export MCFDISTPATH=./framework/buildfiles}}

but didn't work either.

Tomorrow I'll add more testing logic to {{APISanityHSQLDBIT}}.

> Write IT test for Alfresco webscript connector
> ----------------------------------------------
>
>                 Key: CONNECTORS-1060
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1060
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Alfresco webscript connector
>    Affects Versions: ManifoldCF 2.0
>            Reporter: Karl Wright
>            Assignee: Maurizio Pillitu
>             Fix For: ManifoldCF 2.0
>
>
> The only thing really needed for this work to begin is to include the indexer 0.6.2 plugin in the Alfresco war that is built under test-materials.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)