scala-search / scaps

Scala API Search
http://scala-search.github.io
Mozilla Public License 2.0
37 stars 4 forks source link

latest demo project doesn't start #24

Open aeyakovenko opened 8 years ago

aeyakovenko commented 8 years ago

I am totally new to scala/sbt, so this might be a really obvious error, but when i try to setup the latest demo server i am seeing tons of errors https://gist.github.com/aeyakovenko/a31097ffde0f223523bed3ba4de86884

any ideas? Also the current demo project has an older version of the scaps plugin then the one that gets built.

Thanks!

Luegg commented 8 years ago

The SBT plugin is only used for resolving dependencies and parsing the Scala libraries. Besides, you need the scaps webservice running and listening on port 8080 and 8081.

Hope that helps.

aeyakovenko commented 8 years ago

Thanks, that makes sense. For some reason I thought the webserver was contained in that package as well.

Do the packages that I want to index need to have their sources or documentation exported in a certain way? I am trying to index the 'cats' package, but i am not able to see any results from the generated index

dev590t commented 3 years ago

@aeyakovenko I'm also trying scaps. And I have the same problem.

I think we should configurate webservice/src/main/resources/application.conf to index the library. I have try cp evaluation/src/main/resources/*conf webservice/src/main/resources. But I still get "No active index found".