Re: [equinox-dev] Events for instance location?

2011-02-17 Thread Chris Aniszczyk
set? In PDE, we accomplish this by acquiring the org.osgi.service.datalocation.Location and then call isSet() on it... This is what happens when you try to launch on an already in use workspace and get that wonderful error... -- Cheers, Chris Aniszczyk http://aniszczyk.or

Re: [equinox-dev] Accessing the equinox console as a service

2010-05-03 Thread Chris Aniszczyk
On Mon, May 3, 2010 at 8:58 AM, Mathieu Baudier wrote: > As far as I could see there is no easy way to plug into the console > and call it programatically. > Did I miss something? > Is there a recommended approach? In Eclipse 3.6, Equinox added the "ConsoleSession" servic

Re: [equinox-dev] Generate config.ini based on Run Configuration

2009-09-27 Thread Chris Aniszczyk
erver-p2/ http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/ btw, what the heck does "pure OSGi" mean? Is there a more pure version of OSGi that I don't know about :)? Cheers, -- Chris Aniszczyk | EclipseSou

[equinox-dev] Equinox Google Calendar?

2009-07-27 Thread Chris Aniszczyk
http://wiki.eclipse.org/Equinox The team calendar shows that calls are every other month now. Also, I don't see the p2 calls on the calendar anymore. Is this correct or is the calendar just out of date? Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitte

Re: [equinox-dev] New time for equinox call

2009-07-21 Thread Chris Aniszczyk
According to the calendar, looks like central. http://wiki.eclipse.org/Equinox Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitter.com/eclipsesource | http://twitter.com/caniszczyk ___ equinox-dev mailing list eq

Re: [equinox-dev] Slide deck of the webinar: OSGi and Equinox jump start

2009-07-06 Thread Chris Aniszczyk
On Sun, Jul 5, 2009 at 12:32 AM, Sameera Jayasoma < sameera.madus...@gmail.com> wrote: > Hi devs, > > I've listen to the webinar "OSGi and Equinox jump start" by Chris > Aniszczyk and Jeff McAffer. It was a very interesting one. I am planning > to go through i

Re: [equinox-dev] Re: Problem testing with JUnit - Equinox doesn't start

2009-06-12 Thread Chris Aniszczyk
Can you use a newer build of Eclipse? M20090211-1700 We had some start level related issues in PDE when we first started exposing them in the UI. These should have all been fixed by now with the release of Eclipse 3.5 Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http

Re: [equinox-dev] Problem testing with JUnit - Equinox doesn't start

2009-06-11 Thread Chris Aniszczyk
e tests. Which build of Eclipse are you using? Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitter.com/eclipsesource | http://twitter.com/caniszczyk ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org

Re: [equinox-dev] osgi.resolver.usesMode in PDE

2009-04-28 Thread Chris Aniszczyk
uinox though: 216934: [plan] Performance issues with the Export-Package "uses" directive https://bugs.eclipse.org/bugs/show_bug.cgi?id=216934 Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitter.com/eclipsesource

Re: [equinox-dev] Autostarting Bundles

2009-04-20 Thread Chris Aniszczyk
case on export. Thanks for living on the bleeding edge Dennis :) Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitter.com/eclipsesource | http://twitter.com/caniszczyk ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Autostarting Bundles

2009-04-20 Thread Chris Aniszczyk
contained a fully defined osgi.bundles, with > no bundle.info. When I switched to a feature based configuration, a > bundle.info was generated. > This is probably because you weren't including o.e.equinox.simpleconfigurator in your plug-in configuration. That's how we know you i

Re: [equinox-dev] Autostarting Bundles

2009-04-16 Thread Chris Aniszczyk
ything will be on the osgi.bundles property. If you include simpleconfigurator, PDE should use it. Let me know if we can help, we have had great success using product definitions to manage server side applications. Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http:

Re: [equinox-dev] Autostarting Bundles

2009-04-15 Thread Chris Aniszczyk
on and tweaking the start levels from there. Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitter.com/eclipsesource | http://twitter.com/caniszczyk ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Re: 3.5M6 missing eclipse directory

2009-03-16 Thread Chris Aniszczyk
pos as a target: http://download.eclipse.org/eclipse/downloads/drops/S-3.5M5-200902021535/eclipse-news-M5.html#PDE See the 'repoBaseLocation' and 'transformedRepoLocation' properties. Cheers, -- Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465 http://twitter.com/ecl

[equinox-dev] Adding Equinox Declarative Services (DS) to the Eclipse SDK

2009-01-26 Thread Chris Aniszczyk
ach a consensus, it would be great to see DS included with the Eclipse SDK in the 3.5M6 timeframe. If not, at least we had a fun discussion :) Thoughts? Cheers, Chris Aniszczyk ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclips

Re: [equinox-dev] DS deployment question

2009-01-14 Thread Chris Aniszczyk
I'm not sure what's going on Kai, but if you do -Dequinox.ds.print=true you should get debug output from DS. On Wed, Jan 14, 2009 at 8:44 AM, Toedter, Kai wrote: > Hi All, > > I am currently working on the deployment of my OSGi/Equinox demo (see > http://max-server.myftp.org/trac/pm). While launc

Re: [equinox-dev] Weaving into JUnit Plug-in Test with Equinox Aspects?

2008-12-17 Thread Chris Aniszczyk
P.S.: Are some PDE guys listening? Would it be possible to change the > Eclipse Application and JUnit Plug-in run configuration dialogs to have a > full featured Bundles tab instead of that minimalistic Plug-ins tab? We're always listening :) The plan is in M5 to have the plug-ins and bundles ta

Re: [equinox-dev] What bundle class loaded from

2008-11-24 Thread Chris Aniszczyk
way to determine which Bundle loaded a class? > Thanks > Oleg > ___ > equinox-dev mailing list > equinox-dev@eclipse.org > https://dev.eclipse.org/mailman/listinfo/equinox-dev > -- Cheers, ~ Chris Aniszczyk

Re: [equinox-dev] quick way to find who is exporting a package

2008-11-03 Thread Chris Aniszczyk
e needle in the haystack... > > Any ideas? Thanks, Craig Phillips, Praxis Engineering > > > ___ > equinox-dev mailing list > equinox-dev@eclipse.org > https://dev.eclipse.org/mailman/listinfo/equinox-dev > > -- Cheers,

Re: [equinox-dev] p2 publisher tests?

2008-10-15 Thread Chris Aniszczyk
o. > > *http://dev.eclipse.org/mhonarc/lists/p2-dev/msg00305.html*<http://dev.eclipse.org/mhonarc/lists/p2-dev/msg00305.html> > > > > [image: Inactive hide details for "Chris Aniszczyk" <[EMAIL PROTECTED]>]"Chris > Aniszczyk" <[EMAIL PROTECTED]> > >

[equinox-dev] p2 publisher tests?

2008-10-14 Thread Chris Aniszczyk
.tests.publisher/?root=RT_Project Both of those projects are empty in HEAD for me when checking out from CVS. -- Cheers, ~ Chris Aniszczyk ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] Equinox code in /cvsroot/eclipse versus /cvsroot/rt

2008-09-30 Thread Chris Aniszczyk
I had an issue where I was happily hacking on an old copy of org.eclipse.osgi versus the new one in /cvsroot/rt... Is it possible to get the Equinox team to make sure old code is deleted from HEAD and have a README.txt there? -- Cheers, ~ Chris Aniszczyk

Re: [equinox-dev] .qualifier for export package?

2008-08-31 Thread Chris Aniszczyk
roduced? I say before M2, we formulate a plan across the Eclipse proper projects to deal with versions on package exports. We can than look at pushing that plan to other Eclipse.org projects as a best practice once we get the hang of it. -- Cheers, ~ Chris Aniszczyk _

Re: [equinox-dev] Unable to create a platform agnostic target

2008-05-13 Thread Chris Aniszczyk
onvergence on what is best. cc yourself on the bug and stay tuned Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: Thomas Hallg

[equinox-dev] [p2] plug-in versions

2008-04-10 Thread Chris Aniszczyk
I noticed that all of p2 plug-ins are currently 0.10.qualifier... shouldn't this be 1.0.0.qualifier since these have been graduated and will be included in the SDK for 3.4? I ask this as I'm trying to straighten out some plug-in dependency ranges in PDE. Cheers, --- Chris Aniszczyk |

Re: [equinox-dev] Incubator request for Extensions/Services Integration work

2008-03-27 Thread Chris Aniszczyk
+1 also Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: Oleg Besedin <[EMAIL PROTEC

Re: [equinox-dev] UserAdmin GUI

2008-02-01 Thread Chris Aniszczyk
PDE always has room for experimentation in the tooling space. >From the looks of the code, it looks like a nice RCP-focused application. Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: Jeff McAffer <[EMAIL PROTECTE

Re: [equinox-dev] BoFs

2008-01-29 Thread Chris Aniszczyk
PDE will host its annual soiree: https://eclipsecon.greenmeetingsystems.com/submissions/view/555 For every mention of Maven or moving the MANIFEST.MF to another location, the PDE team will drink. Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea

Re: [equinox-dev] Tom Watson: Equinox co-lead

2008-01-24 Thread Chris Aniszczyk
This is like the greatest day ever. Tom is now a co-lead and idles on IRC. Congrats! Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: Simon Kaegi <[EMAIL PROTECTED]> To: Equinox development mailing list Date: 01/24/2

Re: [equinox-dev] Fw: [Bug 214801] [api tools] consider Export-Package as API

2008-01-15 Thread Chris Aniszczyk
to enforce the rule of versioning everything, maybe this is something we can do in a future version of Eclipse. Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465

Re: [equinox-dev] Fw: [cross-project-issues-dev] Wiki "standardization"?

2007-11-17 Thread Chris Aniszczyk
+1 I discovered this about a month ago and have been using it ever since. Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: Jeff McAffer <[EM

Re: [equinox-dev] [prov] p2 / browser integration

2007-10-26 Thread Chris Aniszczyk
Why not use Jetty? Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 From: "Michael Robb" <[EM

Re: [equinox-dev] [prov] p2 / browser integration

2007-10-23 Thread Chris Aniszczyk
ver, I think code will speak louder than words here. I think maybe defining a packaging format similar to XPI may be a start. Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465 [EMAIL PROTECTED] wrote on 10/23/2007 09:11:25 AM: > I'

Re: [equinox-dev] Moving Service Activator Toolkit (SAT) from the Open Healthcare Framework (OHF) to Equinox

2007-09-26 Thread Chris Aniszczyk
+1, anything Simon likes is good ;p Jeff/Equinox, remember to schedule a Move Review or Bjorn will get all "process" on you :) Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.86

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

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:

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.86

Re: [equinox-dev] [sec] target EEs for JAAS integration work?

2007-08-16 Thread Chris Aniszczyk
File an enhancement I say... this is something good to be discussed at the upcoming Equinox summit (http://wiki.eclipse.org/Equinox_Summit_2007_working_agenda) Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465

Re: [equinox-dev] [prov] Native touchpoint

2007-08-07 Thread Chris Aniszczyk
on a desktop if available * creating windows registry entries * setting environment variables * modifying files on disk * chmod'ng things * running arbitrary scripts (ya, I know, scary) like .bat or .sh's That's all I can remember off the top of my head. Cheers, --- Chris

Re: [equinox-dev] Prosyst contributions

2007-07-05 Thread Chris Aniszczyk
as an outsider, +1 for DS instead of SCR, there's like 5 people that would get the SCR reference :) initialprovisioning is really long Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839