You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/25 05:19:47 UTC

git commit: ARGUS-131: modified README.txt to include steps for importing Argus source code as Eclipse (maven) projects

Repository: incubator-argus
Updated Branches:
  refs/heads/master 776d3856f -> 908724f3e


ARGUS-131: modified README.txt to include steps for importing Argus source code as Eclipse (maven) projects


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/908724f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/908724f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/908724f3

Branch: refs/heads/master
Commit: 908724f3e3ac5876b467899c2f513edf770fb280
Parents: 776d385
Author: sneethiraj <sn...@apache.org>
Authored: Fri Oct 24 23:19:40 2014 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Fri Oct 24 23:19:40 2014 -0400

----------------------------------------------------------------------
 README.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/908724f3/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index b9f9d52..ba63e47 100644
--- a/README.txt
+++ b/README.txt
@@ -5,7 +5,8 @@ Build Process
 
 2. On the root folder, please execute the following Maven command:
 
-	$ mvn clean compile package assembly:assembly
+	$ mvn clean compile package install assembly:assembly
+    $ mvn eclipse:eclipse
 
 3. After the above build command execution, you should see the following TAR files in the target folder:
 
@@ -17,6 +18,13 @@ Build Process
 	argus-<version-number>-knox-agent.tar
 	argus-<version-number>-storm-agent.tar
 
+Importing Argus Project into Eclipse
+====================================
+
+1. Create a Eclipse workspace called 'argus'
+
+2. Import maven project from the root directory where argus source code is downloaded (and build)
+
 
 Deployment Process
 ==================