Closed bdw429s closed 7 years ago
@denuno Pull created: https://github.com/cfmlprojects/runwar/pull/49
This looks to be working now in the latests snapshot. Do you want me to close this ticket, or do you prefer to close it when you release next @denuno?
This line of code makes it impossible for me to mix in additional libdirs to a server since Runwar throws away what I give it and only uses the WAR's lib folder.
https://github.com/cfmlprojects/runwar/blob/cd5b84d52fa8614f0b03b4e4c91a89c048e5b6db/src/runwar/Server.java#L283
If I pass libdirs to Runwar, I want them to be used.