On Dec 14, 2007 9:56 AM, clymbon <[EMAIL PROTECTED]> wrote: > > > bsnyder wrote: > > > > On Nov 28, 2007 7:31 AM, Gordon Dickens <[EMAIL PROTECTED]> wrote: > >> I am having trouble locating dependencies for my repository when building > >> ServiceMix 3.2. > >> > >> > >> > >> Can someone point me to the preferred repositories that I can setup for > >> my Maven builds? > > > > All the repositories necessary to build the ServiceMix source are > > specified in the root pom.xml for the entire ServiceMix project. > > > > > > I am having similar problems with "woden" just trying to build the "basic" > example. (See error below.) > > Question: What and where is the "root pom.xml for the entire ServiceMix > project". I'm just trying to > get going with Service Mix. I did a "find" on \*pom.xml". There are > pom.xml files all over the place - > which one do I need to edit? And what changes do I need to make? > > (This is maybe a dumb question, but I'm an ant and make user, I'm a total > newbie with maven.) > > Suggestion: Make the examples, or at least a "basic" example, > "self-contained", so a newbie like me > doesn't have to download anything further to get started with a working > example. > > Note: Users like me that just installed maven to get these examples to work > need to know that they probably have to > edit ~/.m2/settings.xml to specify an http proxy server location before the > examples will build. An example is: > > <settings> > <proxies> > <proxy> > <active>true</active> > <protocol>http</protocol> > <host>myproxyserver.foo.com</host> > <port>80</port> > <nonProxyHosts>*.mitre.org</nonProxyHosts> > </proxy> > </proxies> > </settings> > > Here are the specific errors I'm getting: > > Downloading: > http://repo1.maven.org/maven2/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.opensaml:opensaml:jar:1.1
These missing dependencies are due to the ServiceMix project graduating from the Incubator and having its Maven repo moved in the Apache Subversion tree as noted previously on this mailing list: http://www.nabble.com/ServiceMix-Dependencies-not-found-to13798573s12049.html#a13808955 This has been fixed in the ServiceMix 3.2.1 release. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
