Hi all, Thought I'd finally give Buildr a shot for some of my fun coding projects, and I've hit an issue I can't get around with one particular non-Maven dependency. I have an example project, but I'm not sure about uploading files to the mailing list, but I can do so if needed.
In the interim, my buildfile is here: https://gist.github.com/f4c0b95bff7a5b2d3544 The sole Scala object in my project is here: https://gist.github.com/09a97a62d389a7c2f3b3 A builder --trace dump of the failure is here: https://gist.github.com/a01e2574d8baeac285cc At line 124, there's a scalac parse error on the import of com.csvreader._ I double-checked the docs and the source, and even decompiled a class from the jar Buildr downloads, and the package is definitely com.csvreader, so the error is most likely mine. Thing I can't understand is that I defined sqlitejdbc the same way, and that works fine. (If I remove the com.csvreader import, the project builds successfully). Any help gratefully appreciated, Regards, Liam Clarke
