Le 08/11/2010 14:54, Daone a écrit :
Hi !
As a new beginner in JAXX language I found this language to be exciting as I have red more about it and the possibility to generate java source code from simple JAXX file/source. I have configured my Maven project to include JAXX package and until now I am able to generate java source files from original jaxx files through the commandline "jaxx:generate" which I am very happy about, but the question which I have is:
How is it possible to be able to compile and generate java source files through the Maven project in Eclipse IDE, is there any way at all to be able to achieve this or is it limited to run in the command line?
You always need to know the command line, but I guess you can specify some command line to run in your IDE. I don't know well Eclipse but if it is a good IDE you should be able to do it configuring your build options and specifying there the maven goals to run. Hope this helps. Jean