Index: src/docbkx/developer.xml =================================================================== --- src/docbkx/developer.xml (revision 1165477) +++ src/docbkx/developer.xml (working copy) @@ -47,7 +47,8 @@ mvn eclipse:eclipse - ... from your local HBase project directory in your workspace to generate a new .project file. Then reopen Eclipse. + ... from your local HBase project directory in your workspace to generate some new .project + and .classpathfiles. Then reopen Eclipse.
Maven Plugin @@ -66,6 +67,16 @@ Unbound classpath variable: 'M2_REPO/com/google/guava/guava/r09/guava-r09.jar' in project 'hbase' hbase Build path Build Path Problem Unbound classpath variable: 'M2_REPO/com/google/protobuf/protobuf-java/2.3.0/protobuf-java-2.3.0.jar' in project 'hbase' hbase Build path Build Path Problem Unbound classpath variable: +
+
+ Import via m2eclipse + If you install the m2eclipse and import the HBase pom.xml in your workspace, you will have to fix your eclipse Build Path. + Remove target folder, add target/generated-jamon + and target/generated-sources/java folders. You may also remove from your Build Path + the exclusions on the src/main/resources and src/test/resources + to avoid error message in the console 'Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (default) on project hbase: + 'An Ant BuildException has occured: Replace: source file .../target/classes/hbase-default.xml doesn't exist'. This will also + reduce the eclipse build cycles and make your life easier when developing.
Eclipse Known Issues