On 13-1-2017 18:26, Mark Thomas wrote:
Class loader resources have special handling. I think you'll be able to
get this to work with:
standardRoot.createWebResourceSet(CLASSES_JAR, "/WEB-INF/classes",
new File("target/classes").getAbsolutePath(), null, "/");
If that doesn't work, I
On 13 January 2017 20:55:15 GMT+00:00, marcus presley
wrote:
>Hi Mark,
>
>
>I was able to work through the cmsc failed error. I rebuilt my
>environment with Visual Studio 2010 and this resolved the issue.
>
>
>I'm experiencing another issue below, when I'm compiling the openssl
>source.
>
>
>