M, vetalok <[EMAIL PROTECTED]> wrote:
>>>
>>> Hi all
>>> I have maven 2.0.7 and the latest surefire plugin.
>>> Surefire can't find resource if forkMode=once ( if forkMode=never it
>>> works)
>>> Here is snip of code:
>>> Base
e:
>
> On Dec 18, 2007 8:21 PM, vetalok <[EMAIL PROTECTED]> wrote:
>>
>> Hi all
>> I have maven 2.0.7 and the latest surefire plugin.
>> Surefire can't find resource if forkMode=once ( if forkMode=never it
>> works)
>> Here is snip of code:
>&g
On Dec 18, 2007 8:21 PM, vetalok <[EMAIL PROTECTED]> wrote:
>
> Hi all
> I have maven 2.0.7 and the latest surefire plugin.
> Surefire can't find resource if forkMode=once ( if forkMode=never it works)
> Here is snip of code:
> BaseStandaloneTest.class.getResource(&quo
Hi all
I have maven 2.0.7 and the latest surefire plugin.
Surefire can't find resource if forkMode=once ( if forkMode=never it works)
Here is snip of code:
BaseStandaloneTest.class.getResource("/login.conf").toString();
Any ideas?
--
View this message in context:
http://www.nabb