I've been using Netbeans but I'm now trying to run T5 out of IntelliJ IDEA 7.0.3. I decided to try to use the Jetty, ie, jetty:run-war from mavel - the target that Tapestry provides. When I do this I get
java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled when I try to run my app. I search on this and find the FAQ: http://tapestry.apache.org/tapestry5/faq/general.html This suggests I need to add log4j 1.2.14 to Jetty/lib/ext or something along those lines, but it seems that it is using Maven's Jetty, not the Jetty I have installed on my system elsewhere. This appears to be an issue, as I am a super Maven-noob. I found my Maven repository but don't see any log4j's in there that aren't 1.2.14. I sure don't see a Maven ext directory anywhere. I am just feeling completely lost as to where to look. Maybe this should be an extension to the FAQ or am I just being silly about something? -- View this message in context: http://www.nabble.com/T5-Running-Jetty%2C-log4j-jar%2C-FAQ-tp16902110p16902110.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]