On Thu, May 1, 2008 at 3:36 AM, oliver.appfuse <[EMAIL PROTECTED]> wrote:
>
>
> hi,Matt
> after i updating the poms i found all maven-eclipse-plugin are changed to
> version 2.5.1,
> then i run mvn eclipse:clean followed by mvn eclipse:eclipse on the root
> directory,but i still cant get what i want.
> anything need i to do more?
> does idea support deep structure of maven project?i know you are using
> idea,have you ever used eclipse develop appfuse?

I used to use Eclipse back in the 1.9.x/Ant days, but now I use IDEA
exclusively. It works much better with Maven projects and doesn't
"beach ball/hourglass" with extremely large projects (2+ million lines
of code).

Matt

>
>
>  ________________________________
>
> oliver.appfuse
> 2008-05-01
>  ________________________________
>
> 发件人: Matt Raible
> 发送时间: 2008-05-01 14:39:50
> 收件人: users@appfuse.dev.java.net
> 抄送:
> 主题: Re: [appfuse-user] what is the best way to import appfuse to eclipse ?
>
>
>
> You might try changing your maven-eclipse-plugin to version 2.5.1 and
> see if that helps.
>
> Matt
>
> On Thu, May 1, 2008 at 12:30 AM, oliver.appfuse
> <[EMAIL PROTECTED] > wrote:
> >
> >
> > hi,
> > after checkout the appfuse project from svn,i try to study it with
> eclipse,
> >
> > i try to generate .project for each module and import.but this cause a
> flat
> > structure, which i cant see the pom of parent project.
> >
> > Then,i generate a .project file only in the parent's root directory,but in
> > this situation,each module loose the m2eclipse support
> > seems like general file inside the parent project.
> >
> > my question is:
> >
> > 1-flat structure: how to see the pom.xml of parent module?
> > 2-deep structure: hwo to add project property to all submodules?
> >
> > thank you !
> >
> > btw:
> >
> > bellow is offical instruction to import multimodule maven project to
> > eclipse:
> >
> >
> >
> > create a new workspace with Eclipse 3.3 and WTP 2.0
> > define the M2_REPO variable in Eclipse
> > extract the example project somewhere
> > start 'mvn eclipse:eclipse install' from the command-line in the root
> > project (j2ee-simple)
> > use the Multi Project Import/Export Plugin to import all the modules into
> > Eclipse
> > define your favorite application server in the WTP Server view
> > add and publish the project to the server
> > start the server
> > open your browser to http://localhost:8080/servlet/hello
> > your maven project is up and running as a eclipse / wtp project
> >
> > the MultiProject Import/Export Plugin mentioned hasn't update for a long
> > time, does it still useful for eclipse 3.2/3.3?
> >
> >
> >  ________________________________
> >
> > oliver.appfuse
> > 2008-05-01
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to