[jira] [Commented] (CONNECTORS-292) compiling mcf-agents project with maven

2011-11-24 Thread Karl Wright (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13156864#comment-13156864
 ] 

Karl Wright commented on CONNECTORS-292:


Without the test-jar dependency, the tests won't build or run under Maven.  So 
clearly those dependencies are required.  Still trying to figure out if there's 
a compilation mode where this is a problem on my test system.


 compiling mcf-agents project with maven
 ---

 Key: CONNECTORS-292
 URL: https://issues.apache.org/jira/browse/CONNECTORS-292
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 0.4
 Environment: java 6, maven 3.0.3, ManifoldCF trunk version from 
 http://svn.apache.org/repos/asf/incubator/lcf/trunk
Reporter: Luca Stancapiano

 if I try to execute the command 'mvn install -Dmaven.test.skip inside 
 'framework/agents' I get this error:
 [ERROR] Failed to execute goal on project mcf-agents: Could not resolve 
 dependencies for project org.apache.manifoldcf:mcf-agents:jar:0.4.0-SNAPSHOT: 
 Failure to find org.apache.manifoldcf:mcf-core:jar:tests:0.4.0-SNAPSHOT in 
  was cached in the local repository, resolution will not be 
 reattempted until the update interval of sose-private has elapsed or updates 
 are forced - [Help 1]
 In the pom.xml of the mcf-agents project there is a wrong dependency:
 dependency
   groupId${project.groupId}/groupId
   artifactIdmcf-core/artifactId
   version${project.version}/version
   typetest-jar/type
   scopetest/scope
 /dependency

--
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




[jira] [Commented] (CONNECTORS-292) compiling mcf-agents project with maven

2011-11-24 Thread Karl Wright (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13156881#comment-13156881
 ] 

Karl Wright commented on CONNECTORS-292:


The maven build is also meant to be run from the root, not within each project. 
 I'll assume that the goal of this ticket is to make it possible to run mvn on 
each subproject directly - which would be nice but is not utterly essential 
seems to me.


 compiling mcf-agents project with maven
 ---

 Key: CONNECTORS-292
 URL: https://issues.apache.org/jira/browse/CONNECTORS-292
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 0.4
 Environment: java 6, maven 3.0.3, ManifoldCF trunk version from 
 http://svn.apache.org/repos/asf/incubator/lcf/trunk
Reporter: Luca Stancapiano
Assignee: Karl Wright

 if I try to execute the command 'mvn install -Dmaven.test.skip inside 
 'framework/agents' I get this error:
 [ERROR] Failed to execute goal on project mcf-agents: Could not resolve 
 dependencies for project org.apache.manifoldcf:mcf-agents:jar:0.4.0-SNAPSHOT: 
 Failure to find org.apache.manifoldcf:mcf-core:jar:tests:0.4.0-SNAPSHOT in 
  was cached in the local repository, resolution will not be 
 reattempted until the update interval of sose-private has elapsed or updates 
 are forced - [Help 1]
 In the pom.xml of the mcf-agents project there is a wrong dependency:
 dependency
   groupId${project.groupId}/groupId
   artifactIdmcf-core/artifactId
   version${project.version}/version
   typetest-jar/type
   scopetest/scope
 /dependency

--
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