Author: tchemit Date: 2010-11-19 18:49:43 +0100 (Fri, 19 Nov 2010) New Revision: 1818 Url: http://nuiton.org/repositories/revision/i18n/1818 Log: add more logs to debug under windows os... Added: trunk/maven-i18n-plugin/src/it/ano-672/src/test/resources/ trunk/maven-i18n-plugin/src/it/ano-672/src/test/resources/log4j.properties Modified: trunk/maven-i18n-plugin/src/it/ano-672/pom.xml Modified: trunk/maven-i18n-plugin/src/it/ano-672/pom.xml =================================================================== --- trunk/maven-i18n-plugin/src/it/ano-672/pom.xml 2010-11-19 16:51:54 UTC (rev 1817) +++ trunk/maven-i18n-plugin/src/it/ano-672/pom.xml 2010-11-19 17:49:43 UTC (rev 1818) @@ -42,6 +42,7 @@ <groupId>org.nuiton.i18n.test</groupId> <artifactId>ano-672</artifactId> + <version>@pom.version@</version> <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> @@ -71,7 +72,13 @@ <artifactId>junit</artifactId> </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <build> Copied: trunk/maven-i18n-plugin/src/it/ano-672/src/test/resources/log4j.properties (from rev 1817, trunk/maven-i18n-plugin/src/main/resources/log4j.properties) =================================================================== --- trunk/maven-i18n-plugin/src/it/ano-672/src/test/resources/log4j.properties (rev 0) +++ trunk/maven-i18n-plugin/src/it/ano-672/src/test/resources/log4j.properties 2010-11-19 17:49:43 UTC (rev 1818) @@ -0,0 +1,34 @@ +### +# #%L +# I18n :: Maven Plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2007 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### +# Global logging configuration +log4j.rootLogger=ERROR, stdout +# Console output... +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n + +# package level +log4j.logger.org.nuiton.util=WARN +log4j.logger.org.nuiton.i18n=DEBUG