Bugs item #1181844, was opened at 2005-04-12 22:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1181844&group_id=119783

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Gili Tzabari (cowwoc)
Assigned to: Nobody/Anonymous (nobody)
Summary: ResourceTest fails in CVS HEAD

Initial Comment:
I get the following junit error:

Testcase:
testLocate(wicket.util.resource.ResourceTest):       
Caused an ERROR
Folder
C:\Documents%20and%20Settings\Gili\My%20Documents\wicket\wicket\target\test-classes\wicket\util\resource\sourcePath
does not exist
java.lang.IllegalArgumentException: Folder
C:\Documents%20and%20Settings\Gili\My%20Documents\wicket\wicket\target\test-classes\wicket\util\resource\sourcePath
does not exist
        at wicket.util.file.Path.add(Path.java:77)
        at wicket.util.file.Path.<init>(Path.java:51)
        at
wicket.util.resource.ResourceTest.testLocate(ResourceTest.java:132)
        at
sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


This is probably caused by the same problem I reported
a few weeks ago. In ResourceTest.java line 128 we
convert a URL to a file path using URL.getFile() which
is illegal. As stated before, we should never be
calling this method!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1181844&group_id=119783


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to