I also use IntelliJ.To test this out, I downloaded eclipse and imported the 
maven project for Storm.It takes a long time for eclipse to complete the task 
for loading the project fully. You can right click on the pom.xml (for a 
sub-project) and see the progress "Progress Information" popup.I would 
recommend to let eclipse download all the sources and jars it 
needs.Interestingly, eclipse highlights some of the issues in pom files that 
should be changed.
--Bipin
    On Monday, August 28, 2023 at 01:15:43 AM PDT, Richard Zowalla 
<r...@apache.org> wrote:  
 
 I am using IntelliJ, so no idea about Eclipse. Sorry.


Am Sonntag, dem 27.08.2023 um 21:21 -0400 schrieb Alexandre
Vermeerbergen:
> 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.DigestAuthent
> icationProvider;
> 
> 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

  

Reply via email to