[ 
http://jira.codehaus.org/browse/SUREFIRE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_113015
 ] 

Clint Gilbert commented on SUREFIRE-286:
----------------------------------------

I had the same issue, but using

this.getClass().getClassLoader().getResourceAsStream("my-resource");

instead of 

this.getClass().getResourceAsStream("my-resource");

Did the trick.  Thanks for the suggestion!  It saved me lots and lots of 
frustration.

> ClassLoader.getSystemResource(String) returns null with valid resource
> ----------------------------------------------------------------------
>
>                 Key: SUREFIRE-286
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-286
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: classloading
>    Affects Versions: 2.0 Report Plugin
>         Environment: Windows XP
>            Reporter: Jamo Smith
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: mvntest.zip
>
>
> src/main/java/org/mvntest/TinyGetter.java does this:
> URL url = ClassLoader.getSystemResource("tiny.gif");
> tiny.gif is located in
> src/main/resources
> a TestCase can be found in src/test/java/org/mvntest/TinyGetterTest.java
> which fails with NPE (url is null)
> I believe this TestCase ought to be successful, since tiny.gif should be in 
> the classpath during tests (how else do you have a simulated test 
> environment?).  I tried placing tiny.gif in src/main/java, src/test/java and 
> src/test/resources with no luck anywhere.  Although I believe this should 
> work even if it is only in src/main/resources
> A full, isolated, maven2 project is attached.
> Thanks, and I hope I'm not over looking something.  If I am, I apologize in 
> advance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to