Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C3BD9980 for ; Fri, 28 Sep 2012 11:50:39 +0000 (UTC) Received: (qmail 52650 invoked by uid 500); 28 Sep 2012 11:50:38 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 52538 invoked by uid 500); 28 Sep 2012 11:50:37 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 52529 invoked by uid 99); 28 Sep 2012 11:50:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 11:50:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 11:50:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DB5AC2388900 for ; Fri, 28 Sep 2012 11:49:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1391409 - /activemq/activemq-apollo/trunk/apollo-cli/src/test/scala/org/apache/activemq/apollo/cli/ApolloIDERunner.scala Date: Fri, 28 Sep 2012 11:49:50 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120928114950.DB5AC2388900@eris.apache.org> Author: chirino Date: Fri Sep 28 11:49:50 2012 New Revision: 1391409 URL: http://svn.apache.org/viewvc?rev=1391409&view=rev Log: Avoid warning from log4j. Modified: activemq/activemq-apollo/trunk/apollo-cli/src/test/scala/org/apache/activemq/apollo/cli/ApolloIDERunner.scala Modified: activemq/activemq-apollo/trunk/apollo-cli/src/test/scala/org/apache/activemq/apollo/cli/ApolloIDERunner.scala URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/src/test/scala/org/apache/activemq/apollo/cli/ApolloIDERunner.scala?rev=1391409&r1=1391408&r2=1391409&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-cli/src/test/scala/org/apache/activemq/apollo/cli/ApolloIDERunner.scala (original) +++ activemq/activemq-apollo/trunk/apollo-cli/src/test/scala/org/apache/activemq/apollo/cli/ApolloIDERunner.scala Fri Sep 28 11:49:50 2012 @@ -44,6 +44,7 @@ object ApolloIDERunner { System.setProperty("apollo.base", apollo_base.getCanonicalPath) } println("apollo.base=%s".format(System.getProperty("apollo.base"))); + System.setProperty("basedir", System.getProperty("apollo.base")) // Setup where the web app resources are...