Re: Build RCP application with Maven

2009-02-13 Thread Konstantin Domoratskyy
Hi, it works with Tycho. But Tycho configuration isn't trivial. E.g. all dependencies should be declared in MANIFEST-file not in "pom". See more in http://docs.codehaus.org/display/M2ECLIPSE/Tycho+project+overview Best regards, Konstantin --- > Hi all, > > I would like to know if

Re: pde build with maven

2009-02-02 Thread Konstantin Domoratskyy
Hi, my recomendation for rcp build with maven is "tycho" maven: e.g. http://docs.codehaus.org/display/M2ECLIPSE/Tycho+project+overview But you must be ready the project configuration with tycho differs often from "normal" Maven one. Gruß, Konstantin --- > Hi, i want to setup my r