Re: [equinox-dev] External jars referenced in a bundle

2007-09-20 Thread Lois Desplat
Hi, I looked at it again this morning and was able to fix it. The problem was that I was putting my jar files inside the src directory which for some reason I thought was the root of the bundle. Anyway, it's been resolved now by putting them actually in the root of the bundle and adding the jar fi

[equinox-dev] Committer vote for Oleg Besedin has been approved by the PMC

2007-09-20 Thread portal on behalf of Jeff McAffer
eclipse.incubator.equinox Committers, This automatically generated message marks the PMC's approval of the vote for Oleg Besedin's full Committer status on the equinox component of the eclipse.incubator project. The next step is for the project lead to return to the portal and fill in the CVS packa

Re: [equinox-dev] os.name for Windows 2003 Server

2007-09-20 Thread Thomas Watson
I opened bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=204110 to track this. We will have to feed this through OSGi to get another alias defined for Windows2003 Tom Lukasz Bobowiec

[equinox-dev] os.name for Windows 2003 Server

2007-09-20 Thread Lukasz Bobowiec
Hello, I followed the link sent by Peter Kriens about OS names: http://www2.osgi.org/Specifications/Reference However on Windows 2003 Server with IBM JRE 1.5 using Peter's properties bundle I obtain the following values: os.name="Windows Server 2003" "windows server 2003"

Re: [equinox-dev] External jars referenced in a bundle

2007-09-20 Thread Peter Kriens
Can you send the manifest you use? Kind regards, Peter Kriens LD> Hi, LD> I am having a problem that I have been cracking my head on for hours LD> and I cannot figure it out. I am sure that it is simple enough though. LD> I have the JFreeChart library (for example..I have many other

[equinox-dev] Re: ClassNotFoundException with org.eclipse.osgi_3.3.0.v20070530/BND

2007-09-20 Thread Tony Seebregts
Hi Karl, Thanks - BND works perfectly. I was concerned that it might not pick up the runtime packages (e.g. org.sax.xml) that aren't anywhere on the classpath or any of import lists but in fact it does. Must say this is quite a problematic default class loading implementation though - I (more or

[equinox-dev] External jars referenced in a bundle

2007-09-20 Thread Lois Desplat
Hi, I am having a problem that I have been cracking my head on for hours and I cannot figure it out. I am sure that it is simple enough though. I have the JFreeChart library (for example..I have many other dependencies) and I want to use it inside one of my bundles. So I understand I have to add