2 Replies Latest reply on Jul 15, 2009 10:33 AM by vincentgr

    ESB 4.1.0.1: cannot build the samples

      Hi,

       

      I run into a problem when trying to build the samples (mvn install from any of the samples directory, or directly from ${fuse-install-dir}/examples)

       

      org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.apache.servicemix.features:features for project: org.apache.servicemix.examples:examples:pom:4.1.0.1-fuse for project org.apache.servicemix.examples:examples:pom:4.1.0.1-fuse

       

       

      I am using Maven 2.0.9 on Windows XP. Building the samples from the last version of ServiceMix runs fine.

        • 1. Re: ESB 4.1.0.1: cannot build the samples
          martinmurphy

          Thanks for reporting this, I just checked against a 4.1.0.1 installation and I'm seeing the same thing. My 4.1.0.0 installation is fine as well. Looking into it a bit closer now....

           

          hmmm, I turned off my Nexus mirror just to see if that made any difference and it's working fine for me now downloading directly from repo.open.iona.com:

           

          C:\opensource\built\fuse\esb\4.1.0.1\examples>mvn install

          Scanning for projects...

          Downloading: http://repo.open.iona.com/maven2//org/apache/servicemix/features/fe

          atures/4.1.0.1-fuse/features-4.1.0.1-fuse.pom

          39K downloaded  (features-4.1.0.1-fuse.pom)

          Reactor build order:

             Apache ServiceMix Examples

           

           

          When I checked, my nexus server needed to be restarted. We've hardly encountered the same problem? Your older installation is probably working fine since it is already installed in your local repo.

           

          If it's not something to do with a nexus server, maybe it's a straightforward network connection problem. Can you run mvn -X install and redirect this to a file and attach it here?

           

          Cheers,

          - Martin

           

          Edited by: martinmurphy on Jul 15, 2009 2:55 PM

          • 2. Re: ESB 4.1.0.1: cannot build the samples

            Okay, forget my question, my Maven repository was broken.