[equinox-dev] What is the best way to get the version of a bundle

2016-12-13 Thread Pascal Rapicault
With Platform.getBundle officially removed, and PackageAdmin on its way out, could someone indicate the API of choice (and recommended code snippet) to use to get the version of a given bundle? ___ equinox-dev mailing list equinox-dev@eclipse.org To

Re: [equinox-dev] p2-gerrit HIPP instance is unavailable

2016-12-13 Thread Pascal Rapicault
Hi, This is not normal. I've just hit the restart button and the restart has not completed yet. I suspect that the instance is actually up and probably building a contribution, but not accessible. I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=509179 Pascal On 12/13/2016 4:53 PM,

Re: [equinox-dev] Convergence between p2 and the OSGiresolver+repository

2016-11-17 Thread Pascal Rapicault
ditional p2 concepts: Can you point me to the documentation of how the resolution problem is converted to a SAT formula? Best regards On Thu, Nov 17, 2016 at 6:20 AM, Pascal Rapicault <_pascal@rapicault.net_ <mailto:pas...@rapicault.net>> wrote: On 11/16/2016 10:49 AM, Todor Boev w

[equinox-dev] Uses constraints in p2 (was Convergence between p2 and the OSGiresolver+repository)

2016-11-17 Thread Pascal Rapicault
to a SAT formula? Best regards On Thu, Nov 17, 2016 at 6:20 AM, Pascal Rapicault <_pascal@rapicault.net_ <mailto:pas...@rapicault.net>> wrote: On 11/16/2016 10:49 AM, Todor Boev wrote: - Regarding resolver behavior: The goal is actually to replace the behavior of the objective fun

Re: [equinox-dev] Convergence between p2 and the OSGi resolver+repository

2016-11-17 Thread Pascal Rapicault
/internal/p2/director/Projector.java Best regards On Thu, Nov 17, 2016 at 6:20 AM, Pascal Rapicault mailto:pas...@rapicault.net>> wrote: On 11/16/2016 10:49 AM, Todor Boev wrote: - Regarding resolver behavior: The goal is actually to replace the behavior of the obj

Re: [equinox-dev] Convergence between p2 and the OSGi resolver+repository

2016-11-16 Thread Pascal Rapicault
#x27;t seem to find the bug tonight) than it is to replace the resolver completely and get all the tests to pass. The encoding of dependencies to a SAT formula is well documented and so are the optimization functions. On Wed, Nov 16, 2016 at 4:44 AM, Pascal Rapicault mailto:pas...@rapicault.net>

Re: [equinox-dev] Vote for Committer status for Mykola Nikishov

2016-11-16 Thread Pascal Rapicault
On 11/16/2016 10:05 AM, Daniel Megert wrote: > But if the platform is ok with that and you are happy to deal with the consequences. This is an RT PMC problem where the Platform has no say, unless we move Equinox back to the Eclipse top-level project. The problem is that p2 is not activ

Re: [equinox-dev] Convergence between p2 and the OSGi resolver+repository

2016-11-15 Thread Pascal Rapicault
On 11/15/2016 12:52 PM, Todor Boev wrote: Hello, Are there any plans to bring together p2 and OSGi resolver+repository standards? There is no immediate plan for this. It should be beneficial to have similar (maybe identical?) dependency resolution at provisioning time and later at runti

Re: [equinox-dev] -1 for Mykola Nikishov on rt.equinox by Pascal Rapicault

2016-11-15 Thread Pascal Rapicault
AM portal on behalf of mailto:portal-nore...@eclipse.org>> wrote: Pascal Rapicault voted: -1 Mykola has definitely shown tenacity and a strong desire to commit and this is great. However I\'m concerned that he is not quite ready because: - He need

Re: [equinox-dev] Vote for Committer status for Mykola Nikishov was started by Thomas Watson

2016-11-15 Thread Pascal Rapicault
Glyn Normington Tobias Oberlies Matthew Piggott Steffen Pingel Silenio Quarti Pascal Rapicault John Ross Arun Thondapu Teodor Todorov Thomas Watson Mike Wilson Stefan Xenos Meng Xin Zhu *NOTE*: Successful elections are left open for a maximum o

Re: [equinox-dev] Merge of equinox committer groups

2016-03-24 Thread Pascal Rapicault
Well, why not. On 16-03-22 09:50 PM, Ian Bull wrote: +1 Cheers, Ian On Tue, Mar 1, 2016 at 8:46 AM, Raymond Auge > wrote: +1 - Ray On Tue, Mar 1, 2016 at 10:31 AM, Thomas Watson mailto:tjwat...@us.ibm.com>> wrote: I have no objectio

Re: [equinox-dev] Merge of equinox committer groups

2016-03-01 Thread Pascal Rapicault
Makes sense to me On 3/1/2016 8:49 AM, Thomas Watson wrote: Right now the equinox project has the following sub-projects, each with their own committer groups rt.equinox - parent project, no real code here, but it does contain the website rt.equinox.framework - where the OSGi framework and Equ

Re: [equinox-dev] Concierge and the IDE?

2015-11-20 Thread Pascal Rapicault
This is not a goal of the equinox team, nor do I believe this is a goal of the concierge team. They both address very different use cases. We've optimized Equinox to be extremely fast on "warm" startups by implementing a number of caching strategies, which makes the implementation bigger. This

Re: [equinox-dev] Installing into Region

2015-11-16 Thread Pascal Rapicault
The usage of regions seems to be a good solution for what you are trying to achieve. However I'm still not clear about the problem you are running into. On 15-11-16 12:57 PM, Florian Pirchner wrote: I need to isolate the IDE e4 stuff from the Vaaclipse e4 stuff and only share some defined api

Re: [equinox-dev] Debugging equinox

2015-11-13 Thread Pascal Rapicault
Make sure you have the version of the source matching the binary (you can check that by making sure both have the same last segment in the version (e.g. v20150820-1432). If it is the case, then I encourage you to use the Eclipse IDE ;) On 15-11-12 05:18 AM, Chiranga Alwis wrote: Hi, I have be

Re: [equinox-dev] Fwd: Launching the Equinox command console

2015-09-16 Thread Pascal Rapicault
You can access the OSGI console from the Eclipse console view. To do so, Window > Show View Select the Console Once the view has been opened, go to the view, click on the "open console button" (in the view toolbar) and select the "Host OSGi console". This will connect you to the OSGi console

Re: [equinox-dev] junit

2015-07-27 Thread Pascal Rapicault
You should simply try to get swtbot and its dependencies from http://download.eclipse.org/releases/mars HTH On 07/27/2015 11:26 AM, EDUARD MEDLA wrote: Hi, I am a quite new use of Eclipse. In our company, we want to automate installing plugins to eclipse via command line p2.director. My probl

Re: [equinox-dev] OS X native launcher build

2015-03-10 Thread Pascal Rapicault
From having poked at those scripts recently, I agree :) Please be sure to open a bug in releng so David W. can be aware of this change and I will happily push the commits On 03/10/2015 09:51 AM, Mikael Barbero wrote: Hi, While currently trying to build natives on the Eclipse FoundationiInfra

Re: [equinox-dev] Syncronize a cluster of Equniox instances on several Tomcats with the ServletBridge?

2014-12-15 Thread Pascal Rapicault
Even though it is not based on Tomcat and the servlet bridge, I believe that pieces of the gyrex project (https://eclipse.org/gyrex/) could be useful for you. On 12/15/2014 04:23 AM, Pablo Beltran wrote: Hi, I have to synchronize several instances of Tomcat which I do not control. However, I

Re: [equinox-dev] milestones in a maven repo

2014-08-22 Thread Pascal Rapicault
The barrier are ease of implementation, desire and time from the current committers. These could be overcome with contributions. On 22/08/2014 1:26 PM, Raymond Auge wrote: Hey All, I'd like to ask again what is the barrier to getting milestone builds into a maven repo? I mean https://repo.e

Re: [equinox-dev] Fwd: Re: [rt-pmc] Eclipse project winrun4j depends upon Java project org.eclipse.equinox.launcher

2014-02-07 Thread Pascal Rapicault
The bug stated above has status: new but is directed at Mac and so seems not relevant. Missing packages I understand but the issue above is just too obscure without help. Thanks and any ideas welcomed. On 02/07/2014 02:58 PM, Pascal

Re: [equinox-dev] Fwd: Re: [rt-pmc] Eclipse project winrun4j depends upon Java project org.eclipse.equinox.launcher

2014-02-07 Thread Pascal Rapicault
e source straight from the web page directories? Please advise, David. On 02/07/2014 01:38 PM, Pascal Rapicault wrote: You can find the source at http://git.eclipse.org/c/equinox

Re: [equinox-dev] Fwd: Re: [rt-pmc] Eclipse project winrun4j depends upon Java project org.eclipse.equinox.launcher

2014-02-07 Thread Pascal Rapicault
You can find the source at http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of David Brown Sent: February-07-14 2:31 PM To: equinox-dev@eclipse.org Subject: [equinox-dev] Fwd: Re: [rt-p

Re: [equinox-dev] Strange Heap overflow with Luna M3

2013-12-04 Thread Pascal Rapicault
I've run into a similar situation locally in an eclipse install where I have a lot of plugins installed. I ended up completely deleting the instance and reducing the number of plugins I'm using. From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Mickael

Re: [equinox-dev] Can I avoid having all my OSDI containers copied?

2013-11-19 Thread Pascal Rapicault
If you don't mind manually maintaining a list of bundles that you want to include in your application (at least to start with), then you may be interested in using org.eclipse.equinox.simpleconfigurator. This small bundles reads a file called configuration/org.eclipse.equinox.simpleconfigurator/

Re: [equinox-dev] Can I avoid having all my OSDI containers copied?

2013-11-19 Thread Pascal Rapicault
This happens in a couple cases: - the bundle is installed without using the reference: URL - the bundle which is shipped as a jar contains inner jars in which case they will be extracted - the bundle contains resources (files, images, etc) and the code require a file URL to those HTH From: equi

Re: [equinox-dev] simpleconfigurator on other frameworks?

2013-07-27 Thread Pascal Rapicault
Hi Scott, A couple summers ago I tried running p2 on Felix, and I seem to remember that simpleconfigurator was running fine. For running the rest of p2 on Felix, it was in the realm of possible but required some work to clear out some dependencies and I did

Re: [equinox-dev] Getting an instance of a source bundle

2013-04-24 Thread Pascal Rapicault
What I meant is that you could copy the code in PDE :) From: andrew.eisenb...@gmail.com [mailto:andrew.eisenb...@gmail.com] On Behalf Of Andrew Eisenberg Sent: April-23-13 5:03 PM To: Pascal Rapicault Cc: Equinox development mailing list Subject: Re: [equinox-dev] Getting an instance of a

Re: [equinox-dev] Getting an instance of a source bundle

2013-04-23 Thread Pascal Rapicault
The source jars are all available in a file called source.info located in eclipse\configuration\org.eclipse.equinox.source p2 writes these files using SimpleConfigurationManipulatorImpl but I assume that PDE has some logic / helper code that does all the logic you are interested in since it need

Re: [equinox-dev] Use Maven to build osgi applications

2013-04-02 Thread Pascal Rapicault
AFAIK, the only Maven plugin that will generate the config.ini file is Tycho when using the eclipse-product packaging type. HTH On 2013-04-01, at 1:55 AM, Prasad Jeewantha wrote: > Hi all, > I am trying to build an osgi application with Maven. I am using > maven-bundle-plugin and maven-scr-pl

[equinox-dev] Post M6 API changes

2013-03-18 Thread Pascal Rapicault
This is just a heads up that as part of the M7, I will be making API changes. Here are the two things that I have in mind, which from my point of view are completely transparent to the user - Review the necessity of some of the constants I introduced on IProfileRegistry - https://bugs.e

Re: [equinox-dev] Eclipse 4.3 M6 and Equinox Kepler M6 are available

2013-03-15 Thread Pascal Rapicault
Sorry to crash the party but none of the actual downloads of the Eclipse SDK are working. From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of David M Williams Sent: March-15-13 6:00 PM To: General development mailing list of the Eclipse project.; Equinox

Re: [equinox-dev] individual bundle downloads

2013-02-04 Thread Pascal Rapicault
I have not checked but I would assume that they are available from the p2 repo like juno (http://download.eclipse.org/releases/juno). You then have two ways to download it: - Peruse the remote filesystem (on one of the mirror since the foundation does not allow that) to find the file.

Re: [equinox-dev] [p2] IPlanner and package imports from JRE

2013-02-01 Thread Pascal Rapicault
The reason is simple. The p2 planner is Java agnostic. It only knows about the capabilities and requirements that are provided to it. (Sidenote - this is what allows p2 to resolve any other kind of dependencies like RPM, deb, etc.). For the planner to know about the packages coming from the EE,

Re: [equinox-dev] Equinox/p2/Installer

2013-01-31 Thread Pascal Rapicault
s (Eclipse Helios I think). The repository formats have not changed, so the tool should be fine. Also, as Pascal said, you can get the source and build it yourself for your own needs. cheers, ian On Wed, Jan 30, 2013 at 1:23 PM, Pascal Rapicault mailto:pascal.rapica...@ericsson.com>> wrote

Re: [equinox-dev] Equinox/p2/Installer

2013-01-30 Thread Pascal Rapicault
The installer code can be found at http://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.installer From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Vladimir Sosnin Sent: January-30-13 2:07 PM To: equinox-dev@eclipse.org

Re: [equinox-dev] Does the fwk load the config.ini

2013-01-25 Thread Pascal Rapicault
past M5 since we need to update all the host version ranges of the launcher fragments when we do that (https://bugs.eclipse.org/bugs/show_bug.cgi?id=399037) Tom [Inactive hide details for Pascal Rapicault ---01/25/2013 09:15:16 AM---Aren’t we reading it for the case where the fwk is star]Pascal

Re: [equinox-dev] Does the fwk load the config.ini

2013-01-25 Thread Pascal Rapicault
load the config.ini Sounds reasonable to do that check. I always thought it was a bit silly to re-read the config.ini in the EclipseStarter if the launcher already did it! Tom [Inactive hide details for Pascal Rapicault ---01/24/2013 08:19:04 PM---I’ve decided to stop reading the user

Re: [equinox-dev] Does the fwk load the config.ini

2013-01-24 Thread Pascal Rapicault
x27;s configuration if the base has changed? I guess you released some changes to the launcher to do this same kind of logic. You just now need to apply that logic in EclipseStarter so it does not clobber the changes you did to the launcher? Tom [Inactive hide details for Pascal Rapicault ---

Re: [equinox-dev] Does the fwk load the config.ini

2013-01-24 Thread Pascal Rapicault
hared configurations I think we depend on the launcher to do the merging of the cascaded configurations. Tom [Inactive hide details for Pascal Rapicault ---01/24/2013 03:35:04 PM---Thanks for the pointer Tom. I've looked at the code and]Pascal Rapicault ---01/24/2013 03:35:04 PM---Thanks for t

Re: [equinox-dev] Does the fwk load the config.ini

2013-01-24 Thread Pascal Rapicault
m [1] see org.eclipse.core.runtime.adaptor.EclipseStarter.loadConfigurationInfo() [Inactive hide details for Pascal Rapicault ---01/24/2013 12:25:23 PM---When running eclipse, does the framework also load the c]Pascal Rapicault ---01/24/2013 12:25:23 PM---When running eclipse, does the framework also load the config.ini or does always leave t

[equinox-dev] Changes to the launcher

2013-01-24 Thread Pascal Rapicault
As part of the work to improve the support for shared installs (https://bugs.eclipse.org/bugs/show_bug.cgi?id=304132) I have merged back in master the launcher code that detects whether the config.ini in the base has changed. The p2 work that goes along with it will also be merged in master in t

[equinox-dev] Does the fwk load the config.ini

2013-01-24 Thread Pascal Rapicault
When running eclipse, does the framework also load the config.ini or does always leave that to the launcher? thx Pascal ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] provider of equinox.http package

2013-01-18 Thread Pascal Rapicault
Thx John From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of John W Ross Sent: January-15-13 3:49 PM To: Equinox development mailing list Subject: Re: [equinox-dev] provider of equinox.http package My understanding is in 3.7.x and earlier, the org.eclipse

[equinox-dev] provider of equinox.http package

2013-01-15 Thread Pascal Rapicault
Which bundle provides the org.eclipse.equinox.http package? Pascal ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Markus Keller on rt.equinox.bundles by Pascal Rapicault

2013-01-11 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] TrustEngine and other security services

2012-12-29 Thread Pascal Rapicault
The p2 engine makes use of the TrustEngine, however I don't remember the details of how it works. You may also want to poke around at other parts of p2 as I just happen to remember about this ref in the engine, but there may be others. HTH Pascal On 2012-12-29, at 5:47 AM, Scott Lewis wrote:

[equinox-dev] Console behavior change?

2012-12-12 Thread Pascal Rapicault
Does that ring any bell to anyone involved in the console work? -Original Message- From: p2-dev-boun...@eclipse.org [mailto:p2-dev-boun...@eclipse.org] On Behalf Of Mikhail Kalkov Sent: December-12-12 6:37 AM To: p2-...@eclipse.org Subject: [p2-dev] Question about p2 console activation po

Re: [equinox-dev] Equinox Subprojects

2012-12-07 Thread Pascal Rapicault
ts (simple configurator for example), which are kinda p2 and kinda platform and sorta equinox. I guess Pascal and Tom would have a good idea of where to place these things (they're in p2 right now). cheers, ian On Fri, Dec 7, 2012 at 12:07 AM, Gunnar Wagenknecht mailto:gun...@wagenknecht.

Re: [equinox-dev] Equinox Subprojects

2012-12-06 Thread Pascal Rapicault
Another solution is to make p2 a project in of itself. From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Wayne Beaton Sent: December-06-12 1:02 PM To: equinox-dev@eclipse.org Subject: Re: [equinox-dev] Equinox Subprojects Is there real need to protect d

[equinox-dev] Scope from preference initialization file

2012-11-26 Thread Pascal Rapicault
Do you know if it is possible to address the various preference scopes from the preference initialization files? For example I would like my preference initialization file to set a pref in the p2 scope and in the configuration scope. Thx Pascal ___

Re: [equinox-dev] Which C file for launcher on mac

2012-11-17 Thread Pascal Rapicault
hing from MAIN_OBJS & COMMON_OBJS, the library contains > COMMON_OBJS & DLL_OBJS. > > -Andrew > > Pascal Rapicault ---11/16/2012 11:09:06 AM---When the executable > for mac / cocoa, is it the eclipseCarbon.c file that finds it way into the > dll? > > From:

[equinox-dev] Which C file for launcher on mac

2012-11-16 Thread Pascal Rapicault
When the executable for mac / cocoa, is it the eclipseCarbon.c file that finds it way into the dll? Pascal ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] About the fwk rewrite

2012-09-04 Thread Pascal Rapicault
erge that implementation > into the Felix framework. > I was curious since after all collaboration may have been as fruitful than co-opetition. Thanks for taking the time to answer. Pascal > > Tom > > > > Pascal Rapicault ---09/04/2012 06:12:46 AM---I have a

[equinox-dev] About the fwk rewrite

2012-09-04 Thread Pascal Rapicault
I have a couple questions about the framework rewrite: - Is there a document describing the goals of the rewrite - Is there any plan to change how things work on disk? (e.g. config.ini) - Since we are sharing the resolver with Felix, have we considered simply reusing felix

Re: [equinox-dev] New framework?

2012-09-04 Thread Pascal Rapicault
Yes, adaptor hooks will be reworked. On 2012-09-02, at 1:31 PM, Stephan Herrmann wrote: > Hi Tom, > > On 08/30/2012 02:55 PM, Thomas Watson wrote: >> In short, yes I have been working on re-implementing the core framework ... > > Will this affect any clients that use API not specified by OSGi?

Re: [equinox-dev] New framework?

2012-08-30 Thread Pascal Rapicault
tative plan for Kepler is to keep the current > implementation but for the most part it will be in maintenance mode. I will > be largely focused on getting the new framework implementation in shape and > providing patches to other components in Kepler that will allow them to run > on bo

[equinox-dev] New framework?

2012-08-29 Thread Pascal Rapicault
Through a couple of bug reports, it looks like we are working on a new implementation of the framework. Did I get that right? Pascal ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] looking up binaries

2012-06-10 Thread Pascal Rapicault
> OSGi Fellow and CTO of the OSGi Alliance > hargr...@us.ibm.com > > office: +1 386 848 1781 > mobile: +1 386 848 3788 > > > > > > > From:Pascal Rapicault > To:Equinox development mailing list , > Date:2012/06/10 20:29 &g

Re: [equinox-dev] looking up binaries

2012-06-10 Thread Pascal Rapicault
ng > JNI native libraries. How the dependencies of the JNI native libraries are > met is not addressed. > > -- > BJ Hargrave > Senior Technical Staff Member, IBM > OSGi Fellow and CTO of the OSGi Alliance > hargr...@us.ibm.com > > office: +1 386 848 1781 > m

[equinox-dev] looking up binaries

2012-06-10 Thread Pascal Rapicault
Hey, I have a situation where the binaries for my application are spread across multiple bundles and those libraries depend on each others. For example, I have bundle1 that carries lib1.so and I have bundle2 that carries lib2.so, and bundle1 depends on bundle2. When I try to load lib1.so if li

Re: [equinox-dev] JVM arguments passed through launcher command line?

2012-05-08 Thread Pascal Rapicault
See -vmargs on http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html HTH Pascal On 2012-05-08, at 9:01 AM, Ben Abernathy wrote: > I'm not sure if this is the right list to ask, but here it goes. We > have an OSGi application b

Re: [equinox-dev] building from source

2012-04-06 Thread Pascal Rapicault
We like it when ppl want to provide patches :) Equinox is built using PDE Build only, but it is built as part of the SDK build. From the IDE, the closest way to build it is by using the File > Export > Plugin [...] > Deployable plugins and fragments or by getting a build.xml file generated using

Re: [equinox-dev] [error] encoded string too long

2012-04-05 Thread Pascal Rapicault
I would recommend opening a bug report with a real test case or a just a some fake data exhibiting the problem. In this case we may be able to produce a patch that you could apply back on this particular version of the fwk. HTH Pascal On 2012-04-05, at 6:32 PM, Raymond Auge wrote: > Hello eve

Re: [equinox-dev] OSGI jar file built from specific tag differs from OSGI jar included with BIRT runtime?

2012-03-28 Thread Pascal Rapicault
I'm not surprised by this difference and would argue that the process by which in the past you managed to get the same jar is coincidence / luck, or some wonky things that the BIRT team did :) Several reasons come to mind as to why there is a difference: - the Eclipse build process condition the

[equinox-dev] +1 for Silenio Quarti on rt.equinox.framework by Pascal Rapicault

2012-03-28 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Bogdan Gheorghe on rt.equinox.framework by Pascal Rapicault

2012-03-28 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Any consumers of the org.eclipse.equinox.http bundle?

2011-10-27 Thread Pascal Rapicault
Some p2 tests use that bundle. They could probably changed to use the other bundle. On 2011-10-27, at 2:18 PM, Thomas Watson wrote: > In Equinox we have a two implementations of the HttpService. > > 1) org.eclipse.equinox.http - that has a home grown web container and > therefore has to impleme

[equinox-dev] Office hours

2011-09-19 Thread Pascal Rapicault
You have beginner or experienced-level questions about Equinox or p2? You want to contribute to Equinox or p2? Just want to chat with us? Join us on our weekly office hours every Tuesday at 1pm EST on the #equinox-dev channel on IRC (http://wiki.eclipse.org/IRC). During these meetings equinox an

Re: [equinox-dev] equinox git repo

2011-08-09 Thread Pascal Rapicault
ry useful page. > > Thanks, > Borislav > > From: equinox-dev-boun...@eclipse.org > [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Pascal Rapicault > Sent: Tuesday, August 09, 2011 6:23 PM > To: Equinox development mailing list > Subject: Re: [equinox-dev] equi

Re: [equinox-dev] equinox git repo

2011-08-09 Thread Pascal Rapicault
We should probably get that old repo removed by the webmaster. I did this for p2. On 2011-08-09, at 5:20 PM, Andrew Niefer wrote: > The repositories you want are > git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git > git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git > gi

[equinox-dev] Call every other week

2011-07-03 Thread Pascal Rapicault
We are now in our summer schedule which means a call every other week. The next call will take place Monday 11th. PaScaL ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] p2 / pde tag

2011-06-28 Thread Pascal Rapicault
I've tagged p2 and PDE build (and its tests) because to react to some changes in the publisher. ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Equinox tagged for the next Juno Integration build

2011-06-28 Thread Pascal Rapicault
The builds from June 21 or the N build from the 27th are all from HEAD (thus 3.8 / Juno). The webpage content has not yet been updated to reflect the reality. On 2011-06-28, at 7:49 AM, Kirchev, Lazar wrote: > Hello, > > Where can I find the build artifacts? On http://download.eclipse.org/equi

Re: [equinox-dev] Eclipse and Equinox 3.7 is now available

2011-06-27 Thread Pascal Rapicault
There is currently no plan to make anything avilable in a Maven repo. Which part are you interested in seeing available in a Maven repo? On 2011-06-27, at 6:13 PM, Jacek Laskowski wrote: > On Wed, Jun 22, 2011 at 3:19 PM, Kim Moir wrote: >> The Eclipse and Equinox committers are happy to announc

[equinox-dev] Git repo and the incubator

2011-06-21 Thread Pascal Rapicault
If I understand everything correctly, the current proposal for the structure of git repos is to have one git repo per unix user group. In our case this means that we will have one equinox repo, one p2 repo, a few others and one incubator repo. As much as I understand the motivation behind this,

[equinox-dev] Signing facility

2011-06-19 Thread Pascal Rapicault
Hey, Do you know if the signing & ssl infrastructure provided as part of the fwk would be easily extractible as a separate bundle much like we do for supplement? Thx PaScaL ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/m

[equinox-dev] WiringAdmin vs PlatformAdmin

2011-06-19 Thread Pascal Rapicault
With the introduction of the WiringAdmin service, could someone shed some light on its relationship with equinox owns PlatformAdmin and especially the State aspect of that one. The reason I'm asking is that simpleconfigurator has dependencies on PlatformAdmin (see class StateResolverUtils) and

Re: [equinox-dev] Equinox leaking file descriptors

2011-06-13 Thread Pascal Rapicault
We believe this issue is caused by 349121 for which we have opened a released a fix in HEAD and in 3.7.1. On 2011-06-13, at 2:00 PM, Max Rydahl Andersen wrote: > Hi, > > We've lately started to get more and more reports about users on Linux > systems that they were running out of file descript

Re: [equinox-dev] Writing something into the config.ini file

2011-05-11 Thread Pascal Rapicault
ng... > Anthony > > > De : equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] > De la part de Pascal Rapicault > Envoyé : 11 mai 2011 15:22 > À : Equinox development mailing list > Cc : P2 developer discussions > Objet : Re: [equinox-dev] Writing s

Re: [equinox-dev] Writing something into the config.ini file

2011-05-11 Thread Pascal Rapicault
..@eclipse.org > [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Pascal Rapicault > Sent: May-11-11 2:40 PM > To: Equinox development mailing list > Cc: P2 developer discussions > Subject: Re: [equinox-dev] Writing something into the config.ini file > > Make sure that t

Re: [equinox-dev] Writing something into the config.ini file

2011-05-11 Thread Pascal Rapicault
> No action found for: setProgramProperty. > > My p2.inf looks like this: > > instructions.configure=\ > > setProgramProperty(propName:testValue1,propValue:testValue2);\ > > > Thanks in advance, > Dom > > From: equinox-dev-boun...@eclipse.org > [mai

Re: [equinox-dev] Writing something into the config.ini file

2011-05-11 Thread Pascal Rapicault
This can be done using a touchpoint action (Provisioning Actions and Touchpoints) In this particular case: setProgramProperty, for example setProgramProperty(propName:equinox.use.ds, propValue:true); To get this added to your metadata you need to store that into a p2.inf file (Customizing metad

Re: [equinox-dev] (no subject)

2011-04-23 Thread Pascal Rapicault
Please ask this question on the virgo ML: https://dev.eclipse.org/mailman/listinfo/virgo-dev On 2011-04-23, at 11:58 AM, 段琦 wrote: > Hi >Did anyone use the Virgo?Today,I try to run the greenpages according to > the related > papers(http://www.eclipse.org/virgo/documentation/virgo-documenta

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-21 Thread Pascal Rapicault
inox/p2 meeting minutes posted >>> >>> >>> >>> If there is no objection I will release that during the week so we can >>> actually work on the code together. >>> >>> I'm not a real fan of this approach in the last week o

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-20 Thread Pascal Rapicault
of this approach in the last week of M7. If bogus API gets > into M7 then we'll have a hell of a time removing/changing it. We almost > always end up regretting those last minute pushes. For the code itself I > don't care but releasing API that is not baked is less than op

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-20 Thread Pascal Rapicault
later. I'd like the API to be more "agreed to" before > putting it in to M7 given the lateness of the hour. > > Jeff > > On 2011-04-20, at 10:43 AM, Pascal Rapicault wrote: > >> The API has been ready since before eclipsecon. Dave and others reviewed it >

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-20 Thread Pascal Rapicault
t care but releasing API that is not baked is less than optimal. > > Jeff > > On 2011-04-19, at 1:30 PM, Pascal Rapicault wrote: > >> This issue has been discussed at the end of M6 with Tom and it has been >> agreed at the time that we will add this new API in M7 (I had no

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-19 Thread Pascal Rapicault
e do not release > until it has been reviewed. > > Jeff > > > On 2011-04-18, at 5:22 PM, Pascal Rapicault wrote: > >> Crap. Just a heads up that I stil need to release the new simplified API >> around the operations. I'll likely only get to that Friday. &g

Re: [equinox-dev] Equinox/p2 meeting minutes posted

2011-04-18 Thread Pascal Rapicault
Crap. Just a heads up that I stil need to release the new simplified API around the operations. I'll likely only get to that Friday. On 2011-04-18, at 3:21 PM, Thomas Watson wrote: > http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110418 > > As a reminder M7 is next week. After that we head i

[equinox-dev] +1 for John W Ross on rt.equinox.bundles by Pascal Rapicault

2011-03-31 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 I like commenting on nominations :) Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Borislav Kapukaranov on rt.equinox.bundles by Pascal Rapicault

2011-03-31 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 The more the merrier :) Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Glyn Normington on rt.equinox.bundles by Pascal Rapicault

2011-03-31 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 Of course ! Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

2011-02-18 Thread Pascal Rapicault
; Subject: Re: [equinox-dev] Events for instance location? > > On Thu, Feb 17, 2011 at 1:32 PM, Pascal Rapicault wrote: > > For some reason I thought that the instance location was being registered > > as a service. However, I can't seem to find this. > > Did I d

[equinox-dev] Events for instance location?

2011-02-17 Thread Pascal Rapicault
For some reason I thought that the instance location was being registered as a service. However, I can't seem to find this. Did I dream that ? If I did, how can one know when the instance location is actually set? Thx PaScaL ___ equinox-dev mailing li

[equinox-dev] Equinox / p2 call cancelled

2011-01-31 Thread Pascal Rapicault
Due to the absence of a great number of people, this week p2 call is being cancelled. Talk to you next week, PaScaL ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Brian de Alwis on rt.equinox.incubator by Pascal Rapicault

2010-12-22 Thread portal on behalf of Pascal Rapicault
Pascal Rapicault voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] List of installable units or log - using p2 director to automate Subclipse, M2eclipse, and M2eclipse Extra for OpenMRS developers

2010-09-18 Thread Pascal Rapicault
[...] > Somewhat oddly (to me) the relevant reference to the Update Manager API on > Galileo: > http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/update/core/package-summary.html > is marked as deprecated. I don't easily see a replacement API p

[equinox-dev] New time for the p2 and equinox calls

2010-09-16 Thread Pascal Rapicault
In order to minimize the numbers of call people have to attend, and given the short duration of the equinox calls, we have decided to give a try a unique p2 and equinox call. If you have any concern with the merge let us know, otherwise please vote to the following poll. Be careful the poll is

Re: [equinox-dev] List of installable units or log - using p2 director to automate Subclipse, M2eclipse, and M2eclipse Extra for OpenMRS developers

2010-09-12 Thread Pascal Rapicault
A complete list of all the IUs that have been installed is available in the most recent profile file located in /p2/org.eclipse.equinox.p2.engine/profileRegistry// In order to facilitate things for you users, you may want to create one IU that refers to all the elements you need. This way your

  1   2   3   4   5   >