Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 42097 invoked from network); 13 May 2010 22:06:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 22:06:00 -0000 Received: (qmail 90305 invoked by uid 500); 13 May 2010 22:06:00 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 90276 invoked by uid 500); 13 May 2010 22:06:00 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 90269 invoked by uid 99); 13 May 2010 22:06:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 22:06:00 +0000 X-ASF-Spam-Status: No, hits=-1404.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 22:05:59 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4DM5dRI003552 for ; Thu, 13 May 2010 22:05:39 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o4DM5d5K003551; Thu, 13 May 2010 18:05:39 -0400 (EDT) Date: Thu, 13 May 2010 18:05:39 -0400 (EDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 49287] New: xslt task in ant.jar (XSLTProcess.java) depends on TraxLiaison in ant-nodeps.jar X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: caster@gentoo.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49287 Summary: xslt task in ant.jar (XSLTProcess.java) depends on TraxLiaison in ant-nodeps.jar Product: Ant Version: 1.8.1 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Core tasks AssignedTo: notifications@ant.apache.org ReportedBy: caster@gentoo.org I discovered this when trying to bump the Gentoo package of Ant, since we pass sourcepath="" to in ant's build.xml to catch inter-jar dependencies: build-core: Compiling 564 source files to /var/tmp/portage/dev-java/ant-core-1.8.1/work/apache-ant-1.8.1/build/classes /var/tmp/portage/dev-java/ant-core-1.8.1/work/apache-ant-1.8.1/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java:674: package org.apache.tools.ant.taskdefs.optional does not exist liaison = new org.apache.tools.ant.taskdefs.optional.TraXLiaison(); If you are not so strict, it builds but there is a hidden dependency on ant-nodeps.jar in ant.jar. Which I assume is not entirely correct? Looks like when TraXLiaison was in ant-trax.jar, it was loaded dynamically from XSLTProcess. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.