You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/03/20 22:22:59 UTC

[36/50] [abbrv] git commit: README: Fix instructions for IntelliJ IDEA

README: Fix instructions for IntelliJ IDEA


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/8364b51c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/8364b51c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/8364b51c

Branch: refs/heads/master
Commit: 8364b51c0a053e1b06229144d074f1af80e21927
Parents: 651ccfe
Author: Michael G. Noll <mn...@verisign.com>
Authored: Sat Dec 7 12:56:05 2013 +0100
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Sat Dec 7 12:56:05 2013 +0100

----------------------------------------------------------------------
 README.markdown | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/8364b51c/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 7e1c8e0..e271ac1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -121,15 +121,16 @@ yet run the included unit tests.
 
 The following instructions will import storm-starter as a new project in IntelliJ IDEA.
 
+* Copy `m2-pom.xml` to `pom.xml`.  This is requried so that IDEA (or Eclipse) can properly detect the maven
+  configuration.
 * Open _File > Import Project..._ and navigate to the top-level directory of your storm-starter clone (e.g.
   `~/git/storm-starter`).
-* Select _Create project from existing sources_ and click _Next_.
-* You may now optionally change the suggested name of the project in IDEA (by default, IDEA suggests `storm-starter`).
-  Click _Next_ when you are done.
-* Click _Next_ on the following screen -- IDEA will auto-detect the correct source files of storm-starter.
+* Select _Import project from external model_, select "Maven", and click _Next_.
+* In the following screen, enable the checkbox _Import Maven projects automatically_.  Leave all other values at their
+  defaults.  Click _Next_.
+* Click _Next_ on the following screen about selecting Maven projects to import.
 * Select the JDK to be used by IDEA for storm-starter, then click _Next_.
     * At the time of this writing you should use JDK 6.
     * It is strongly recommended to use Sun/Oracle JDK 6 rather than OpenJDK 6.
-* Click _Next_ on the following screen about reviewing libraries found by IDEA.  It is ok if none are listed.
-* CLick _Next_ on the following screen about reviwing suggested modules -- IDEA will auto-detect the relevant settings.
-* Click _Finish_.
+* You may now optionally change the name of the project in IDEA.  The default name suggested by IDEA is "storm-starter".
+  Click _Finish_ once you are done.