Hi ! The thing is that in my current situation I have no idea on how to use/write goals in Maven inside Eclipse to make my JAXX-files to be compiled..because I cannot find anywhere some manual on how to do that... Is there something wrong with my pom.xml file perhaps or something else...if you need additional information I can say that I have jaxx-maven-2.2.2 plugin...for my pom.xml file in Maven project....if you need I could send you the file if this would help to gain better understanding on my issue...... any help is truly appreciated...
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