"alesj" wrote : "scott.stark(a)jboss.org" wrote : Not being able to
create a JarHandler can mean its an unpacked jar or a corrupt archive. How do you tell the
difference?
| |
| I think we should be able to check for an unpacked jar pretty easily, right?
|
But we already do that:
| if (file.isFile() && JarUtils.isArchive(file.getName()))
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135647#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...