Re: [cp-patches] RFC: ClassLoader reference implementation using getResources

2006-05-14 Thread Mark Wielaard
Hi Olivier, On Thu, 2006-05-11 at 15:12 +0200, Olivier Jolly wrote: > as proposed yesterday here is a patch proposition which should enable > the loading of the core packages even if there is any endorsed jar file > with an INDEX.LIST in it. It has the side effect of making those > endorsed p

Re: [cp-patches] RFC: ClassLoader reference implementation using getResources

2006-05-11 Thread Lillian Angel
On Thu, 2006-05-11 at 15:43 +0200, Olivier Jolly wrote: > Lillian Angel wrote: > > Not sure if it helps, but there is an IndexListParser in gnu/java/net > > > Right, it can be useful. Not in its current state as far as I understand > the code because it focus on retrieving the list of dependant

Re: [cp-patches] RFC: ClassLoader reference implementation using getResources

2006-05-11 Thread Olivier Jolly
Lillian Angel wrote: Not sure if it helps, but there is an IndexListParser in gnu/java/net Right, it can be useful. Not in its current state as far as I understand the code because it focus on retrieving the list of dependant jar urls from one .jar while I need to get the list of the packag

Re: [cp-patches] RFC: ClassLoader reference implementation using getResources

2006-05-11 Thread Lillian Angel
On Thu, 2006-05-11 at 15:12 +0200, Olivier Jolly wrote: > Hi, > as proposed yesterday here is a patch proposition which should enable > the loading of the core packages even if there is any endorsed jar file > with an INDEX.LIST in it. It has the side effect of making those > endorsed packages

[cp-patches] RFC: ClassLoader reference implementation using getResources

2006-05-11 Thread Olivier Jolly
Hi, as proposed yesterday here is a patch proposition which should enable the loading of the core packages even if there is any endorsed jar file with an INDEX.LIST in it. It has the side effect of making those endorsed packages described as being from GNU but allow Jonas to be compiled with