From kalumet-commits-return-193-apmail-incubator-kalumet-commits-archive=incubator.apache.org@incubator.apache.org Mon Jul 9 19:48:33 2012 Return-Path: X-Original-To: apmail-incubator-kalumet-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-kalumet-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 C04C7D1A6 for ; Mon, 9 Jul 2012 19:48:33 +0000 (UTC) Received: (qmail 74323 invoked by uid 500); 9 Jul 2012 19:48:33 -0000 Delivered-To: apmail-incubator-kalumet-commits-archive@incubator.apache.org Received: (qmail 74303 invoked by uid 500); 9 Jul 2012 19:48:33 -0000 Mailing-List: contact kalumet-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kalumet-dev@incubator.apache.org Delivered-To: mailing list kalumet-commits@incubator.apache.org Received: (qmail 74296 invoked by uid 99); 9 Jul 2012 19:48:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 19:48:33 +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; Mon, 09 Jul 2012 19:48:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5C6512388980; Mon, 9 Jul 2012 19:48:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1359366 - in /incubator/kalumet/trunk: kalumet-modules/console/pom.xml kalumet-modules/console/src/test/ kalumet-modules/console/src/test/tomcat/ kalumet-modules/console/src/test/tomcat/log4j.xml pom.xml Date: Mon, 09 Jul 2012 19:48:10 -0000 To: kalumet-commits@incubator.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120709194810.5C6512388980@eris.apache.org> Author: olamy Date: Mon Jul 9 19:48:09 2012 New Revision: 1359366 URL: http://svn.apache.org/viewvc?rev=1359366&view=rev Log: possible to run the web console with mvn tomcat7:run -Pdev -Pdev will use a different log4j.xml to use a ConsoleAppender. Added: incubator/kalumet/trunk/kalumet-modules/console/src/test/ incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/ incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml (with props) Modified: incubator/kalumet/trunk/kalumet-modules/console/pom.xml incubator/kalumet/trunk/pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/console/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/console/pom.xml?rev=1359366&r1=1359365&r2=1359366&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/console/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/console/pom.xml Mon Jul 9 19:48:09 2012 @@ -67,6 +67,14 @@ webcontainer + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + javax.servlet servlet-api 2.4 @@ -117,14 +125,49 @@ - org.codehaus.mojo - tomcat-maven-plugin + org.apache.tomcat.maven + tomcat7-maven-plugin 8181 /apache-kalumet-console + + ${project.build.directory} + + + + + + + + dev + + + + maven-antrun-plugin + + + override-log4j-with-console-output + process-resources + + run + + + + + + + + + + + + + + Added: incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml?rev=1359366&view=auto ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml (added) +++ incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml Mon Jul 9 19:48:09 2012 @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/kalumet/trunk/kalumet-modules/console/src/test/tomcat/log4j.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: incubator/kalumet/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1359366&r1=1359365&r2=1359366&view=diff ============================================================================== --- incubator/kalumet/trunk/pom.xml (original) +++ incubator/kalumet/trunk/pom.xml Mon Jul 9 19:48:09 2012 @@ -501,9 +501,9 @@ 2.1.1 - org.codehaus.mojo - tomcat-maven-plugin - 1.1 + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.0-beta-1