From ivy-user-return-3715-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Wed Aug 13 11:56:51 2008 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 47200 invoked from network); 13 Aug 2008 11:56:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 11:56:50 -0000 Received: (qmail 83186 invoked by uid 500); 13 Aug 2008 11:56:49 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 83165 invoked by uid 500); 13 Aug 2008 11:56:49 -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 83154 invoked by uid 99); 13 Aug 2008 11:56:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 04:56:49 -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 gscokart@gmail.com designates 74.125.44.157 as permitted sender) Received: from [74.125.44.157] (HELO yx-out-1718.google.com) (74.125.44.157) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 11:55:51 +0000 Received: by yx-out-1718.google.com with SMTP id 34so1090135yxf.70 for ; Wed, 13 Aug 2008 04:56:02 -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=mdr5z15C6oU/Zh4Yehn/r6tCwvbaucQhEeGYFIjuEf0=; b=SCfqD08a27PRUy2pZVP88ToYbZz7JxVhKfDR4nj/ilce7LBGtjAkNHc6B48QIZX9/G bV45PEQvKMkS8Fveo4xIHYFKeUcLbjvEg0/s+hds+mUjcuSO2uLG78A/5w1BMXYpewXH ESKxUA+61iSIQKOC8LQaqePoNpM/yHAqu2HWo= 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=uhQEZIGC51t2vFSOKcaMZfxF4JSZgLGhMOsrzXQtz8cF4L2L4AiCCfiCkAD+dantxT ipbLKtqYRdpS1fdoQ9GVY4XFT7vhlZZ/J0oHre78jUGlJTwUHn+4wGkgue5souFY2MpM 5Pboiv1xhDdnJtVfSCR25LzhPGx9otjjMm3D4= Received: by 10.142.177.7 with SMTP id z7mr3266444wfe.15.1218628561483; Wed, 13 Aug 2008 04:56:01 -0700 (PDT) Received: by 10.142.49.15 with HTTP; Wed, 13 Aug 2008 04:56:01 -0700 (PDT) Message-ID: Date: Wed, 13 Aug 2008 13:56:01 +0200 From: "Gilles Scokart" To: ivy-user@ant.apache.org Subject: Re: File system trees? In-Reply-To: <514B41B4EB0E834EAFB17FA73E263B701B69AC13@exch001.ibsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <514B41B4EB0E834EAFB17FA73E263B701B69AC13@exch001.ibsys.com> X-Virus-Checked: Checked by ClamAV on apache.org Maybe : https://issues.apache.org/jira/browse/IVY-209 2008/8/12 Stime, Brett : > Is there a good way to handle non-jar artifacts that have predefined > file structures (HTML/JS/CSS/XSL)? For example, if there are two > different web sites that have dependencies on two different versions of > a set of JS files (like YUI), is there a way we can symlink to the > directory corresponding to the version defined in the Ivy file*? > > > > Alternately, we are considering: zipping, publishing, retrieving (copy), > unzipping. > > > > Even quick pointers to documentation/previous discussions would be > appreciated. Googling hasn't turned much up. > > > > > > > > *Simplified visual: > > /site1/ > > index.html {