Hey guys, Does any of you here work with Eclipse? I see in your videos you use IntelliJ and also the codebase has some IntelliJ constructs (e.g. @NotNull annotations).
I'm facing troubles as I import the source into Eclipse via the Maven plugin. So far: * Needed to exclude some plugins from the build (e.g. exec-java, ant, flatten) -- this was predictable. * Eclipse doesn't like package-info.java in the same package inside both src/main/java and src/test/java, so I had to add a build path exclusion on some modules, in: ignite-urideploy, ignite-aws, ignite-cloud, ignite-core. Probably some more to come. I'd like to write a little how-to in the Ignite Wiki. Could you please give my user permissions: raulvk? Thanks, *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk
