Open monperrus opened 9 years ago
If you have a couchdb instance running locally, you can create a build.sbt file containing the following lines to override the default http://www.bluelatex.org/developers/#customize-your-building-environment
why does the default couchdb fail with this exception?
On 06/04/2015 01:59 PM, Lucas Satabin wrote:
If you have a couchdb instance running locally, you can create a build.sbt file containing the following lines to override the default http://www.bluelatex.org/developers/#customize-your-building-environment
— Reply to this email directly or view it on GitHub https://github.com/gnieh/bluelatex/issues/239#issuecomment-108860000.
Are you on windows?
Arrghhhh, no I'm on Linux :-)
ok, so no it's not normal at all. Out of the box, it should start a local couchdb instance on the test port without any further problem.
What version of CouchDB do you have?
Just to be sure: you are working in /tmp
???
couchdb - Apache CouchDB 1.4.0
Yes, I'm in /tmp for now.
What I do not understand is why sbt is trying to execute the couchdb binary located in the target directory? Did you change anything in the build files? Any build.sbt file?
Did you change anything in the build files? Any build.sbt file? No. No change. No build.sbt.
What java version do you use?
It seems that something goes wrong when the couchdb temporary directory does not exist, but I never encountered this.
What java version do you use?
OpenJDK 1.7.0_79
I have exactly the same settings on my computer and it works out of the box with a fresh clone. I really do not understand this exception of yours :(
This first time I use
sbt
, I get the following exception. It's raised ingnieh.sohva.testing.CouchInstance
.The second time and later, the exception disappears.
How and when is the testing mode recognized? Is it only for Travis?