Hey Rob,

> 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

I noticed that if you prepend a / like this:
/c:/java/jakarta-tomcat-3.2/lib/ 
everything works fine.
But maybe the fix you suggest is worth anyway.

Simon

> 
> D:\projects\jboss\dist\lib\ext\jboss.jar\C:\java\jakarta-tomca
> t-3.2\lib
> 
> a simple fix would be to replace
> 
> dir = new
> File(getClass().getProtectionDomain().getCodeSource().getLocat
> ion().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