Cutezjz / galagosearch

Automatically exported from code.google.com/p/galagosearch
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't find org.galagosearch.tupleflow.Sorter Class on Android Project #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. I Just reference Sorter class like this, 'String name = 
Sorter.class.getSimpleName();'
2. I met java.lang.NoClassDefFoundError: org.galagosearch.tupleflow.Sorter 
Exception ...
3. So I try to reference other class in galago search pronect. But I didn't met 
any Exceptions like above, when I use or reference some other classes in 
org.galagosearch.tupleflow.

this is my 'build.gradle' settings snippets .. 

dependencies {
    compile 'com.android.support:appcompat-v7:18.0.0'

    compile files ('libs/antlr-2.7.7.jar')
    compile files ('libs/galagosearch-core-1.04.jar')
    compile files ('libs/jetty-6.1.5.jar')
    compile files ('libs/jetty-embedded-6.1.5.jar')
    compile files ('libs/jetty-util-6.1.5.jar')
    compile files ('libs/servlet-api-2.5-6.1.5.jar')
    compile files ('libs/stringtemplate-3.0.jar')
    compile files ('libs/xmlenc-0.52.jar')
    compile files ('libs/galagosearch-tupleflow-1.04.jar')
}

What is the expected output? What do you see instead?

 - I want to use Sorter Class for search function integration to Android Project

What version of the product are you using? On what operating system?
 - Recent checkout version of Trunk 

Please provide any additional information below.

 - Please Let me know how CAN apply this search project to Android Applications..

Original issue reported on code.google.com by wishop...@gmail.com on 6 Nov 2013 at 7:04