src/generated VS src/templates

Started by Ender, January 09, 2008, 09:55:29

Previous topic - Next topic

Ender

Hello, I am new to this forum, but I am an old user of jMonkeyEngine. In this days I decided to make some investigation on the Mac part of LWJGL and jME to see if it is possible to solve some problems.

Then, I unzipped latest LWJGL in my Eclipse workspace directory and I started to compile JUtils, JInput and LWJGL. I used ant scripts shipped with the libraries so apart of some little problem with JInput native part everything went successfull.

I have only a little problem with Eclipse that I would like to understand. The IDE mark as error the presence of src/templates directory content because all the class present in that folder are already defined in src/generated.

Should I remove one of them from the directories that Eclipse recognizes as "source folders"? And, if yes, wich one?

Matzon

as discussed on IRC - exclude src/templates in eclipse and run the ant generate-all target