I didn't know about pom:validate ... cool idea! However, this must depend on a certain version of Xerces. I have the latest and I'm getting a ClassCastException from org.apache.xerces.impl.xs.XMLSchemaLoader.reset.
> -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 16, 2004 6:35 PM > To: 'Maven Users List' > Subject: RE: <dependencies> not being downloaded > > > Move them outside of <build/> > > Running maven pom:validate can help here. > > - Brett > > > -----Original Message----- > > From: Algirdas P. Veitas [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 17 March 2004 11:23 AM > > To: [EMAIL PROTECTED] > > Subject: <dependencies> not being downloaded > > > > > > Hello, > > > > I am very new to Maven and am having trouble with the > > downloading of the > > dependencies we have set up in our project.xml. > > > > At this point, it looks like Maven does not even recognize these > > dependencies and hence they are not being > > downloaded.....Configuration > > below, we are running this on a Windows XP machine. > > > > project.xml looks like the following: > > > > <project> > > <id>product</id> > > <currentVersion>1.0</currentVersion> > > <build> > > <sourceDirectory>${basedir}/src/</sourceDirectory> > > > > <unitTestSourceDirectory>${basedir}/test/</unitTestSourceDirectory> > > <dependencies> > > <dependency> > > <groupId>lib</groupId> > > <artifactId>xsdlib</artifactId> > > <version>1.0</version> > > </dependency> > > <dependency> > > <groupId>lib</groupId> > > <artifactId>jms</artifactId> > > <version>1.0</version> > > </dependency> > > </dependencies> > > </build> > > </project> > > > > and project.properties looks like: > > > > maven.compile.source=1.4 > > maven.compile.target=1.4 > > maven.repo.remote=http://localhost:8080/jar- > > repo/,http://www.ibiblio.org/maven/ > > > > > > We have a local Tomcat server that should be serving up our > > jar files and we > > are assuming that Maven is looking for our to jar files at > > the following > > locations: > > > http://localhost:8080/jar-repo/lib/jars/xsdlib-1.0.jar > http://localhost:8080/jar-repo/lib/jars/jms-1.0.jar > > Are we missing something here? Any help would be greatly appreciated. > > Thanks, > Al > > > > -- > Open WebMail Project (http://openwebmail.org) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ------------------------------------------------------------------------------------- A.G. Edwards & Sons' outgoing and incoming e-mails are electronically archived and subject to review and/or disclosure to someone other than the recipient. -------------------------------------------------------------------------------------
