Re: Setup project in Eclipse

2014-11-19 Thread Christian Schneider
Select a dir that contains the pom. Just try it. It won't bite. Christian Am 20.11.2014 03:47 schrieb "RU(Ronnie) QUAN" : > Christian, > > Thank you so much for the quick response. > Can I clarify one thing? > when Import -> Existing maven project, will need to select a directory for > the import

Re: Setup project in Eclipse

2014-11-19 Thread RU(Ronnie) QUAN
Christian, Thank you so much for the quick response. Can I clarify one thing? when Import -> Existing maven project, will need to select a directory for the import, do you select checkout/cxf or checkout/cxf/distirubtion or checkout/cxf/distribution/target? Thanks, Ronnie On Wed, Nov 19, 2014 at

Re: Setup project in Eclipse

2014-11-19 Thread Christian Schneider
I personally clone cxf into checkout/cxf. I start eclipse and use Import -> Existing maven project. Then I select either a single project or the top level one. After clicking though the wizard the cxf moduls are imported nicely. Christian On 19.11.2014 04:05, RU(Ronnie) QUAN wrote: Hi everyo