Hi ! The thing is that I red this site : http://maven-site.nuiton.org/jaxx/maven-jaxx-plugin/index.html and so followed the same technique, I put the jaxx file under src/main/java under a specifik package. Maybe its easier if you see it so thats why I have attached a file that shows how my project structure within Eclipse looks like. If you need anything else (project-related) just let me know and I will send it to you. I would be really thankful for your help..
Date: Tue, 9 Nov 2010 13:15:25 +0100 From: bleny@codelutin.com To: jaxx-users@list.nuiton.org Subject: Re: [Jaxx-users] JAXX beginner - help !
Le 09/11/2010 12:56, chemit a écrit :
As jaxx transform jaxx files to java files, it will add in the maven build the target/generated-sources/java directory as part of files to compile.
Eclipse does NOT know this directory, perharps a mvn eclipse:eclipse will help to add this directory to compile part.
mvn eclipse:eclipse is quite useless since m2eclipse do the job. It will not add target/generated-sources/java to Eclipse build path.
To add target/generated-sources/java to Eclipse build path : in Eclipse, do right click on this directory > "Build path" > "Use as source folder". If you don't do that Eclipse won't succeed at compiling.
Hope it will help...
-- Brendan Le Ny <bleny@codelutin.com> Code Lutin _______________________________________________ Jaxx-users mailing list Jaxx-users@list.nuiton.org http://list.nuiton.org/cgi-bin/mailman/listinfo/jaxx-users