[equinox-dev] Committer vote for Oleg Besedin has concluded successfully

2007-09-19 Thread portal on behalf of Jeff McAffer
eclipse.incubator.equinox Committers, This automatically generated message marks the successful completion of voting for Oleg Besedin to receive full Committer status on the equinox component of the eclipse.incubator project. The next step is for the PMC to approve this vote, followed by the EMO pr

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

2007-09-19 Thread Karl Pauls
> Oh, I forgot to mention that calculating uses has been part of the organize > manifest functionality in 3.3. Check out the new and noteworthy for PDE (5th > item down): > http://archive.eclipse.org/eclipse/downloads/drops/S-3.3M5-200702091006/eclipse-news-M5.html Nice, now you just need to make

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

2007-09-19 Thread Chris Aniszczyk
Oh, I forgot to mention that calculating uses has been part of the organize manifest functionality in 3.3. Check out the new and noteworthy for PDE (5th item down): http://archive.eclipse.org/eclipse/downloads/drops/S-3.3 M5-200702091006/eclipse-news-M5.html Cheers, --- Chris Aniszczyk | I

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

2007-09-19 Thread Karl Pauls
> Fair enough, we have a button to calculate uses just for you now ;) Great. I always wanted a button named after me in eclipse. Make it "do the Karl thing" as label :-) > We always take feature enhancements to make your life easier within PDE. We > don't bite: > https://bugs.eclipse.org/bugs/e

[equinox-dev] Web applications based on OSGi HttpService

2007-09-19 Thread Jochen Hiller
Hi all, last year I filed bug162132: [server] webapp extension point for org.eclipse.equinox.http.registry . I've made progress in the last few weeks, and recently have made an initial implementation publicly available. The basic idea is to p

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

2007-09-19 Thread Chris Aniszczyk
Fair enough, we have a button to calculate uses just for you now ;) We always take feature enhancements to make your life easier within PDE. We don't bite: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDE Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-blog

Re[2]: [equinox-dev] ClassNotFoundException with, org.eclipse.osgi_3.3.0.v20070530

2007-09-19 Thread Peter Kriens
Bnd also makes it easy to make certain dependencies optional when it generates the manifest. This can be important if you want your bundle to run in different environments where not all dependencies are present. And it has so many other cool features ... ;-) Kind regards, Peter Kriens >> P

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

2007-09-19 Thread Karl Pauls
> PDE has a Plug-in from Existing Jars wizard that does this pretty well. Make > sure to check, "analyze library contents and add dependencies" True, but the last time I checked this doesn't calculate the uses constraints for packages. This is rather a short-coming so I'd still recommend to look i

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

2007-09-19 Thread Chris Aniszczyk
PDE has a Plug-in from Existing Jars wizard that does this pretty well. Make sure to check, "analyze library contents and add dependencies" Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465

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

2007-09-19 Thread Karl Pauls
You might want to look into Peter Kriens' BND tool which makes it easy to create your bundles and does calculate your imports for you: http://www.aqute.biz/Code/Bnd regards, Karl On 9/19/07, Tony Seebregts <[EMAIL PROTECTED]> wrote: > Hi Toni, > > Thanks for the suggestions - I experimented a b

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

2007-09-19 Thread Tony Seebregts
Hi Toni, Thanks for the suggestions - I experimented a bit with your suggestions and it seems there are two ways round the problem: - either explicitly include all the required libraries in the dependencies list as you suggested (which can be difficult as many of them only show up at runtime). -

[equinox-dev] Conf call info for today

2007-09-19 Thread Pascal Rapicault
Here are the info for today's 11:30AM conf call Toronto / International 416-343-2604 North America toll free 1-866-576-2504 International (country code) 800--3030 Conference ID: 8123198 # See you there, PaScaL ___ equinox-dev mailing list equinox

[equinox-dev] [prov] Toward M2

2007-09-19 Thread Pascal Rapicault
Hi, Yesterday I experimented with what we are delivering. We are not there yet but we are close! There are a few problems that I have been encountering and other things that are known to be problematic: - The build of the agent and of the end user UI is failing, DJ is working on it. - I can't

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

2007-09-19 Thread Thomas Watson
inox-dev mailing list >> equinox-dev@eclipse.org >> https://dev.eclipse.org/mailman/listinfo/equinox-dev TM> ___ TM> equinox-dev mailing list TM> equinox-dev@eclipse.org TM> https://dev.eclipse.org/mailman/listinfo/equinox-dev TM&g

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

2007-09-19 Thread Pavlin Dobrev
uinox-dev TM> ___ TM> equinox-dev mailing list TM> equinox-dev@eclipse.org TM> https://dev.eclipse.org/mailman/listinfo/equinox-dev TM> __ NOD32 2540 (20070919) Information __ TM> This message was checked by NOD32 antivirus system. TM> http://www.eset.com ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

2007-09-19 Thread Toni Menzel
Usually you should import everything other than java.* (so add javax.xml.xpath, javax.crypto to your Import-Package directive) Check your org.osgi.framework.bootdelegation property. Usually equinox delegates everything to the bootclasspath (where javax resides) for historical reasons. But this be

[equinox-dev] ClassNotFoundException with org.eclipse.osgi_3.3.0.v20070530

2007-09-19 Thread Tony Seebregts
Hi, I'm getting a class not found Exception for (some) javax classes when using the latest Equinox release (org.eclipse.osgi_3.3.0.v20070530.jar) - specifically: ERROR: java.lang.NoClassDefFoundError: javax.xml.xpath.XPathFactory ERROR: java.lang.NoClassDefFoundError: javax.crypto.KeyGenerator W