cfmlprojects / runwar

Other
11 stars 16 forks source link

Libdirs ignored when WAR has a lib folder #48

Closed bdw429s closed 7 years ago

bdw429s commented 8 years ago

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.

bdw429s commented 8 years ago

@denuno Pull created: https://github.com/cfmlprojects/runwar/pull/49

bdw429s commented 7 years ago

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?