Hello Julien,

Here's the precise version of Eclipse IDE which I am using:
======================================================
Eclipse IDE for Java Developers (includes Incubating components)

Version: 2023-06 (4.28.0)
Build id: 20230608-1333
=======================================================

And here are the versions of my M2E - Maven Integration for Eclipse's
components:
 Eclipse.org - m2e    M2E Maven Integration for Eclipse Core
2.1.2.20230523-2106    org.eclipse.m2e.logback.feature
 Eclipse.org - m2e    M2E Maven Integration for Eclipse Core
2.3.0.20230523-2033    org.eclipse.m2e.feature


Unlike Binpin, I can wait forever, the tons of compile issues are still there.

I have seen that Binpin is currently doing a pull request to importe
stuff in Storm's pom.xml files, maybe should I wait until this is
merged to master and then re-try ?

Kind regards,
Alexandre

Le mar. 29 août 2023 à 05:39, Julien Nioche
<lists.digitalpeb...@gmail.com> a écrit :
>
> Hi Alexandre
>
> I use Eclipse and have imported Storm with Import -> Existing Maven project
> etc.. but am not getting the error message you mentioned. Which version of
> Eclipse are you using?
> I then get tons of compilation errors, like you do.
>
> Julien
>
>
> On Mon, 28 Aug 2023 at 02:23, Alexandre Vermeerbergen <
> avermeerber...@gmail.com> wrote:
>
> > Hello,
> >
> > I am trying to use my Eclipse IDE to work on a contribution on storm
> > project.
> >
> > I must be missing something, because I though I was just a matter of
> > using Eclipse's import projects... / Maven / Existing Maven Projects
> > and point to the root directory of my local Storm git directory.
> >
> > But this import project wizard shows me a 'Setup Maven plugin
> > connectors' dialog with the following table, having two columns:
> > "Maven Build" and "Action" and 9 lines.
> >
> > Here are the 2 first lines in JSON:
> >
> > [{"Maven
> > Build":"build-helper-maven-plugin:1.5:add-source","Action":"install
> > buildhelper"},
> > {"Maven Build":"clojure-maven-plugin:1.8.4:compile","Action":"Use
> > Workspace Default"}]
> >
> > and from there I cannot click on Finish button, no matter what I try.
> >
> > If I close this dialog, Eclipse seem to have imported all sources, but
> > I get tons of compilation errors, like the ones related to missing
> > shaded packages, such as:
> >
> > import org.apache.storm.shade.org
> > .apache.curator.framework.CuratorFramework;
> > import org.apache.storm.shade.org.apache.zookeeper.KeeperException;
> > import org.apache.storm.shade.org.apache.zookeeper.ZooDefs;
> > import org.apache.storm.shade.org.apache.zookeeper.data.ACL;
> > import org.apache.storm.shade.org.apache.zookeeper.data.Id;
> > import org.apache.storm.shade.org
> > .apache.zookeeper.server.auth.DigestAuthenticationProvider;
> >
> > Sorry if that sounds trivial to current Storm developers, but I'm
> > confused what to do to get a "clean" Eclipse workspace to start
> > contributing ; and I once I will have understood (which you help, you
> > Storm developers who already solved that kind of issue) I will
> > document this in Contributing page.
> >
> > Kind regards,
> > Alexandre
> >
>
>
> --
>
> *Open Source Solutions for Text Engineering*
>
> http://www.digitalpebble.com
> http://digitalpebble.blogspot.com/
> #digitalpebble <http://twitter.com/digitalpebble>

Reply via email to