Jaroslaw Palka wrote:
Hi!!!
I'm evaluating merlin container for my company. We were using phoenix in few projects with success. But we decided to switch into merlin since phoenix isn't supported. I found strange problem during running ant meta-info generator task.
java.lang.IncompatibleClassChangeError
<snip>
My configuration is J2SDK 1.4.2, merlin 3.0 and qdox 1.3 (I suspect that this is a source of my problems).
Yep. When you see something like this you can bet its a jar version related issue. In this case it looks like qdox. The plugin is built against qdox 1.1, Dependency information is available in the project.xml file. For the avalon-meta plugin the full set of dependencies are detailed here:
http://cvs.apache.org/viewcvs.cgi/avalon/meta/plugin/project.xml?rev=1.5&content-type=text/vnd.viewcvs-markup
Stephen.
Thanks
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
