Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 5734 invoked from network); 28 Mar 2007 13:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 13:02:02 -0000 Received: (qmail 83706 invoked by uid 500); 28 Mar 2007 13:02:04 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 83598 invoked by uid 500); 28 Mar 2007 13:02:04 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 83525 invoked by uid 99); 28 Mar 2007 13:02:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 06:02:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 06:01:55 -0700 Received: (qmail 4265 invoked by uid 89); 28 Mar 2007 13:01:34 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 28 Mar 2007 13:01:34 -0000 Message-ID: <47569905.1175086894953.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 28 Mar 2007 08:01:34 -0500 (CDT) From: "Jason van Zyl (JIRA)" To: issues@maven.apache.org Subject: [jira] Moved: (MANTTASKS-40) The "artifact:dependencies" task has no way to filter based on dependency type (ie. jar, tld, etc...) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MANTTASKS-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason van Zyl moved MNG-1039 to MANTTASKS-40: --------------------------------------------- Affects Version/s: (was: 2.0-beta-1) Fix Version/s: (was: 2.0-beta-3) Component/s: (was: Ant tasks) Complexity: (was: Novice) Workflow: jira (was: Maven New) Key: MANTTASKS-40 (was: MNG-1039) Project: Maven 2.x Ant Tasks (was: Maven 2) > The "artifact:dependencies" task has no way to filter based on dependency type (ie. jar, tld, etc...) > ----------------------------------------------------------------------------------------------------- > > Key: MANTTASKS-40 > URL: http://jira.codehaus.org/browse/MANTTASKS-40 > Project: Maven 2.x Ant Tasks > Issue Type: Improvement > Reporter: Matthew Inger > Assigned To: Brett Porter > Attachments: DependenciesTask.java.diff, TypeArtifactFilter.java > > > Currently the only filter that can be applied to the "artifact:dependencies" task is the scope. > It would be useful to be able to filter the artifact type, so that you can retrieve related sets > of dependencies, such as TLD files for inclusion into a .war file. > I am going to attach a new file "TypeArtifactFilter.java" along with a diff file for DependenciesTask.java > which will add this functionality to the task. > Both of these belong in the org.apache.maven.artifact.ant package (though TypeArtifactFilter could > potentially reside in the "artifact" component) > I'm not really sure how testcases are done for the tasks, but i can look into it. it's a relatively simple > change and something that's easy to check for. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira