From users-return-6529-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Fri May 30 00:52:29 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 2858 invoked from network); 30 May 2008 00:52:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 00:52:29 -0000 Received: (qmail 47332 invoked by uid 500); 30 May 2008 00:52:29 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 47310 invoked by uid 500); 30 May 2008 00:52:29 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 47299 invoked by uid 99); 30 May 2008 00:52:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 17:52:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 00:51:42 +0000 Received: by wx-out-0506.google.com with SMTP id h30so2843235wxd.14 for ; Thu, 29 May 2008 17:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Ny237lTFLF9lObF5CcN0to/LYw5CE3460SLSvGAUpKw=; b=Pkj3AqCijKcraxa+nLLIp8w0eSpe9CP2r9FIcIAhByLQfpNivUzNfk/sefDbIuL1YoyG5klPyuf/VviTeuW9eejHKOPzbK2Preiaj31wqLiobsJX7993E4Xq7ySNcVgNJ6YFE+l2YvgTIyCzI+rCZnc3BwZl0ubRS797wuGsKXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m+wEtSoyAXGO3ZwuZaSlTL6S5H2zlR7wZuUiJvpjxZJaHxQxtR4gdRn69pOFFOS+dhJNODs5aQJchcjJxzqz5NIn1u2pw34/ZmB/s/kXW42pltt5cQj4nod8o4+r35b+sl/xKBTYbVrevxXqLCCzf9R9gvH8Y2t13yJD/F3OIZU= Received: by 10.100.123.4 with SMTP id v4mr7683070anc.107.1212108718278; Thu, 29 May 2008 17:51:58 -0700 (PDT) Received: by 10.100.126.2 with HTTP; Thu, 29 May 2008 17:51:58 -0700 (PDT) Message-ID: Date: Thu, 29 May 2008 17:51:58 -0700 From: "Wendy Smoak" To: users@continuum.apache.org Subject: Re: Project directory naming causes build failure In-Reply-To: <17533830.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17533830.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, May 29, 2008 at 4:42 AM, Marc Walter wrote: > My question is how can I configure Continuum to use the real project names > and not the project ids when creating subdirectories? Or is there any other > way to tell ant to look in 27\lib instead? Continuum is somewhat biased towards Maven, which expects projects to build independently except for sharing artifacts through its repositories. As far as I know, the directory naming is not currently configurable. I _thought_ I'd seen discussion or an issue about changing that, (Brett?) but I don't see anything now. -- Wendy