Actually, you may not have to repack the jar.. You may be able to put a log4j.properties file in /lib.. or, if you use a tool like JavaServiceWrapper to run Maven as a service, then put the log4j.properties file in the path statement first..
> -----Original Message----- > From: Matt Kurjanowicz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 3:50 PM > To: Maven Users List; Eric Chow > Subject: Re: Generate maven.log > > > See FAQ: http://maven.apache.org/faq.html#where-is-maven-log > > The log4j.properties file is located in $MAVEN_HOME/lib/maven.jar > Unpack that jar, change the log4j.properties file to what you'd like, > then re-pack the jar. > HTH, > Matt > > On Wed, 28 Jul 2004 15:43:53 +0800, Eric Chow > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > How to generate maven.log in Maven 1.0 ??? > > > > Eric > > ========================== > > If you know what you are doing, > > it is not called RESEARCH! > > ========================== > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Matthew Kurjanowicz > [EMAIL PROTECTED] > The Readme Plugin > http://projassist.sourceforge.net/readme-plugin/ > > The Projassist Project > * Making Bug-Tracking Easy * > http://projassist.sourceforge.net/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
