3 Replies Latest reply on Feb 19, 2009 4:02 PM by obrien

    Setting up JBossMC_2.0 for Eclipse

    segfault

      I am having a hard time figuring out setting up the microcontainer SVN source project in Eclipse. I am using the microcontainer for research purposes and would appreciate any help with setting up an eclipse project for the same. At the moment I have simply created a maven project starting at the root but can't get to build anything as there is no .project file.

        • 1. Re: Setting up JBossMC_2.0 for Eclipse
          alesj

          I guess you can run "mvn eclipse:eclipse".

          But afaik the project should already be Eclipse ready,
          as I know Adrian keeps the Eclipse files up-to-date.

          I'm using IntelliJ, where I use "mvn idea:idea" to build the project files.

          • 2. Re: Setting up JBossMC_2.0 for Eclipse
            segfault

            Does any one have a systematic way to setup the microcontainer source for development. I was shocked at not finding a proper readme except for the one in the third-party tools which is not that useful.

            • 3. Re: Setting up JBossMC_2.0 for Eclipse
              obrien

               

              "SegFault" wrote:
              Does any one have a systematic way to setup the microcontainer source for development. I was shocked at not finding a proper readme except for the one in the third-party tools which is not that useful.


              It's a maven project, so as long as your IDE supports it, just open it and you're good to go.