I found a problem with the lazy getChildren implementation. It produces incorrect relative
path names on the resulting directory entries. The following two tests are failing because
of this:
JarVirtualFileHandlerTest.testSubSubChildPathName
FileVFSUnitTestCase.testClassScan
The directory entry children are going to have to be linked with their parent entry when
the jar is parsed in the JarHandler.initJarFile to get the paths correct is looks like.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978071#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...