Oh ok, no prob. I didn't want to write something up unless it seemed like it really was a servicemix issue.
On Wed, Jul 9, 2008 at 12:17 PM, Gert Vanthienen <[EMAIL PROTECTED]> wrote: > Ryan, > > Don't break your head over it... I just couldn't wait your JIRA for it and > fixed it in http://svn.eu.apache.org/viewvc?view=rev&revision=675131. > > Regards, > > Gert > > > Ryan Moquin wrote: > >> You know what? I built today (I didn't restart my machine), and all of a >> sudden the problem went away. The only difference was the location I was >> at >> (home vs. work) network. It's definitely not a problem with servicemix.. >> it >> was just some weird Maven bug that apparently only manifested itself due >> to >> I guess network related issues... I wish I knew why though, I really don't >> feel like having that happen again since it really sucks up the time. >> >> On Wed, Jul 9, 2008 at 1:03 AM, Gert Vanthienen < >> [EMAIL PROTECTED]> >> wrote: >> >> >> >>> Ryan, >>> >>> Could you open a JIRA for this? My guess is that we use the same version >>> for all xbean JAR files, while they have different release lifecycles >>> (e.g. >>> there is xbean-server 3.4.3 yet, the latest version for that artifact is >>> 3.3) >>> >>> Gert >>> >>> >>> Ryan Moquin 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) >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> >> > >
