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 17:09:39 UTC

[jira] [Created] (CONNECTORS-293) missing samba version dependency on the last trunk

missing samba version dependency on the last trunk
--------------------------------------------------

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


building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':

[ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 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]
 

--
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-293) missing samba version dependency on the last trunk

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

Karl Wright commented on CONNECTORS-293:
----------------------------------------

mvn-bootstrap.bat also was not working properly.  See CONNECTORS-292.

                
> missing samba version dependency on the last trunk
> --------------------------------------------------
>
>                 Key: CONNECTORS-293
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-293
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JCIFS connector
>    Affects Versions: ManifoldCF 0.4
>         Environment: java 6, maven 3.0.3, Manifold trunk from http://svn.apache.org/repos/asf/incubator/lcf/trunk
>            Reporter: Luca Stancapiano
>             Fix For: ManifoldCF 0.4
>
>
> building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':
> [ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 in xxxxxxxxxxxxxxxxxx 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]
>  

--
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] [Resolved] (CONNECTORS-293) missing samba version dependency on the last trunk

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

Karl Wright resolved CONNECTORS-293.
------------------------------------

       Resolution: Fixed
    Fix Version/s: ManifoldCF 0.4
         Assignee: Karl Wright
    
> missing samba version dependency on the last trunk
> --------------------------------------------------
>
>                 Key: CONNECTORS-293
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-293
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JCIFS connector
>    Affects Versions: ManifoldCF 0.4
>         Environment: java 6, maven 3.0.3, Manifold trunk from http://svn.apache.org/repos/asf/incubator/lcf/trunk
>            Reporter: Luca Stancapiano
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.4
>
>
> building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':
> [ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 in xxxxxxxxxxxxxxxxxx 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]
>  

--
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-293) missing samba version dependency on the last trunk

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

Karl Wright commented on CONNECTORS-293:
----------------------------------------

The documentation is out of date slightly; r1205909 should fix that.  However, jcifs.jar is one of those you need to push to your local repository.  The scripts mvn-bootstrap.bat and mvn-bootstrap.sh will do this automatically for you, and are currently correct.

                
> missing samba version dependency on the last trunk
> --------------------------------------------------
>
>                 Key: CONNECTORS-293
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-293
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JCIFS connector
>    Affects Versions: ManifoldCF 0.4
>         Environment: java 6, maven 3.0.3, Manifold trunk from http://svn.apache.org/repos/asf/incubator/lcf/trunk
>            Reporter: Luca Stancapiano
>
> building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':
> [ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 in xxxxxxxxxxxxxxxxxx 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]
>  

--
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-293) missing samba version dependency on the last trunk

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

Luca Stancapiano updated CONNECTORS-293:
----------------------------------------

    Description: 
building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':

[ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 in xxxxxxxxxxxxxxxxxx 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]
 

  was:
building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':

[ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 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]
 

    
> missing samba version dependency on the last trunk
> --------------------------------------------------
>
>                 Key: CONNECTORS-293
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-293
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JCIFS connector
>    Affects Versions: ManifoldCF 0.4
>         Environment: java 6, maven 3.0.3, Manifold trunk from http://svn.apache.org/repos/asf/incubator/lcf/trunk
>            Reporter: Luca Stancapiano
>
> building the jcifs project, it doesn't find the samba dependency from maven. It requests a 1.3.17 version. I find only 1.3.14 and 1.3.3. Maybe this jar should be added in the documentation where the external dependencies are listed. Here the error executing the command 'mvn install -Dmaven.test.skip':
> [ERROR] Failed to execute goal on project mcf-jcifs-connector: Could not resolve dependencies for project org.apache.manifoldcf:mcf-jcifs-connector:jar:0.4.0-SNAPSHOT: Failure to find org.samba.jcifs:jcifs:jar:1.3.17 in xxxxxxxxxxxxxxxxxx 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]
>  

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