vancetang / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

SystemFile does not return '/' delimited relative paths on XP #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This causes org.reflections.Reflections#scan to not detect classes in 
directories on windows.

What is the expected output? What do you see instead?
Reflections#scan expects Vfs.File#getRelativePath to return 
org/reflections/vfs/SystemFile.class but instead we get
org\\reflections\\vfs\\SystemFile.class

What version of the product are you using? On what operating system?
Windows XP

Original issue reported on code.google.com by regnusg%...@gtempaccount.com on 30 Dec 2009 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago
fixed on trunk

Original comment by ronm...@gmail.com on 6 Jan 2010 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by ronm...@gmail.com on 17 May 2010 at 4:21