You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Raul Kripalani <ra...@apache.org> on 2015/07/31 22:24:42 UTC

Importing Ignite source into Eclipse

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

Re: Importing Ignite source into Eclipse

Posted by Dmitriy Setrakyan <ds...@apache.org>.
On Fri, Jul 31, 2015 at 1:24 PM, Raul Kripalani <ra...@apache.org> wrote:

> 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).
>

Hm... I think it is very possible that everyone uses IntelliJ, especially
given that JetBrains gives out free licenses to Apache users.


> 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.
>

Argh... we need to fix this. I have filed a ticket for this work:
https://issues.apache.org/jira/browse/IGNITE-1187


> 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?
>

I have added you as Ignite contributor in Jira. I think this should give
you the Wiki access as well.


>
> 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
>