2 Replies Latest reply on May 14, 2009 4:14 PM by pchandler

    Importing FUSE 4.x into Eclipse

    pchandler

      Has anyone tried importing FUSE 4.x into Eclipse using the below ( Importing ServiceMix 3.0 into Eclipse ) instructions?

       

      Is approach recommend for FUSE 4.0?

       

      http://servicemix.apache.org/importing-servicemix-into-eclipse.html

        • 1. Re: Importing FUSE 4.x into Eclipse
          stlewis

          Yup, it should work fine, I've done it with the source download of 4.0, it's the same basic principal you just build it and then do mvn eclipse:eclipse, then use Import... from the file menu from within Eclipse and point it at the top-level directory of the source build.  Eclipse should then pull in all of the sub-projects automatically.  You then need to make sure you've got M2_REPO set for your build path, otherwise you'll see lots of build errors from within eclipse.

          • 2. Re: Importing FUSE 4.x into Eclipse
            pchandler

            Thanks