On Tue, Mar 1, 2011 at 2:38 PM, Stanislav Muhametsin <[email protected]> wrote:
> Uhm I've been terribly busy myself as well. I'm still struggling with new > repo and Eclipse support. Currently I have issue with Eclipse. Since Maven > plugin is now useless because of errors it gives, I wonder do I really need > to manually add src/main/java as source folder for *ALL* qi4j projects... > I'll try to run some tests at some point, but wouldn't hold my breath yet. I haven't tried 'eclipse' on Qi4j itself, but the same basic build is used at work and we ran that today. I am not an Eclipse user, but noticed 2 things; 1. Eclipse doesn't have the concept of "project" vs "module", but has a "workspace" vs "project" which is almost the same. Yet, Gradle didn't create (or my colleague didn't know how) a workspace filled with projects, and the projects were added manually. 2. The Gradle eclipse plugin generated 1.5 source compatibility all over the place, and had to be taken out by hand. One difference is that the project at work uses a different source layout, so that is explicit and in Qi4j it uses the default. I guess an Eclipse user need to engage himself with the build :-) Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

