Mysterious linkage error building console/console-tomcat

2009-12-03 Thread David Jencks
I'm getting a LinkageError I don't know how to diagnose or fix when building console-tomcat. I've committed all my code changes and pushed pluto snapshots so it should be possible to reproduce. Here's the stack trace: [FelixDispatchQueue] DEBUG org.apache.geronimo.plugins.console-

Re: Mysterious linkage error building console/console-tomcat

2009-12-03 Thread Jarek Gawor
The servlet classes was coming from within the war file. Just marked the servlet dependency as provided. Things looks better now but getting another error. Jarek On Thu, Dec 3, 2009 at 3:46 AM, David Jencks david_jen...@yahoo.com wrote: I'm getting a LinkageError I don't know how to diagnose or