Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 49728 invoked from network); 10 Dec 2009 23:22:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 23:22:37 -0000 Received: (qmail 70887 invoked by uid 500); 10 Dec 2009 23:22:36 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 70848 invoked by uid 500); 10 Dec 2009 23:22:36 -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 70837 invoked by uid 99); 10 Dec 2009 23:22:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 23:22:35 +0000 X-ASF-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gudnabrsam@gmail.com designates 209.85.211.174 as permitted sender) Received: from [209.85.211.174] (HELO mail-yw0-f174.google.com) (209.85.211.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 23:22:32 +0000 Received: by ywh4 with SMTP id 4so341947ywh.10 for ; Thu, 10 Dec 2009 15:22:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=ZtTPGU5KOXMfshgC/UtrTqf1Dpm4/NUcKC4P45kU0mU=; b=Cz+AxOLIeS8eiumE/aEQDX00cV3/9Frr8Lz+qLXuTdZmjAA9llmCIjmQ6AfKCSSGuN Vz/JC7WvUFk/2QRfj1IZ9212mHmAD7VHFHQcVzpET0VGJBYriEsqSA/Oml9j2vBUwKdm eBoAuP1Eg5Np4xs8TMrmPTqGNVTF5YwUz3qDs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=QDigcM32SnQeHb6AP7ZouXWpMGTKwYrd94LPr7POsEJ3IpvHMCrcOe7lXCfTHzh4te LelzsP0K+U9OUWmN+EI9k2JQLpA4q5AxXvvGaOeIIjhY15y++qHgy7xtvBO1t7kmOYIJ IqyYGEYBoSG0Fuv3rCkaOxLMRw1AXeGqrMuGc= Received: by 10.150.3.14 with SMTP id 14mr1247380ybc.228.1260487331866; Thu, 10 Dec 2009 15:22:11 -0800 (PST) Received: from ?172.23.3.65? ([12.68.231.140]) by mx.google.com with ESMTPS id 8sm501074ywg.19.2009.12.10.15.22.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Dec 2009 15:22:10 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: ivy-user@ant.apache.org From: Matt Benson Subject: [IvyDE] WTP and workspace resolver Date: Thu, 10 Dec 2009 17:22:08 -0600 X-Mailer: Apple Mail (2.753.1) So it appears that https://bugs.eclipse.org/bugs/show_bug.cgi? id=184125 is the reason the workspace-resolved projects are not published to web servers along with the other dependencies in the IvyDE library/classpath container. So let's give them a barrage of votes on that 2+ year-old request. What do other people do about this lack? Select the projects as utility jars? I hate that. Is it correct that a project's libraries must be compiled against? I think that is the case, but if not it would seem that creating a second library of class directories resolved from workspace-resolved projects could work. I find this quite frustrating. -Matt