Re: Problems with loading non-Java resources from classpath in JUnit tests

2007-05-14 Thread Wayne Fay
ources, but it didn't work, either. > > > > Any other suggestions? > > > > Thanks in advance, > > Ciao, > > Philipp > > > >> -Mensaje original- > >> De: Wayne Fay [mailto:[EMAIL PROTECTED] > >> Enviado el: domingo, 13 de may

RE: Problems with loading non-Java resources from classpath in JUnit tests - SOLVED

2007-05-14 Thread Rossmanith, Philipp
the cause of the error.) > > Ciao, > Philipp > > > > -Mensaje original- > > De: Jörg Schaible [mailto:[EMAIL PROTECTED] > > Enviado el: lunes, 14 de mayo de 2007 10:13 > > Para: Maven Users List > > Asunto: RE: Problems with loading non-Java

RE: Problems with loading non-Java resources from classpath in JUnit tests

2007-05-14 Thread Rossmanith, Philipp
PROTECTED] > Enviado el: lunes, 14 de mayo de 2007 10:13 > Para: Maven Users List > Asunto: RE: Problems with loading non-Java resources from classpath in > JUnit tests > > What is the content of "filePath1" ? > > Rossmanith, Philipp wrote on Monday, May 14, 2007 10

RE: Problems with loading non-Java resources from classpath in JUnit tests

2007-05-14 Thread Jörg Schaible
gt; >> -Mensaje original- >> De: Wayne Fay [mailto:[EMAIL PROTECTED] >> Enviado el: domingo, 13 de mayo de 2007 23:36 >> Para: Maven Users List >> Asunto: Re: Problems with loading non-Java resources from classpath >> in JUnit tests >> > >

RE: Problems with loading non-Java resources from classpath in JUnit tests

2007-05-14 Thread Rossmanith, Philipp
\main\resources, but it didn't work, either. Any other suggestions? Thanks in advance, Ciao, Philipp > -Mensaje original- > De: Wayne Fay [mailto:[EMAIL PROTECTED] > Enviado el: domingo, 13 de mayo de 2007 23:36 > Para: Maven Users List > Asunto: Re: Problems w

Re: Problems with loading non-Java resources from classpath in JUnit tests

2007-05-13 Thread Wayne Fay
Where is your resource file located in your source code tree? It should be under src/main/resources. I will assume it is under src/main/java -- that's your problem. Wayne On 5/13/07, Rossmanith, Philipp <[EMAIL PROTECTED]> wrote: Hi, I have a component that is loading resources/files from the