Nope, this is on the same windows box that I normally use for doing builds. It all worked fine yesterday.. it's strange that now I'm seeing this weird error. No clue how to fix it or how to troubleshoot it. I can try building with different maven versions.. maybe that will somehow help.
On Tue, Jul 8, 2008 at 11:39 PM, Chris Custine <[EMAIL PROTECTED]> wrote: > This smells a lot like this bug that we ran across a while back. Any > chance > you are building on a Mac? Maybe someone else will chim ein with a > resolution, but it sure sounds like the property interpolation problem in > Maven as mentioned in the bug. > > https://issues.apache.org/activemq/browse/SM-1187 > > > Chris Custine > My Blog :: http://blog.organicelement.com > Apache ServiceMix :: http://servicemix.apache.org > Apache Directory Server :: http://directory.apache.org > > On Tue, Jul 8, 2008 at 9:03 PM, Ryan Moquin <[EMAIL PROTECTED]> > wrote: > > > I'm sure this is a silly question, but I can't seem to figure out why I'm > > getting this error when I try to build my JBI components against the > > 3.2.2-SNAPSHOT from today, I can't seem to find xbean-server 3.4.3 > anywhere > > when I search either. Is this some sort of weird side effect in my > build, > > or is there an error of some kind with the xbean-server dependency?: > > > > 1) org.apache.xbean:xbean-server:jar:3.4.3 > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file -DgroupId=org.apache.xbean > > -DartifactId=xbean-server -Dversion=3.4.3 -Dpackaging=jar -Dfil > > e=/path/to/file > > > > Alternatively, if you host your own repository you can deploy the file > > there: > > mvn deploy:deploy-file -DgroupId=org.apache.xbean > > -DartifactId=xbean-server -Dversion=3.4.3 -Dpackaging=jar -Dfile= > > /path/to/file -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) > > > org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.2.2-SNAPSHOT > > 2) org.apache.servicemix:servicemix-core:jar:3.2.2-SNAPSHOT > > 3) org.apache.xbean:xbean-server:jar:3.4.3 > > > > ---------- > > 1 required artifact is missing. > > > > for artifact: > > > > > > > org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.2.2-20080706.223042-72 > > > > from the specified remote repositories: > > apache.snapshots (http://cvs.apache.org/maven-snapshot-repository), > > apache-incubating ( > http://people.apache.org/repo/m2-incubating-repository > > ), > > apache-snapshots-servicemix ( > > http://people.apache.org/repo/m2-snapshot-repository), > > codehaus (http://repository.codehaus.org), > > java.net (http://download.java.net/maven/1), > > servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo > ), > > geotools (http://lists.refractions.net/m2), > > apache-plugin-snapshots-servicemix ( > > http://people.apache.org/repo/m2-snapshot-repository), > > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository > ), > > maven2-repository.dev.java.net (http://download.java.net/maven/2/), > > central (http://repo1.maven.org/maven2) > > >
