Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3CFF188F2 for ; Wed, 28 Oct 2015 09:30:05 +0000 (UTC) Received: (qmail 17831 invoked by uid 500); 28 Oct 2015 09:30:05 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 17756 invoked by uid 500); 28 Oct 2015 09:30:05 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 17630 invoked by uid 99); 28 Oct 2015 09:30:05 -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, 28 Oct 2015 09:30:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98670E00D8; Wed, 28 Oct 2015 09:30:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Date: Wed, 28 Oct 2015 09:30:22 -0000 Message-Id: <71e0adb02967430dad130f4bf7e7c5f2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/46] ignite git commit: fixed GridUriDeploymentClassLoaderSelfTest#testNestedJarClassloading fixed GridUriDeploymentClassLoaderSelfTest#testNestedJarClassloading Signed-off-by: Anton Vinogradov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ea63c2dc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ea63c2dc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ea63c2dc Branch: refs/heads/ignite-843-rc1 Commit: ea63c2dc5e326c98b5091c9bf04d348efb92e8fe Parents: bd2cd92 Author: ashutak Authored: Mon Oct 19 20:30:55 2015 +0300 Committer: Anton Vinogradov Committed: Mon Oct 26 18:03:46 2015 +0300 ---------------------------------------------------------------------- modules/core/src/test/config/tests.properties | 4 ++-- modules/extdata/uri/pom.xml | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ea63c2dc/modules/core/src/test/config/tests.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/test/config/tests.properties b/modules/core/src/test/config/tests.properties index 49e616e..3275c3c 100644 --- a/modules/core/src/test/config/tests.properties +++ b/modules/core/src/test/config/tests.properties @@ -67,8 +67,8 @@ ant.gar.srcdir=@{IGNITE_HOME}/modules/extdata/uri/target/classes/ # GAR paths to use in URI deployment SPI tests ant.urideployment.gar.uri=file://freq=5000@localhost/EXTDATA/uri/target/deploy ant.urideployment.gar.file=modules/extdata/uri/target/deploy/uri.gar -ant.urideployment.gar.libs-file=modules/extdata/uri/target/deploy/uri-libs.gar -ant.urideployment.gar.classes-file=modules/extdata/uri/target/deploy/uri-classes.gar +ant.urideployment.gar.libs-file=modules/extdata/uri/target/deploy2/uri-libs.gar +ant.urideployment.gar.classes-file=modules/extdata/uri/target/deploy2/uri-classes.gar ant.urideployment.gar.path=modules/extdata/uri/target/deploy/ ant.urideployment.gar.path.tmp=modules/extdata/uri/target/deploy_tmp/ http://git-wip-us.apache.org/repos/asf/ignite/blob/ea63c2dc/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index d5e6349..c5fb5cf 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -136,6 +136,8 @@ compile + + @@ -144,23 +146,22 @@ - + + + + + - - - - - - - - - + + + +