[equinox-dev] Bug in BundleLoader's findClass(String, boolean)?

2008-02-15 Thread David Shepherdson
Hello, I've come across what appears to be a bug in the findClass(String, boolean) method in org.eclipse.osgi.framework.internal.core.BundleLoader. It doesn't seem to cope with arrays of basic Java types. For example, if I call findClass(String[].class.getName()) ...it throws a Class

Re: [equinox-dev] p2 repository optimization

2008-02-15 Thread Pascal Rapicault
Thanks for the data point. |> | From: | |> >--| |"Tom Huybrechts" <[EMAIL PROTECTED]>

Re: [equinox-dev] p2 repository optimization

2008-02-15 Thread Stefan Liebig
As I sad in my previous post picking the ´best´ variant (plain, packed, deltaed) of an artifact depends on the environment, i.e. type of connection, speed and memory of client machine, etc. Suppose having clients working with a GPRS connection (slower and probably more expensive) than fetching

Re: [equinox-dev] Bug in BundleLoader's findClass(String, boolean)?

2008-02-15 Thread Thomas Watson
See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=76455 for a discussion on this behavior. Tom From: David Shepherdson <[EMAIL PROTECTED]>

RE: [equinox-dev] [prov] peer-to-peer downloads (ECF)

2008-02-15 Thread Jeff McAffer
Remy, excuse me if this is really basic and naïve. I've only used bittorent to download large single wad files... Would it be reasonable to use bittorent to download *parts* of things? For example, if you look at an entire repo as one file then when you want just one of the artifacts in the file

Re: [equinox-dev] [prov] peer-to-peer downloads (ECF)

2008-02-15 Thread Remy Chi Jian Suen
Hi Jeff, On Fri, Feb 15, 2008 at 11:08 AM, Jeff McAffer <[EMAIL PROTECTED]> wrote: > Would it be reasonable to use bittorent to download *parts* of things? It is not straightforward to download, say, "positions" 10k - 50k of a 1 meg file, if that's what you mean. > For > example, if you look a

[equinox-dev] the importance of targetting Foundation JREs

2008-02-15 Thread Jeff McAffer
In the past couple days there have been at least three cases of code problems that where either code from J2SE was being used or dependencies were spec'd incorrectly because stuff was coming for free from the JRE. We can avoid these simply by installing and configuring a Foundation 1.1 JRE. See

Re: [equinox-dev] the importance of targetting Foundation JREs

2008-02-15 Thread Mark Rogalski
Thanks, Jeff. I'm glad your keeping an eye on this as it is very important for the eRCP project. Mark "Jeff McAffer" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02/15/2008 03:20 PM Please respond to Equinox development mailing list To "'Equinox development mail

Re: [equinox-dev] [prov] peer-to-peer downloads (ECF)

2008-02-15 Thread Alex Blewitt
On Fri, Feb 15, 2008 at 4:08 PM, Jeff McAffer <[EMAIL PROTECTED]> wrote: > Remy, excuse me if this is really basic and naïve. I've only used bittorent > to download large single wad files... > > Would it be reasonable to use bittorent to download *parts* of things? For > example, if you look a