Re: Surefire can't find resource if forkMode=once

2007-12-19 Thread vetalok
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

Re: Surefire can't find resource if forkMode=once

2007-12-19 Thread vetalok
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

Re: Surefire can't find resource if forkMode=once

2007-12-18 Thread Jerome Lacoste
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

Surefire can't find resource if forkMode=once

2007-12-18 Thread vetalok
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