From dev-return-83847-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Jan 06 05:52:07 2009 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 92571 invoked from network); 6 Jan 2009 05:52:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 05:52:07 -0000 Received: (qmail 17600 invoked by uid 500); 6 Jan 2009 05:52:06 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 17562 invoked by uid 500); 6 Jan 2009 05:52:06 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 11081 invoked by uid 99); 5 Jan 2009 20:21:59 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of spatialguru.net@gmail.com designates 209.85.198.240 as permitted sender) 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:mime-version:content-type; bh=0vAWkh/x8FM93M/YQ/X+FIKYyuJ6sRFTTb7A3TEiofY=; b=sa2noKbSDyxUeDonLMp9ey2mCpeb8xnRRUaw2heDrLpAUENG55fhxw1gSszegwC2fB xjn8z+EpRJN2vLfw7qUPCU+HPIlvHHplJ9fUP996HX3TWGECcSjqrgm4wgW6jZVTM41J AWZkAW21NgW/7/1przWa3SqGAp4QgKCstLUwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=J6eQLHJ7BCbGRRdd5V8nkYg0T8jSsfqaBFleXzdorwJu7w15+fnZdrKkXjInR0kKP1 cOBbqya1imhIquIIFstRDpKIbkV2v8hUA5FudRYkcfND2fVhsy5bbdE85TbNhDrCjkRF HVsHtV4+VZaqA8tRnGalmN8S0nfqY+e+J5BSE= Message-ID: <2b5aa3d50901051221k75c77e8emb6765e99401269b6@mail.gmail.com> Date: Mon, 5 Jan 2009 14:21:29 -0600 From: "Mark Thomas" To: dev@ant.apache.org, ivy-user@ant.apache.org Subject: Relaxing allowed ant tasks in packager.xsl MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_128493_33012082.1231186889118" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_128493_33012082.1231186889118 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've come across a problem in using the packager resolver in that the "allowed" ant tasks are too limited for certain. For example, many open-source Java software is no longer including the javadocs in the archive(s) in order to limit download size (e.g. jcommon, hibernate 3.3+), but they do provide an ant or maven file to generate the javadocs from source. This could be done easily using the ant task; however, this task is not allowed by packager.xsl. I propose relaxing the restrictions on the allowable ant tasks in order to overcome this limitation. Regards, Mark Thomas spatialguru.net@gmail.com 205.529.9013 "Commit to the Lord whatever you do, and your plans will succeed." - Proverbs 16:3 ------=_Part_128493_33012082.1231186889118--