openimaj / imageterrier

The image terrier source code repository
http://www.imageterrier.org
Other
33 stars 7 forks source link

Issue finding terrier 3.5.0-CDH4.7.0 when building project #2

Open dmg3 opened 9 years ago

dmg3 commented 9 years ago

When building image terrier, I am getting an exception stating that the Terrier artificat can't be found. org.terrier:Terrier:jar:3.5.0-CDH4.7.0 in imageterrier-maven (http://maven.imageterrier.org)

I tried disabling the repositories within the POM project to see if the artifact could be found in central but no luck.

congqiyuan commented 9 years ago

Hi, I have successfully compiled image-terrier with the steps below:

  1. Download terrier-3.5
  2. Download this pom.xml (http://terrier.org/issues/browse/TR-187) and put it into terrier-3.5 (you'd better change the artifactId from terrier to Terrier)
  3. cd terrier-3.5

    mvn clean install

  4. cd imageterrier-master/ImageTerrier

    find the dependency of Terrier

    change the version from 3.5.0-CDH4.7.0 into 3.5

  5. If your computer has installed java1.7, you'd better change all the settings of "maven-compiler-plugin" in the pom.xml, from 1.6 to 1.7
  6. cd imageterrier-master

    mvn clean package

You will build it successfully!

pintu8 commented 6 years ago

great it is successfully worked , it would be appreciated if u provide some information on indexing images using imageTerrier.