You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Luca Stancapiano (Created) (JIRA)" <ji...@apache.org> on 2011/11/24 16:44:42 UTC

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

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 http://repository.sourcesense.com/nexus/content/groups/private.group 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>
      <artifactId>mcf-core</artifactId>
      <version>${project.version}</version>
      <type>test-jar</type>
      <scope>test</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] [Updated] (CONNECTORS-292) Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven

Posted by "Karl Wright (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated CONNECTORS-292:
-----------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: ManifoldCF next
          Summary: Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven  (was: compiling mcf-agents project with maven)
    
> Problems compiling agents, pull-agent, connectors/filesystem, etc directly in 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
>            Priority: Minor
>             Fix For: ManifoldCF next
>
>
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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] [Assigned] (CONNECTORS-292) Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven

Posted by "Karl Wright (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-292:
--------------------------------------

    Assignee:     (was: Karl Wright)

Others might be better at working on this than me

                
> Problems compiling agents, pull-agent, connectors/filesystem, etc directly in 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
>            Priority: Minor
>             Fix For: ManifoldCF next
>
>
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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) Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven

Posted by "Luca Stancapiano (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162153#comment-13162153 ] 

Luca Stancapiano commented on CONNECTORS-292:
---------------------------------------------

I've seen the configuration of the modules in Manifold and they are ok..... we cannot compile a single project because maven actually seems not be able to manage completely the dependencies through modules. For more details I exposed the scenary with the problem in this issue:

https://issues.apache.org/jira/browse/MPOM-34

An interesting discussion about this problem in maven is exposed here:

http://stackoverflow.com/questions/808516/maven-and-dependent-modules

I hope to get soon some news 
                
> Problems compiling agents, pull-agent, connectors/filesystem, etc directly in 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
>            Priority: Minor
>             Fix For: ManifoldCF next
>
>
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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] [Issue Comment Edited] (CONNECTORS-292) compiling mcf-agents project with maven

Posted by "Luca Stancapiano (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156786#comment-13156786 ] 

Luca Stancapiano edited comment on CONNECTORS-292 at 11/24/11 4:44 PM:
-----------------------------------------------------------------------

The same problem is in the following projects:

mcf-pull-agent

mcf-jcifs-connector

mcf-cmis-connector

mcf-opensearchserver-connector

mcf-wiki-connector

mcf-wiki-test

mcf-cmis-test

mcf-filesystem-test

mcf-sharepoint-test



                
      was (Author: luca.stancaqpiano):
    The same problem is in the following projects:

mcf-pull-agent

mcf-jcifs-connector
                  
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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] [Updated] (CONNECTORS-292) compiling mcf-agents project with maven

Posted by "Luca Stancapiano (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Stancapiano updated CONNECTORS-292:
----------------------------------------

    Description: 
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 xxxxxxxxxxxx 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>
      <artifactId>mcf-core</artifactId>
      <version>${project.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>




  was:
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 http://repository.sourcesense.com/nexus/content/groups/private.group 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>
      <artifactId>mcf-core</artifactId>
      <version>${project.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>




    
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156876#comment-13156876 ] 

Karl Wright commented on CONNECTORS-292:
----------------------------------------

r1205961 to fix associated errors with running the tests, including mvn-bootstrap.bat and disabling HSQLDBext tests on Maven (because its properties.xml conflicts with the properties.xml for HSQLDB).

                
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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) Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven

Posted by "Luca Stancapiano (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157097#comment-13157097 ] 

Luca Stancapiano commented on CONNECTORS-292:
---------------------------------------------

Ok ....I put on it a eye
                
> Problems compiling agents, pull-agent, connectors/filesystem, etc directly in 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
>            Priority: Minor
>             Fix For: ManifoldCF next
>
>
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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

Posted by "Luca Stancapiano (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156786#comment-13156786 ] 

Luca Stancapiano commented on CONNECTORS-292:
---------------------------------------------

The same problem is in the following projects:

mcf-pull-agent

mcf-jcifs-connector
                
> 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 http://repository.sourcesense.com/nexus/content/groups/private.group 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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) Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179064#comment-13179064 ] 

Karl Wright commented on CONNECTORS-292:
----------------------------------------

Given the open-endedness of this ticket, I'm going to triage it into "ManifoldCF-next".

                
> Problems compiling agents, pull-agent, connectors/filesystem, etc directly in 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
>            Priority: Minor
>             Fix For: ManifoldCF next
>
>
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156804#comment-13156804 ] 

Karl Wright commented on CONNECTORS-292:
----------------------------------------

I found the duplicate dependency in agents and pull-agents, but I did not find it in connectors/jcifs/pom.xml.  Can you clarify what you think is wrong there?

                
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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

Posted by "Luca Stancapiano (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156812#comment-13156812 ] 

Luca Stancapiano commented on CONNECTORS-292:
---------------------------------------------

I updated the list of the projects where I get the problem. Seems that this problem is done where there are the dependencies marked as test-jar
                
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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) Problems compiling agents, pull-agent, connectors/filesystem, etc directly in Maven

Posted by "Luca Stancapiano (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162698#comment-13162698 ] 

Luca Stancapiano commented on CONNECTORS-292:
---------------------------------------------

here the correct jira issue:

http://jira.codehaus.org/browse/MNG-5210
                
> Problems compiling agents, pull-agent, connectors/filesystem, etc directly in 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
>            Priority: Minor
>             Fix For: ManifoldCF next
>
>
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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

Posted by "Karl Wright (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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] [Assigned] (CONNECTORS-292) compiling mcf-agents project with maven

Posted by "Karl Wright (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-292:
--------------------------------------

    Assignee: Karl Wright
    
> 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 xxxxxxxxxxxx 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>
>       <artifactId>mcf-core</artifactId>
>       <version>${project.version}</version>
>       <type>test-jar</type>
>       <scope>test</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