guys

i don�t know if i�m missing something but i�ve found this behavior:

if try to add  a ClassPathExtension pointing to a absolute path like
c:/java/jakarta-tomcat-3.2/lib/ the class will try to add all files at

D:\projects\jboss\dist\lib\ext\jboss.jar\C:\java\jakarta-tomcat-3.2\lib

a simple fix would be to replace

dir = new
File(getClass().getProtectionDomain().getCodeSource().getLocation().getFile(
), url);

with

dir = new File(url);

at more or less line 85

I�m not doing it myself since i don�t know if i�m doing something wrong or
the kind of implications this would have, anyone wants to take a shot at it?

regards
Roberto












Reply via email to