Because that is how the ClassPathExtension class works. Paths are resolved
as:
u = new
URL(getClass().getProtectionDomain().getCodeSource().getLocation(),url);
dir = new File(u.getFile());
where url is the value passed to the MLET ctor.
The client directory should not come into play, but for some legacy reason
jars there are included.
----- Original Message -----
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: "Scott M Stark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 31, 2001 11:27 PM
Subject: [JBoss-dev] Re: class loading problems & new build system
> Why does this include lib/ext... it doesn't really give you any clues
(short
> of the debug lines about libraries being loaded. Also how does the
client/*
> come into play for the server?
>
> I fixed these isses, and thought I had things working, but now I am having
> some trouble with Hypersonic, it hangs (or is it the last bit that I see)
> when the server starts.
>
> Let me know about that build.sh problem, I don't like things like that
> laying around.
>
> --jason
>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development