Maven build broken - integration tests don't compile
----------------------------------------------------

                 Key: CONNECTORS-350
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-350
             Project: ManifoldCF
          Issue Type: Bug
          Components: Build
            Reporter: Piergiorgio Lucidi


The Maven build process is broken, integration tests return compile errors:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
(default-testCompile) on project mcf-alfresco-test: Compilation failure: 
Compilation failure:
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/BaseDerby.java:[33,66]
 cannot find symbol
[ERROR] symbol  : class BaseITDerby
[ERROR] location: package org.apache.manifoldcf.crawler.tests
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[371,15]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPutOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[403,15]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPutOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[453,15]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPostOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[540,27]
 cannot find symbol
[ERROR] symbol  : method 
performAPIPutOperationViaNodes(java.lang.String,int,org.apache.manifoldcf.core.interfaces.Configuration)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[553,27]
 cannot find symbol
[ERROR] symbol  : method performAPIDeleteOperationViaNodes(java.lang.String,int)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[567,27]
 cannot find symbol
[ERROR] symbol  : method performAPIGetOperationViaNodes(java.lang.String,int)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
[ERROR] 
/Users/piergiorgiolucidi/Documents/workspaces/manifold/manifold/tests/alfresco/src/test/java/org/apache/manifoldcf/alfresco_tests/APISanityIT.java:[592,27]
 cannot find symbol
[ERROR] symbol  : method performAPIGetOperationViaNodes(java.lang.String,int)
[ERROR] location: class org.apache.manifoldcf.alfresco_tests.APISanityIT
{code}
Could you please explain the latest changes? 
I have to commit some bugfixes but without integration tests I think that I 
can't commit all this stuff.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to