Hi Maurizio, The test will also have to run under ant, which is why we typically don't use the tomcat or jetty plugin but instead start jetty and deploy the war through code. But I can do that part easily enough, as long as we do the work in a branch so that we can collaborate without disrupting trunk.
Sent from my Windows Phone From: Maurizio Pillitu (JIRA) Sent: 10/18/2014 2:15 PM To: [email protected] Subject: [jira] [Commented] (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=14176073#comment-14176073 ] Maurizio Pillitu commented on CONNECTORS-1060: ---------------------------------------------- I've implemented integration testing on alfresco-indexer, which can be "translated" into Manifold logic: https://github.com/maoo/alfresco-indexer/blob/master/alfresco-indexer-webscripts-war/src/test/java/org/alfresco/consulting/indexer/AlfrescoIndexerIT.java https://github.com/maoo/alfresco-indexer/blob/master/alfresco-indexer-webscripts-war/pom.xml#L72 Failsafe Maven Plugin runs the IT test and Tomcat Plugin (that can be replaced with Jetty Plugin) starts/stops Alfresco on pre/post integration test. Next step is to change some data into Alfresco and fetch new changes. > 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)
