Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43AAB200C86 for ; Wed, 31 May 2017 09:48:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 42555160BCB; Wed, 31 May 2017 07:48:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 89EA0160BBA for ; Wed, 31 May 2017 09:48:41 +0200 (CEST) Received: (qmail 93366 invoked by uid 500); 31 May 2017 07:48:40 -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 93355 invoked by uid 99); 31 May 2017 07:48:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2017 07:48:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EA60DFE5C; Wed, 31 May 2017 07:48:40 +0000 (UTC) From: jaikiran To: dev@ant.apache.org Reply-To: dev@ant.apache.org Message-ID: Subject: [GitHub] ant-ivy pull request #37: Don't pollute the source lib folder during ivy ret... Content-Type: text/plain Date: Wed, 31 May 2017 07:48:40 +0000 (UTC) archived-at: Wed, 31 May 2017 07:48:42 -0000 GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivy/pull/37 Don't pollute the source lib folder during ivy retrieval in test The `IvyRetrieveBuildFileTest` triggers a Ant project build during the test case and issues a `ivy:retrieve` through the build file. The retrieve ends up putting these test files (some of which are dummy files) into the `${lib.dir}` of the project source and causes issues like the one noted in https://github.com/apache/ant-ivy/pull/36 >> I found out that JUnit tests polute run.classpath by placing an empty jar in /lib, which breaks eg javadoc. Any ideas which test may do that? The commit in this PR fixes that issue to use a test build specific directory to retrieve these test specific artifacts. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaikiran/ant-ivy lib-pollution Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant-ivy/pull/37.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #37 ---- commit cb91a10627d2e68bae924e425ad6f21353f5bf94 Author: Jaikiran Pai Date: 2017-05-31T07:43:28Z Don't pollute the source lib folder during ivy retrieval in test ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org