Hey, I setup a quick little environment, with the latest download of
Gosu (
http://gosu-lang.org/downloads) and Vark (http://
vark.github.com). I setup my environment to have a simple project
structure:
ronin
/vark
/gosu
That's let me get vark to run the clean command. But when I try to
run the build cmd, I get this nasty:
$ vark.cmd build
Buildfile: C:\ronin\build.vark
[16:31:22] Done parsing Aardvark buildfile in 1871 ms
build-ronin:
[jar] Building jar: C:\ronin\ronin\build\ronin.jar
build-ronin-d-b:
[javac] Compiling 14 source files to C:\ronin\ronindb\build
\classes
C:\ronin\ronindb\src\ronindb\DBTypeLoader.java:9: cannot find symbol
symbol : class IFile
location: package gw.lang.reflect.module
import gw.lang.reflect.module.IFile;
^
C:\ronin\ronindb\src\ronindb\DBTypeLoader.java:51: cannot find symbol
symbol : class IFile
location: class ronindb.DBTypeLoader
for(Pair<String, IFile> dbcFile :
_module.getResourceAccess().findAllFilesBy
Extension(".dbc")) {
^
2 errors
BUILD FAILED
Am I missing some magic gw.lang.reflect.module library from my gosu
build?