On Sunday, March 9, 2014 3:51:38 PM UTC-5, Asaf Mesika wrote: > > M2Eclipse is about auto-generating the .classpath and .project from > pom.xml. > The BND you mention below seems like its more packing related (assembly) > >> >> Gradle supports generating project files for either Eclipse<http://www.gradle.org/docs/current/userguide/userguide_single.html#eclipse_plugin>or IntelliJ IDEA<http://www.gradle.org/docs/current/userguide/userguide_single.html#idea_plugin>. My team also like Netbeans, so someone wrote a plugin for to support it.
Regenerating your project is quick, painless, and is automatically refreshed by Eclipse and IDEA. Even in OSGi, the only problems I've experienced have to to with the separate CLASSPATHs introduced by separate configurations associated with different source sets that the IDE doesn't recognize but Gradle does. -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/javaposse. For more options, visit https://groups.google.com/d/optout.
