Thank you Guillaume for the response. I have been building servicemix-3.0 for the last couple of weeks. So, yes, I have been using the build commands you mention. I just tried a completely clean checkout of the servicemix-3.0 branch and still no luck. The error is posted below. In the meantime I have downloaded the proposed 3.0.1 source and it builds fine. So I'm ok for now, but would like to stay on top of things and possibly contribute when I can. I'll figure it out so no more help on this subject required for me. For you info the current build error on the branch is:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to create archive Embedded error: /Users/ericmick/Documents/Projects/ServiceMix/branches/servicemix-3.0/geronimo/servicemix/target/repository/org/apache/servicemix/geronimo/servicemix/3.0.2-incubating-SNAPSHOT/servicemix-3.0.2-incubating-SNAPSHOT.car isn't a directory. Thanks again, Eric. On 11/2/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
Did you follow the documented steps ? See http://servicemix.goopen.org/site/building.html or http://servicemix.goopen.org/sm30ug/3-installation.html You need to run mvn -Dprofile=step1 mvn -Dprofile=step2 On 11/2/06, Eric Mickelson <[EMAIL PROTECTED]> wrote: > I understand that 3.0.1 is not released, but shouldn't the latest > source from the servicemix-3.0 SVN branch build? I have checked it > out and it fails due to the missing jbi plugin version. > > > On 11/2/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > The 3.0.1 has not been officially released yet. > > But you can try it however. In such a case, I would > > advise you to download the full distribution where > > the examples should compile directly (the repositories > > have been correctly configured). > > > > On 11/2/06, Eric Mickelson <[EMAIL PROTECTED]> wrote: > > > I just updated my servicemix-3.0 branch and can't build due to same > > > issue, but with new version of plugin. I have the .m2/settings.xml > > > set as specified at: > > > http://servicemix.goopen.org/sm30ug/4-examples.html#4.Examples-Mavenconfiguration > > > > > > This helped to download the pom, but the jar is not found. I'll try > > > to continue with a manual download, but would like to understand why. > > > > > > > > > [INFO] ------------------------------------------------------------------------ > > > [ERROR] BUILD ERROR > > > [INFO] ------------------------------------------------------------------------ > > > [INFO] Plugin could not be found - check that the goal name is > > > correct: Unable to download the artifact from any repository > > > > > > Try downloading the file manually from the project website. > > > > > > Then, install it using the command: > > > mvn install:install-file -DgroupId=org.apache.servicemix.tooling > > > -DartifactId=jbi-maven-plugin \ > > > -Dversion=3.0.1-incubating -Dpackaging=maven-plugin -Dfile=/path/to/file > > > > > > > > > org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0.1-incubating > > > > > > from the specified remote repositories: > > > central (http://repo1.maven.org/maven2), > > > servicemix-m2-repo (http://servicemix.org/m2-repo), > > > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > > > apache-releases (http://people.apache.org/repo/m2-ibiblio-rsync-repository) > > > > > > org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0.1-incubating > > > > > > from the specified remote repositories: > > > central (http://repo1.maven.org/maven2), > > > servicemix-m2-repo (http://servicemix.org/m2-repo), > > > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > > > apache-releases (http://people.apache.org/repo/m2-ibiblio-rsync-repository) > > > > > > > > > > > > Thank you in advance. > > > -- > > > Eric > > > > > > > > > -- > > Cheers, > > Guillaume Nodet > > > > > -- > Eric > -- Cheers, Guillaume Nodet
-- Eric
