diff --git .checkstyle .checkstyle
index 2491fa2..316a42e 100644
--- .checkstyle
+++ .checkstyle
@@ -5,6 +5,6 @@
-
+
diff --git README.txt README.txt
index ea352fd..adaaecf 100644
--- README.txt
+++ README.txt
@@ -349,11 +349,15 @@ Developing Hive using Eclipse
.classpath, and a set of *.launch files for Eclipse-based
debugging.
-3. Launch Eclipse and import the Hive project by navigating to
+3. If you do not have Checkstyle plugin for eclipse, install it
+ before proceeding to next step. For more information refer to
+ http://eclipse-cs.sourceforge.net/.
+
+4. Launch Eclipse and import the Hive project by navigating to
File->Import->General->Existing Projects menu and selecting
the hive_trunk directory.
-4. Run the CLI or a set of test cases by right clicking on one of the
+5. Run the CLI or a set of test cases by right clicking on one of the
*.launch configurations and selection Run or Debug.
Development Tips
diff --git build.xml build.xml
index 5e14cf6..7d38905 100644
--- build.xml
+++ build.xml
@@ -530,6 +530,7 @@
failOnViolation="false">
+
diff --git checkstyle/checkstyle.xml checkstyle/checkstyle.xml
index 4c91477..bdd8f58 100644
--- checkstyle/checkstyle.xml
+++ checkstyle/checkstyle.xml
@@ -50,6 +50,9 @@
+
+
+
diff --git eclipse-templates/.project eclipse-templates/.project
index 846dc9c..b8e6eea 100644
--- eclipse-templates/.project
+++ eclipse-templates/.project
@@ -1,28 +1,34 @@
- @PROJECT@
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- org.eclipse.ui.externaltools.ExternalToolBuilder
- auto,clean,incremental,
-
-
- LaunchConfigHandle
- <project>/.externalToolBuilders/Hive_Ant_Builder.launch
-
-
-
+ @PROJECT@
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.ui.externaltools.ExternalToolBuilder
+ auto,clean,incremental,
+
+
+ LaunchConfigHandle
+ <project>/.externalToolBuilders/Hive_Ant_Builder.launch
+
+
+
-
-
- org.eclipse.jdt.core.javanature
-
+
+ net.sf.eclipsecs.core.CheckstyleBuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+ net.sf.eclipsecs.core.CheckstyleNature
+