Hi, I just reproduced the hello world tutorial (http://maven-site.nuiton.org/jaxx/tutos/helloworld.html sorry, it is in french :(, translating all our material to english is my todo list) in eclipse, took me 5 minutes, eclipse install included. I join a zip file of the project. What I did : 1. Download and uncompress the eclipse archive 2. Install the m2eclipse plugin : http://m2eclipse.sonatype.org/installing-m2eclipse.html 3. Created a maven project 4. Removed the java files created by the archetype 5. Created the jaxx file 6. Run as maven build, entered here the goals : compile 7. F5 to refresh 8. Select target/generated-sources, right clic, Build Path --> Use as source folder 9. Select the generated java file (lots of errors according to eclipse, don't care - i did no configuration, maybe that is the reason) 10. Run As --> Java App, you got your jaxx app running. I did everything in eclipse, but really, using the command line for maven is really easier (just a thought ;) ). Also you should use an external maven install, the one in eclipse is a development version :(. Hope this helps. Jean Le 18/11/2010 09:06, Daone a écrit :
Hi.
Can I ask how your pom.xml file looks like and your setup ?...that would be really helpful... :)