Hi Polly,

when looking at the sources I recognized that it might be no issue of the Fornax Maven plugin. Debug output has changed there, but just regarding the debug output that the plugin does. This is now I mean correctly directed to the Plugin's context logger, and these debug messages are activated when running mvn -X install. I saw that Sculptor overrides the log4j configuration for Surefire in their library example project like this:

                        <plugin>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.3</version>
                                <configuration>
                                        <skip>false</skip>
                                        <forkMode>pertest</forkMode>
                                        <!-- <forkMode>once</forkMode> -->
<argLine>-Xms32m -Xmx1024m -Dlog4j.configuration=log4j- test.properties</argLine>
                                        <excludes>
                                                
<exclude>**/IsolatedDatabaseTestCase.java</exclude>
                                        </excludes>
                                </configuration>
                        </plugin>

Could you check if this would work for you, too?

Best wishes,
~Karsten

Am 25.06.2009 um 16:43 schrieb Polly C. Chang:

Thanks!

--Polly


On Thu, Jun 25, 2009 at 2:21 AM, Karsten Thoms <th...@itemis.de> wrote:
Hi Polly,

logging has been changed to Commons Logging. I will change this back next week, maybe I can already deploy a snapshot tomorrow.
Opened Bug: https://fornax.itemis.de/jira/browse/TOM-26

~Karsten


----- Original Message -----
From: "Polly C. Chang" <polly.c.ch...@gmail.com>
To: fornax-developer@lists.sourceforge.net
Sent: Thursday, June 25, 2009 3:09:08 AM (GMT+0100) Europe/Berlin
Subject: Re: [Fornax-developer] logging with fornax-oaw-m2-plugin

------------------------------------------------------------------------------


------------------------------------------------------------------------------
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

------------------------------------------------------------------------------
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

------------------------------------------------------------------------------
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to