Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 99019 invoked from network); 26 Dec 2006 17:38:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Dec 2006 17:38:43 -0000 Received: (qmail 44842 invoked by uid 500); 26 Dec 2006 17:38:49 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 44771 invoked by uid 500); 26 Dec 2006 17:38:48 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 44760 invoked by uid 99); 26 Dec 2006 17:38:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2006 09:38:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2006 09:38:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1AE9C714295 for ; Tue, 26 Dec 2006 09:38:21 -0800 (PST) Message-ID: <28647628.1167154701107.JavaMail.jira@brutus> Date: Tue, 26 Dec 2006 09:38:21 -0800 (PST) From: =?utf-8?Q?Petteri_R=C3=A4ty_=28JIRA=29?= To: commons-dev@jakarta.apache.org Subject: [jira] Created: (JEXL-31) Make it possible to run the jar target without running the test target MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Make it possible to run the jar target without running the test target ---------------------------------------------------------------------- Key: JEXL-31 URL: http://issues.apache.org/jira/browse/JEXL-31 Project: Commons JEXL Issue Type: Improvement Affects Versions: 1.0 Beta 1, 1.0, 1.1, 2.0, 1.1.1 Environment: Gentoo Linux Reporter: Petteri R=C3=A4ty Priority: Minor Attachments: test-target.patch Now it is not possible to run the jar target without running the tests. For= Gentoo ebuilds it must be possible to just create the jar and optionally r= un the tests if the user wants to run them so I created a patch to only run= the test target under the dist target instead of the jar target. This is a= lso the way this is most commonly done in java projects. Attached patch fol= lows. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org