Re: OWASP dependency check plugin - resolve java classpath issues

2018-09-20 Thread Peter Donald
Hi, I missed the original mail but I often find it is better to run these commands externally regardless so that you release all the memory when the task is done. The speed up you get for running things inline in the buildr jvm is usually only an advantage if there is a lot of classes to load and

Re: OWASP dependency check plugin - resolve java classpath issues

2018-09-20 Thread Sathwik B P
I could not find a way to make this work, beacuse Jetty puts the SLF4J ahead in the classpath. OWASP Ant task will not work with this :( I also tried with buildr 1.5.6, but it created more complications in the ODE build, OPENJPA enhance ant tasks went down :( Finally I had to look for the

OWASP dependency check plugin - resolve java classpath issues

2018-09-14 Thread Sathwik B P
Hi Guys, Here is the sample OWASP dependecy check plugin https://github.com/sathwik/dependency-check/blob/master/tasks/owasp.rake I am encountering a java classpath issue. In the Rakefile when I enable jetty addon https://github.com/sathwik/dependency-check/blob/master/Rakefile#L20 We encoutner