Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A21A101F6 for ; Mon, 23 Dec 2013 13:59:33 +0000 (UTC) Received: (qmail 34302 invoked by uid 500); 23 Dec 2013 13:56:31 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 33816 invoked by uid 500); 23 Dec 2013 13:55:42 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 33133 invoked by uid 99); 23 Dec 2013 13:54:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Dec 2013 13:54:50 +0000 Date: Mon, 23 Dec 2013 13:54:50 +0000 (UTC) From: "Ed Coleman (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1910) Add source to jar files used for testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Coleman updated ACCUMULO-1910: --------------------------------- Status: Patch Available (was: Open) Files and maven projects with source to create jar used for testing (1.4.5-SNAPSHOT) > Add source to jar files used for testing > ---------------------------------------- > > Key: ACCUMULO-1910 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1910 > Project: Accumulo > Issue Type: Task > Components: test > Affects Versions: 1.5.0, 1.4.4 > Reporter: Josh Elser > Assignee: Ed Coleman > Labels: newbie > Fix For: 1.4.5, 1.5.1, 1.6.0 > > Attachments: ACCUMULO-1910-1.4.5.patch > > > Some of the jars we include for testing purposes have the source included. Some do not. > It would be nice to make sure that we included the source for all of these jars, not just the class files. > Jars in 1.4 with no source > * ./src/start/src/test/resources/ClassLoaderTestA/Test.jar > * ./src/start/src/test/resources/ClassLoaderTestB/Test.jar > * ./src/start/src/test/resources/ClassLoaderTestC/Test.jar > * ./src/start/target/test-classes/ClassLoaderTestA/Test.jar > * ./src/start/target/test-classes/ClassLoaderTestB/Test.jar > * ./src/start/target/test-classes/ClassLoaderTestC/Test.jar > * ./test/system/auto/TestCombinerX.jar > * ./test/system/auto/TestCombinerY.jar > Jars in 1.5 and 1.6 with no source: > * ./start/src/test/resources/ClassLoaderTestA/Test.jar > * ./start/src/test/resources/ClassLoaderTestB/Test.jar > * ./start/src/test/resources/ClassLoaderTestC/Test.jar > * ./start/src/test/resources/HelloWorld2.jar > * ./test/src/test/resources/FooConstraint.jar > * ./test/system/auto/TestCombinerX.jar > * ./test/system/auto/TestCombinerY.jar -- This message was sent by Atlassian JIRA (v6.1.5#6160)