[equinox-dev] tagged p2 for v20080501-0100

2008-04-30 Thread Susan Franklin McCourt
I tagged the p2 UI projects for the 1am build. The map file has been updated for the following Bug changes: + Bug 228794. [ui] "Include items that have already been installed" checkbox does not work properly (FIXED) + Bug 229305. [ui] Installing from a filtered selection does not work (FIXED) Th

[equinox-dev] Fw: p2 - help me find this bug!

2008-04-30 Thread Susan Franklin McCourt
Never mind...got it. Funny how the mind thinks of new ideas right after a desperate cry for help. susan - Forwarded by Susan Franklin McCourt/Beaverton/IBM on 04/30/2008 09:53 PM -

[equinox-dev] p2 - help me find this bug!

2008-04-30 Thread Susan Franklin McCourt
If you've been experiencing weird behavior with the [ ] Include items that are installed checkbox on the p2 Available Software page, can you please help me? The relevant bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=228794 When first reported, I could not reproduce it. Then I saw it.

[equinox-dev] Tagging p2 projects for 6pm build

2008-04-30 Thread John Arthorne
The map file has been updated for the following Bug changes: + Bug 228272. p2 auto-discovers already installed features on startup (FIXED) + Bug 228730. No features when connecting to update site (FIXED) + Bug 229331. [ui] "Do you trust these certificates?" window hidden (FIXED) + Bug 229332. [ui

[equinox-dev] Yu Zhong Cao is out of the office.

2008-04-30 Thread Yu Zhong Cao
I will be out of the office starting 2008-05-01 and will not return until 2008-05-04. I'm on my vacation. I will respond to your message when I return. Urgent call: (0086) 13811678819 Thanks!___ equinox-dev mailing list equinox-dev@eclipse.org https://

[equinox-dev] p2 projects tagged for 1pm build

2008-04-30 Thread John Arthorne
The map file has been updated for the following Bug changes: + Bug 229416. Director application fails with NPE (FIXED) + Bug 229458. Deadlock during login authentication (FIXED) + Bug 229566. java.io.IOException starting Eclipse against an existing workspace (NEW) The following projects have chan

Re: [equinox-dev] javax packages not available

2008-04-30 Thread Danail Nachev
Hi, You should post such questions on the equinox newsgroup: http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.equinox You need to also import the package in your bundle: Import-Package: javax.naming Also, I think that this package is already provided in the default JDK pro

Re: [equinox-dev] javax packages not available

2008-04-30 Thread Alin Dreghiciu
BTW, you can use Pax Runner to start up equinox and you will have the "javax.naming" package" already exported by system bundle by default. Alin Dreghiciu On Wed, Apr 30, 2008 at 2:38 PM, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: > In Pax Runner we are using the "org.osgi.framework.system.package

Re: [equinox-dev] javax packages not available

2008-04-30 Thread Alin Dreghiciu
In Pax Runner we are using the "org.osgi.framework.system.packages" but as a system property not as part of config.ini. I cannot say for sure but as much as I recall we are using the system property because it does not work in config.ini. Alin On Wed, Apr 30, 2008 at 2:14 PM, Srijith Kochunni <[E

[equinox-dev] javax packages not available

2008-04-30 Thread Srijith Kochunni
Hi All, I am starting a bundle in which I use the JNDI packages and I get an exception which says java.lang.NoClassDefFoundError: javax/naming/InitialContext I found in some of the discussion forums that this happens because the javax packages