Missing source code?
|
On Windows 10, using git, IntelliJ Idea, and Java JDK 9 I tried building jbidwatcher after cloning the git repo [master]. src/com/jbidwatcher/app/JBidWatch.java failed to compile due to the missing import: import com.cyberfox.util.platform.osx.NoNap; looking at the src tree, under com/cyberfox/util/platform, there are no subdirectories, just Path.java and Platform.java … I suspect the “osx” is an apple-related dir Update: I commented out the import and the section of code that had: Now it builds and I am moving on to running the Unit tests (about half of which fail) … investigating. Thanks! |
|
Greetings, And yeah, the unit tests are awful. :( — Morgan |