I meant using command such as the following (I use svn): svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1
Cheers On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <[email protected]> wrote: > Hi Ted. > What do you mean check out code? > > Thansk > Oleg. > > > On Wed, May 1, 2013 at 5:23 PM, Ted Yu <[email protected]> wrote: > >> I looked under my local maven repo and didn't see source code along >> side hadoop-core-1.1.2.jar >> >> Can you check out the 1.1.2 source code ? >> >> Cheers >> >> >> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <[email protected]>wrote: >> >>> Hi >>> I have hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my >>> maven project. >>> >>> <dependency> >>> <groupId>org.apache.hadoop</groupId> >>> <artifactId>hadoop-core</artifactId> >>> <version>1.1.2</version> >>> </dependency> >>> <dependency> >>> <groupId>org.apache.hadoop</groupId> >>> <artifactId>hadoop-test</artifactId> >>> <version>1.1.2</version> >>> </dependency> >>> >>> for some reason I didn't succeded to get the source code for these jars >>> ( I use eclipse). >>> >>> I tried also mvn dependency:sources , but got : >>> >>> The following files have NOT been resolved: >>> [INFO] org.apache.hadoop:hadoop-core:java-source:sources:1.1.2 >>> [INFO] org.apache.hadoop:hadoop-test:java-source:sources:1.1.2 >>> Question: >>> what is the way to get source code of these jars to my project? >>> >>> Thanks >>> Oleg. >>> >> >> >
