Hi Dennis, Dennis Sosnoski wrote: > I can't seem to find the javax.wsdl.extensions.schema.Schema class > referenced from org.apache.axis2.deployment.AxisServiceBuilder, > though. Anyone have any idea where this is coming from? this is coming from axis-wsdl4j.jar. > > Maven seems designed to make dependencies as obscure and difficult to > figure out as possible. hmm, may be not ;-) . If you look at the project.xml file of each and every sub module, you will see the dependent jars listed clearly. And the versions of the jars are listed in etc/project.properties. > I don't suppose anyone knows of a tool for converting mavenized > projects to Eclipse? Maven 1.x has a plugin to convert a single module project to eclipse, but not a multi module project. So you may have to manually create. But I wrote a small plugin for this sometime back. Will send this, If I can find it again.
-- Chinthaka > > - Dennis >
