From ivy-user-return-7285-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Thu Oct 07 07:17:06 2010 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 82126 invoked from network); 7 Oct 2010 07:17:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 07:17:06 -0000 Received: (qmail 84466 invoked by uid 500); 7 Oct 2010 07:17:06 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 84270 invoked by uid 500); 7 Oct 2010 07:17:04 -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 Delivered-To: moderator for ivy-user@ant.apache.org Received: (qmail 53713 invoked by uid 99); 6 Oct 2010 22:32:25 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Kfiles@masergy.com designates 64.47.5.26 as permitted sender) From: Kirby Files To: "ivy-user@ant.apache.org" Date: Wed, 6 Oct 2010 17:28:51 -0500 Subject: RE: IvyDE - GWT projects in Eclipse Thread-Topic: IvyDE - GWT projects in Eclipse Thread-Index: ActloGUlviWdFfmkTwyHZy65yLuBGQABXVbu Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org We follow the GWT convention of putting .java files for all client packages= in the runtime jar artifacts which we publish for our GWT modules. This wo= rks fine. See other GWT projects (GXT, tatami, gwt-mosaic) -- they all do t= his the same way. Thanks, --- Kirby Files Software Architect Masergy Communications kfiles@masergy.com ________________________________________ From: Levi Purvis [lpurvis@gmail.com] Sent: Wednesday, October 06, 2010 5:48 PM To: ivy-user@ant.apache.org Subject: IvyDE - GWT projects in Eclipse Hello, I'm trying to get a multi-project build with GWT working in Eclipse, utilizing Ivy and IvyDE. For client-side GWT code (i.e. the Java code that will be translated to JavaScript), the GWT compiler requires that the source code for dependencies is available on the classpath. IvyDE does a fantastic job of "attaching" source to JAR files in Eclipse, however this does not make the source visible on the classpath. This feature appears to be getting in the way when I try to explicitly declare the source artifact as a dependency (i.e. it doesn't work). I could definitely use some pointers here, as searching for this problem has not turned up anything.