I get this failure while running VFS tests:
| java.lang.IllegalArgumentException: Single . in path is not allowed: ./jar2.jar
| at
org.jboss.virtual.plugins.vfs.helpers.PathTokenizer.getTokens(PathTokenizer.java:101)
| at
org.jboss.virtual.plugins.context.AbstractVirtualFileHandler.structuredFindChild(AbstractVirtualFileHandler.java:336)
| at org.jboss.virtual.plugins.context.file.FileHandler.getChild(FileHandler.java:217)
| at
org.jboss.virtual.plugins.context.AbstractVFSContext.getChild(AbstractVFSContext.java:125)
| at org.jboss.virtual.VFS.findChild(VFS.java:209)
| at org.jboss.virtual.VFSUtils.addManifestLocations(VFSUtils.java:155)
| at
org.jboss.test.virtual.test.FileVFSUnitTestCase.testManifestClasspath(FileVFSUnitTestCase.java:1174)
|
Should we make '.' still illegal, or should I enable support for that as well?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123597#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...