Closed eriksoe closed 13 years ago
Yes, that's ugly; and something we need to fix soon.
I had to change this also to build the OTP, would path be better as an environment variable than a property?
I believe this issue to be fixed now, with erjang_cfg.properties containing all such configuration.
Maybe we should consider having this file in "erjang_cfg.properties.template" so it doesn't get pushed to the repo (have happened several times)...
As it is now, paths to OTP, erl and erlc are hard-coded in the files src/test/java/erjang/AllTests.java, src/test/java/erjang/TestRunFile.java. I suggest creating a directory ext/ for holding symlinks to these external entities; or, if that won't work for Windows users, that the paths in question are put into appropriate Java properties and set in build.xml.