Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Build fails #109

Closed
mcacker opened this issue Jan 7, 2014 · 1 comment
Closed

Build fails #109

mcacker opened this issue Jan 7, 2014 · 1 comment

Comments

@mcacker
Copy link

mcacker commented Jan 7, 2014

Build fails with latest code

C:\GitHub\SimianArmy [master]> ./gradlew jettyRun
Downloading http://services.gradle.org/distributions/gradle-1.5-bin.zip
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................
.......................................................................

C:\GitHub\SimianArmy\src\main\java\com\netflix\simianarmy\basic\LocalDbRecorder.java:35: cannot find symbol
symbol : class Utils
location: package org.mapdb
import org.mapdb.Utils;
^
C:\GitHub\SimianArmy\src\main\java\com\netflix\simianarmy\basic\LocalDbRecorder.java:79: cannot find symbol
symbol : variable Utils
location: class com.netflix.simianarmy.basic.LocalDbRecorder
dbFile = (dbFilename == null)? Utils.tempDbFile() : new File(dbFilename);
^
2 errors
:compileJava FAILED

FAILURE: Build failed with an exception.

@radonsky
Copy link
Contributor

radonsky commented Jan 7, 2014

Thanks for reporting this. The latest version of MapDB removed the Utils class, so the code needs to create a temp file some other way. I'm going to submit a pull request fixing this shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants