Hi Ricardo, On Fri, Sep 26, 2008 at 12:35 AM, [Ricardo Rodriguez] Your EPEC Network ICT Team <[EMAIL PROTECTED]> wrote: > Hi all, > > Please, allow me a simple question or, much better, to confirm if I am > well understanding the process. > > Once I get Maven installed and working, I understand that now it is > possible to build the whole XWiki modules. > > But this will be also possible by installing an IDE as Eclipse. Maven is > always required for this process, but by using Subclipse, M2Eclipse and > WTP the whole process can be done from within Eclipse.
If you just want to build, Subclipse and WTP are not even needed (M2Eclipse use real complete embedded maven to build). Use "Run As" -> "Maven install". If you plan also to program on xwiki and debug it on WTP you should look at http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse or http://dev.xwiki.org/xwiki/bin/view/Community/Debugging > > Please, is this correct? Thanks! > > Best, > > Ricardo > > -- > Ricardo RodrÃguez > Your EPEC Network ICT Team > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

