-
Feb 27th, 2007, 09:20 AM
#1
New Maven error when running samples
Hi,
I'd be using the samples that come with M3 successfully until last night. Now it complains that some of the libraries are missing in the Maven repository that's being used (and, indeed, I checked and they are now missing).
The jar files in question are:
org.springframework.ws.:spring-oxm:jar:1.0-m3-SNAPSHOT
org.springframework.ws.:spring-ws-core:jar:1.0-m3-SNAPSHOT
They are attempting to fetch from: http://repo1.maven.org/maven2
Thanks,
jeff
-
Feb 27th, 2007, 09:31 AM
#2
Never mind -- error found
I realized I must have been working with a snapshot release. I changed the build.xml to read:
<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws." artifactId="spring-ws-core" version="1.0-m3"/>
<dependency groupId="org.springframework.ws." artifactId="spring-oxm" version="1.0-m3"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
</artifact:dependencies>
Which resolved the issue.
Sorry 'bout that,
jeff
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules