2 Replies Latest reply on Feb 26, 2009 1:48 PM by carloskno

    Install from source Error

    carloskno

      Hi to everybody,

      My name is Carlos Cano, I'm trying to install fuse 4.0.0.4 from source (Like Adrian Trenaman did at last webex) but always got an error. Let me describe my environment:

       

      - Fuse 4.0.0.4 (src)

       

      -WinXP SP2 (vmware)

      -Maven 2.0.9

      -Ant 1.7 and ivy 2 (I'm not sure I really need this)

      -JDK 1.5

       

      - Eclipse Ganymede JEE 3.4.1

      - m2eclipse (and dependencies)

       

      I tried this (without ant or avy):

       

      c:\somedir>mvn install -Dmaven.test.skip=true

       

      I got an error

       

      INFO] features:add-features-to-repo {execution: add-features-to-repo}

      -


      BUILD ERROR

      -


      Error populating repository

       

      Illegal character in path at index 20: file:///C:/Documents and Settings/progress/.m2/repository/org/apache/servicemix/nmr/apache-servicemix-nmr/1.0.0.4-fuse/apache-servicemix-nmr-1.0.0.4-fuse-features.xml

      -


      For more information, run Maven with the -e switch

      -


      Total time: 117 minutes 43 seconds

      Finished at: Wed Feb 25 18:20:07 CST 2009

      Final Memory: 103M/184M

      -


       

      then I deleted local repo at

       

      C:\Documents and Settings\progress\.m2\repository\*

       

      Then I tried again, but get same error, so I deleted again (at this point I installed ant and avy)

      c:\dir>mvn install -Dmaven.test.skip=true -U

       

      But again I got same error, any ideas?

       

      Best Regards,

      Carlos Cano

        • 1. Re: Install from source Error
          davestanley

          Hi Carlos,

          I think its the space in your repo path "c:\documents and settings\..." thats confusing maven. Edit your

           

          Hopefully that will fix it.

           

          Regards

          /Dave

          • 2. Re: Install from source Error
            carloskno

            Dave,

            first of all: thanks, your advice works =)

            second: doh!!!!

             

            I got this

             

             

            -


            BUILD SUCCESSFUL

            -


            Total time: 133 minutes 41 seconds

            Finished at: Thu Feb 26 12:22:31 CST 2009

            Final Memory: 102M/183M

            -


             

            I should try this before I post, but I guess my mind where on mars or somewhere else.

             

            Thanks again

            Carlos Cano