Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1D9F9BC6 for ; Mon, 31 Oct 2011 21:54:54 +0000 (UTC) Received: (qmail 21425 invoked by uid 500); 31 Oct 2011 21:54:54 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 21387 invoked by uid 500); 31 Oct 2011 21:54:53 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 21379 invoked by uid 99); 31 Oct 2011 21:54:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 21:54:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of d.bernazal@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 21:54:47 +0000 Received: by faap15 with SMTP id p15so7073202faa.4 for ; Mon, 31 Oct 2011 14:54:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=eeCmGT8PVnBlpwPuIRilu7ZzWEM29wNVw9WqKLzLnPg=; b=Ds+lvmGhHxYUAg4w1eT6jXEuFbD9XmmZJ9253toQDHFLzbBxXs7qOPbFjUtFIdKsvp WdJa1AFJ0p/f3dmnHKKYdbCQ6l/fS3mcIzfC8sb5OaMcXkqbrso7/L11GJOCzQL9dd2F IufLFGiP06XetZNmjI1zdZ3oIV3UkcJaJfW90= MIME-Version: 1.0 Received: by 10.223.17.23 with SMTP id q23mr32030757faa.11.1320098066034; Mon, 31 Oct 2011 14:54:26 -0700 (PDT) Received: by 10.152.20.132 with HTTP; Mon, 31 Oct 2011 14:54:25 -0700 (PDT) Date: Mon, 31 Oct 2011 16:54:25 -0500 Message-ID: Subject: Question on test configuration dependencies From: David Bernazal To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=001517447a424b719704b09f4826 --001517447a424b719704b09f4826 Content-Type: text/plain; charset=ISO-8859-1 Hi Everyone, I'm new to Ivy and I have a question regarding dependencies associated with the test configuration. I have 2 modules, Module A and Module B. I have non-standard configurations "java-test" and "java". "Java test" gets mapped to the test configuration in Ivy. I have dependencies listed in Module A and Module B has a dependency on Module A. Module A also has certain "test-support" dependencies which are required in Module B. When I compile Module B, all of the dependencies get resolved except for those specified under the "java-test" configuration. I believe this is because of the "test" configuration and it being private. Is this correct? How does one usually handle "test-support" dependencies such as this in a project? Thanks!! ~D. --001517447a424b719704b09f4826--