Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 985DF98CF for ; Mon, 26 Mar 2012 11:00:54 +0000 (UTC) Received: (qmail 21834 invoked by uid 500); 26 Mar 2012 11:00:54 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 21789 invoked by uid 500); 26 Mar 2012 11:00:54 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 21782 invoked by uid 99); 26 Mar 2012 11:00:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 11:00:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 11:00:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 50FCA346CCC for ; Mon, 26 Mar 2012 11:00:29 +0000 (UTC) Date: Mon, 26 Mar 2012 11:00:29 +0000 (UTC) From: "Hendy Irawan (Commented) (JIRA)" To: dev@directory.apache.org Message-ID: <1383952323.16890.1332759629333.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1010258786.15086.1332702688770.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DIRSHARED-134) Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1 when depending on apacheds-server-jndi MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSHARED-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238265#comment-13238265 ] Hendy Irawan commented on DIRSHARED-134: ---------------------------------------- Thank you Pierre-Arnaud. I tried building ApacheDS trunk itself and as it currently stands, I cannot build it without commenting the type=bundle lines. Is there something special I should do with the apacheds sources in order to build it using Maven ? What side effect will happen if I comment the type=bundle lines in the elements ? {code} ceefour@annafi:~/vendor_dev/apacheds$ mvn install -DskipTests [INFO] Scanning for projects... [ERROR] The build could not read 3 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.directory.server:apacheds-all:2.0.0-M7-SNAPSHOT (/home/ceefour/vendor_dev/apacheds/all/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.apache.directory.jdbm:apacheds-jdbm2:bundle is missing. @ line 74, column 17 [ERROR] [ERROR] The project org.apache.directory.server:apacheds-jdbm-partition:2.0.0-M7-SNAPSHOT (/home/ceefour/vendor_dev/apacheds/jdbm-partition/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.apache.directory.jdbm:apacheds-jdbm2:bundle is missing. @ line 58, column 17 [ERROR] [ERROR] The project org.apache.directory.server:apacheds-protocol-ldap:2.0.0-M7-SNAPSHOT (/home/ceefour/vendor_dev/apacheds/protocol-ldap/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.apache.directory.jdbm:apacheds-jdbm2:bundle is missing. @ line 61, column 17 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException ceefour@annafi:~/vendor_dev/apacheds$ nano all/pom.xml ceefour@annafi:~/vendor_dev/apacheds$ mvn install -DskipTests [INFO] Scanning for projects... [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.directory.server:apacheds-jdbm-partition:2.0.0-M7-SNAPSHOT (/home/ceefour/vendor_dev/apacheds/jdbm-partition/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.apache.directory.jdbm:apacheds-jdbm2:bundle is missing. @ line 58, column 17 [ERROR] [ERROR] The project org.apache.directory.server:apacheds-protocol-ldap:2.0.0-M7-SNAPSHOT (/home/ceefour/vendor_dev/apacheds/protocol-ldap/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.apache.directory.jdbm:apacheds-jdbm2:bundle is missing. @ line 61, column 17 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException ceefour@annafi:~/vendor_dev/apacheds$ nano jdbm-partition/pom.xml ceefour@annafi:~/vendor_dev/apacheds$ mvn install -DskipTests [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.directory.server:apacheds-protocol-ldap:2.0.0-M7-SNAPSHOT (/home/ceefour/vendor_dev/apacheds/protocol-ldap/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.apache.directory.jdbm:apacheds-jdbm2:bundle is missing. @ line 61, column 17 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException ceefour@annafi:~/vendor_dev/apacheds$ nano protocol-ldap/pom.xml ceefour@annafi:~/vendor_dev/apacheds$ mvn install -DskipTests [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ApacheDS [INFO] ApacheDS I18n [INFO] ApacheDS Core Constants [INFO] ApacheDS Core API ... {code} > Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1 when depending on apacheds-server-jndi > ---------------------------------------------------------------------------------------------------------------- > > Key: DIRSHARED-134 > URL: https://issues.apache.org/jira/browse/DIRSHARED-134 > Project: Directory Shared > Issue Type: Bug > Affects Versions: 1.0.0-M11 > Reporter: Hendy Irawan > Assignee: Pierre-Arnaud Marcelot > > Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1 when depending on : > > org.apache.directory.server > apacheds-server-jndi > 2.0.0-M6 > > It should transitively depend on a "jar" type, not a bundle. -- 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