Re: build war for jboss, exclude log4j

2006-11-27 Thread Christofer Jennings
Thanks Chris, I also want to be able to run the web-app with "mvn jetty:run" so I had to set it up like this... === in my top-level pom === log4j log4j 1.2.13 provided === in my web-app's pom === ... org.mortbay.jetty maven-jetty-plugin 5 src

Re: build war for jboss, exclude log4j

2006-11-18 Thread Chris Michiels
Hi Chris, Simple, just use : log4j log4j 1.2.9 provided Chris 2006/11/18, Christofer Jennings <[EMAIL PROTECTED]>: Hi All, How can I exclude log4j stuff from a war? The log4j stuff is conflicting with jboss. Thanks! ,chris -

build war for jboss, exclude log4j

2006-11-17 Thread Christofer Jennings
Hi All, How can I exclude log4j stuff from a war? The log4j stuff is conflicting with jboss. Thanks! ,chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]