I am using maven 2...and still trying to figure out as to how I can make the project....any suggestions from your side....
Thanks On Tue, Aug 23, 2011 at 7:44 PM, Doug Meil <[email protected]>wrote: > > Are you using maven 3 or maven 2? Should use 2. > > That's a doc-item that is currently missing which I have changed locally > (but not patched yet). > > > > > On 8/23/11 9:28 AM, "Anurag Awasthi" <[email protected]> wrote: > > >Hello, > > > >I am trying to modify the source code and for that I am following the > >instructions that are given in the Apache HBase Book ( > >http://hbase.apache.org/book.html#developer) and I am already stuck at > the > >starting step of creating a project. When I run "mvn eclipse:eclipse" from > >the project directory there are several messages starting with *SLF4J: > >Failed to load class "org.slf4j.impl.StaticLoggerBinder", *and this is > >continued with several others that the system was unable to find the > >resource. As far as I understand this is due to some sort of dependency > >issues. Can someone please help me in this regard. > > > >anurag@ubuntu:~/workspace/hbase-core-trunk$ mvn eclipse:eclipse > >[INFO] Scanning for projects... > >[INFO] > >------------------------------------------------------------------------ > >[INFO] Building HBase > >[INFO] task-segment: [eclipse:eclipse] > >[INFO] > >------------------------------------------------------------------------ > >[INFO] Preparing eclipse:eclipse > >[WARNING] DEPRECATED [tasks]: Use target instead > >[INFO] [antrun:run {execution: generate}] > >[WARNING] Parameter tasks is deprecated, use target instead > >[INFO] Executing tasks > > > >main: > >*SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".* > >SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > >details. > >2011-08-23 06:09:11.792:INFO::Logging to STDERR via > >org.mortbay.log.StdErrLog > >[INFO] Executed tasks > >[INFO] [build-helper:add-source {execution: add-jspc-source}] > >[INFO] Source directory: > >/home/anurag/workspace/hbase-core-trunk/target/jspc > >added. > >[INFO] [build-helper:add-source {execution: add-package-info}] > >[INFO] Source directory: > >/home/anurag/workspace/hbase-core-trunk/target/generated-sources added. > >[INFO] [jamon:translate {execution: default}] > >Downloading: > > > https://repository.apache.org/content/repositories/releases//org/codehaus/ > >plexus/plexus/1.0.5/plexus-1.0.5.pom > >[INFO] Unable to find resource 'org.codehaus.plexus:plexus:pom:1.0.5' in > >repository apache release ( > >https://repository.apache.org/content/repositories/releases/) > >Downloading: > > > http://people.apache.org/~rawson/repo//org/codehaus/plexus/plexus/1.0.5/pl > >exus-1.0.5.pom > >[INFO] Unable to find resource 'org.codehaus.plexus:plexus:pom:1.0.5' in > >repository hadoop-non-releases (http://people.apache.org/~rawson/repo/) > >Downloading: > > > http://download.java.net/maven/2//org/codehaus/plexus/plexus/1.0.5/plexus- > >1.0.5.pom > >[INFO] Unable to find resource 'org.codehaus.plexus:plexus:pom:1.0.5' in > >repository java.net (http://download.java.net/maven/2/) > >Downloading: > >http://repository.codehaus.org//org/codehaus/plexus/plexus/1.0.5/plexus-1 > . > >0.5.pom > >[INFO] Unable to find resource 'org.codehaus.plexus:plexus:pom:1.0.5' in > >repository codehaus (http://repository.codehaus.org/) > >Downloading: > > > http://repository.jboss.org/nexus/content/groups/public-jboss//org/codehau > >s/plexus/plexus/1.0.5/plexus-1.0.5.pom > >[INFO] Unable to find resource 'org.codehaus.plexus:plexus:pom:1.0.5' in > >repository repository.jboss.org ( > >http://repository.jboss.org/nexus/content/groups/public-jboss/ > >. > >. > >. > > > > > >Thank you, > >Anurag Awasthi > >
