Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBB0C18521 for ; Mon, 27 Jul 2015 02:31:25 +0000 (UTC) Received: (qmail 28592 invoked by uid 500); 27 Jul 2015 02:31:25 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 28510 invoked by uid 500); 27 Jul 2015 02:31:25 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 28498 invoked by uid 99); 27 Jul 2015 02:31:25 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2015 02:31:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B8137190598 for ; Mon, 27 Jul 2015 02:31:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2lzm0QZ9Re_K for ; Mon, 27 Jul 2015 02:31:24 +0000 (UTC) Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B8D4343CC9 for ; Mon, 27 Jul 2015 02:31:23 +0000 (UTC) Received: by igbpg9 with SMTP id pg9so74338541igb.0 for ; Sun, 26 Jul 2015 19:31:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+ftxRmTg5/CwwUO9Tz/hz5/fyKdNmKaFxca17x7ggu4=; b=r9XjUOwZvxAE2Xi4JGcqH7tfsORwJ47x/90PYtiZlJS30DWWaTt78UKTF9pVBYCnQx G4LmL1YpXpnZjCcZV1fY0OpmlmGlURJdrOzT2j89OVBR4iKFlA4Bh0meJiGLT/BgX4Sb 3T43Kl+WQMGGciw1xro6DwlpwfoYYNMITm6wxWkFrXXBgvwFC+SsjHicLg2MLsZZJBGc AzUVmBfJ/+h6QXEIYAwG6xrx322cQJKi7hEFhouo+GP3ca9SiFyxGx901gAWvdfh8RJj CdkNvhJMhrRU54vNF2zDRrvwbHa60mNpXPQ9z/RO0BWdM7xb3JychyTqqJHZ/J/7fSVk 5YcQ== MIME-Version: 1.0 X-Received: by 10.107.133.94 with SMTP id h91mr43798499iod.1.1437964283365; Sun, 26 Jul 2015 19:31:23 -0700 (PDT) Received: by 10.50.106.132 with HTTP; Sun, 26 Jul 2015 19:31:23 -0700 (PDT) Date: Sun, 26 Jul 2015 19:31:23 -0700 Message-ID: Subject: Cannot build project from source From: Ken Gilmer To: users@felix.apache.org Content-Type: multipart/alternative; boundary=001a113ffc904f4f84051bd22634 --001a113ffc904f4f84051bd22634 Content-Type: text/plain; charset=UTF-8 Hi, starting fresh I followed this guide: http://felix.apache.org/documentation/development/building-felix.html. I'm building on a Mac with Java 7 and Maven 2.2.1 (as required). Here is the error after running build_run.sh: [exec] [ERROR] BUILD FAILURE [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.felix:org.apache.felix.scr.annotations'}' and 'Vertex{label='org.apache.felix:org.apache.felix.scr.generator'}' introduces to cycle in the graph org.apache.felix:org.apache.felix.scr.generator --> org.apache.felix:org.apache.felix.scr.annotations --> org.apache.felix:org.apache.felix.scr.generator Any ideas on how to resolve? TIA! ken --001a113ffc904f4f84051bd22634--