run "maven create-lib" and all the jars used will be downloaded to
target/lib directory.

-- dims

On 3/19/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote:
> I've been trying to setup an Eclipse project for Axis2. I defined a
> MAVEN_REPO variable for the maven repository, and have included a
> multitude of jars in the attempt to get everything to build properly:
>
>     <classpathentry kind="var"
> path="MAVEN_REPO/stax/jars/stax-api-1.0.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-activation-1.0.2-rc4.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-javamail-1.3.1-rc5.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-servlet-2.4-rc4.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/jaxen/jars/jaxen-1.0-FCS-full.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/saxpath/jars/saxpath-1.0-FCS.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/annogen/jars/annogen-0.1.0.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/ws-commons/jars/XmlSchema-1.0-SNAPSHOT.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/ws-commons/jars/policy-1.0-SNAPSHOT.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/wsdl4j/jars/wsdl4j-1.4.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/jaxme/jars/jaxmejs-0.5.1.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/jaxme/jars/jaxmexs-0.5.1.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/jaxme/jars/jaxme2-0.5.1.jar"/>
>     <classpathentry kind="var"
> path="MAVEN_REPO/xmlbeans/jars/xbean-2.1.0.jar"/>
>
> 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?
>
> Maven seems designed to make dependencies as obscure and difficult to
> figure out as possible. I don't suppose anyone knows of a tool for
> converting mavenized projects to Eclipse?
>
>   - Dennis
>


--
Davanum Srinivas : http://wso2.com/blogs/

Reply via email to