On 01/07/2016 15:12, Donal K. Fellows wrote:
I'm having a few other problems right now with bits of the build, yet I don't know yet what the cause is; my problems might actually be with my local system configuration, so I don't know if there's a real thing for anyone else to worry about...
I've fixed the build now — well, at least on my machine :-) — though there's one big concern right now: in order to make the server build work, I've had to change it to depend on a snapshot build of the command line. This is because there's no binary build of the command line in any maven repositories that I know of offhand, which stops us from linking more directly, and the WAR generated has to have a command line packaged within it to be correctly built. This is different to just building a simple JAR, and much more like building a releasable package. It really needs testing to see if the code is currently working at all before we move on towards actually trying to sort out what the API. But at least it doesn't blow up in any of the compile-time code generation stages any more. :-) Donal.
