Hello Jared,
there is a brief chapter in jersey user guide describing how (or.. what
dependencies do you need) to run jersey tests outside maven.
unfortunately it looks like jersey site is currently unavailable so..
jersey test framework is based on junit, therefore you should be able to
run it for example via ant using junit ant task (with correct dependencies).
we don't assume everyone is using maven, or at least we are trying not
to.. what are you using to execute tests? If its publicly available, I
can create simple sample so you would have something to start with..
Regards,
Pavel
On 11/22/10 7:48 PM, Jared Nedzel wrote:
> Can someone point me towards documentation for how to use the Jersey
> Test Framework without Maven? We do not use Maven.
>
> For the Jersey devs: please don't assume that all of your users use
> Maven.
>