Re: ant http task, fully featured, apache 2.0 licnesed released

2011-03-15 Thread Alex Sherwin
I forgot to mention the biggest one for me, is that I set it up to allow you to configure a JKS keystore in the task to use when connecting over HTTPS for TLS/SSL certificate validation... So you don't have to use the JVM options to set a JVM-wide trust store :) 2011/3/15 Nicolas Lalevée : > Rea

Re: ant http task, fully featured, apache 2.0 licnesed released

2011-03-15 Thread Nicolas Lalevée
Really nice work Alex. This was one of the missing ant task I wanted to get time to develop. This looks great and I'm looking forward to actually use it. Nicolas Le 15 mars 2011 à 12:49, Alex Sherwin a écrit : > After years of using half baked solutions from other libraries which > are now ol

Re: Emma Configuration in Ant

2011-03-15 Thread Mark Salter
On 15/03/2011 11:53, Lis Maria wrote: > [junit] de/hybris/platform/persistence/AbstractTypeInitializer > [junit] java.lang.NoClassDefFoundError: I guess you are missing a jar from your classpath that holds the Hybris persistence code that your unit tests need? HTH -- Mark --

Re: Emma Configuration in Ant

2011-03-15 Thread Lis Maria
This is one fo the exception i get [instr] processing instrumentation path ... [instr] instrumentation path processed in 183 ms [instr] [13 class(es) instrumented, 0 resource(s) copied] [instr] metadata merged into [/opt/hybris/bin/rules/emma/metadata.emma] {in 149 ms} [junit] Tes

ant http task, fully featured, apache 2.0 licnesed released

2011-03-15 Thread Alex Sherwin
After years of using half baked solutions from other libraries which are now old, defunct or just plain don't work.. I've finally bit the bullet and created a nice, easy to use and unencumbered ant http task. It is Apache 2.0 licensed and has the following things going for it: Easy to use No thi

Re: Emma Configuration in Ant

2011-03-15 Thread Mark Salter
On 15/03/2011 11:40, Lis Maria wrote: > It is nt emma eror that i get , but it says classnotfound exception for any > class it executes in the junit section The actual and full Exception you are seeing but we are not would be a useful piece of information to help guide you. 8) -- Mark -

Re: Emma Configuration in Ant

2011-03-15 Thread Lis Maria
Hi Manas, It is nt emma eror that i get , but it says classnotfound exception for any class it executes in the junit section

Re: Emma Configuration in Ant

2011-03-15 Thread Manas Panda
Is it EMMA class not found error ? If yes then add emma.jar to the class path while running your Junit cases . HTH On Tue, Mar 15, 2011 at 11:07 AM, Lis Maria wrote: > Hello.. > > I am trying to add emma configurations into my Hybris ant build scripts. > The > issue i face is, the junit that ru