[jboss-dev-forums] [Design the new POJO MicroContainer] - JBMICROCONT-232, VFSUtils.addManifestLocations
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Jan 24 23:01:56 EST 2008
The VFSUtils.addManifestLocations logic is not working for nested jars because of how URL(URL context, String spec) behaves. If context is a directory (ending in '/') then spec is a child. If context does not end in a '/' however, spec is resolved as a peer to context. It looks like either this was never working, or we had jars ending in '/'. I think the latter was the case.
Anyway, I have this working for one test, but need to go over the other manifest tests as it looks like the nested artifacts used don't have the correct structure for the manifest classpaths trying to be tested.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123307#4123307
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123307
More information about the jboss-dev-forums
mailing list