DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

please list dependencies on other jar libraries #1729

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
net.sf.qualitycheck.Check appears to be needed

http://repo1.maven.org/maven2/net/sf/qualitycheck/quality-check/1.1/quality-chec
k-1.1.jar

java.lang.NoClassDefFoundError: net/sf/qualitycheck/Check
    at net.sf.uadetector.datastore.AbstractDataStore.readData(AbstractDataStore.java:68)
    at net.sf.uadetector.datastore.AbstractDataStore.<init>(AbstractDataStore.java:168)
    at net.sf.uadetector.service.UADetectorServiceFactory$ResourceModuleXmlDataStore.<init>(UADetectorServiceFactory.java:84)
    at net.sf.uadetector.service.UADetectorServiceFactory.<clinit>(UADetectorServiceFactory.java:92)

Original issue reported on code.google.com by ralf.hau...@gmail.com on 16 Apr 2014 at 7:40

GoogleCodeExporter commented 9 years ago
What exactly does this have to do with Google Guava? You seem to be using the 
UA Detector library which explicitly specifies it's runtime dependencies on 
it's Usage page (http://uadetector.sourceforge.net/usage.html) ... and Guava 
even isn't one of them. Additionally, if you used Maven, you wouldn't have to 
care since UADetector would be able to download the needed dependency from 
Maven.

Ergo, please,
- read before you complain
- use Maven
- this completely unrelated to Guava

Original comment by JanecekP...@seznam.cz on 16 Apr 2014 at 9:28

GoogleCodeExporter commented 9 years ago
Apologies, this should have gone to 
http://uadetector.sourceforge.net/

Original comment by ralf.hau...@gmail.com on 16 Apr 2014 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by cpov...@google.com on 16 Apr 2014 at 1:58

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07