Re: [equinox-dev] [prov] EclipseCon installers

2008-02-04 Thread David R Stevenson
by: [EMAIL PROTECTED] Please respond to Equinox development mailing list I'm not sure I follow... are you suggesting we install the installer using p2? Currently the installer is just a plain zipped Equinox/SWT application. David R Stevenson <[EMAIL PROTECTED]> Sent by: [

Re: [equinox-dev] [prov] EclipseCon installers

2008-02-04 Thread David R Stevenson
Unless I am missing something, we should be able to bundle all the launchers as IUs in the same package, each with the appropriate filters for os and arch. Then the correct launcher will be selected at install time. That is something difficult to do with a zip, but should be simple in p2.

Re: [equinox-dev] [prov] Trick to using repo optimizer?

2008-01-30 Thread David R Stevenson
I expect the problem is that you need to ask the org.eclipse.core.net plug-in to the launch configuration. The dependency was introduced by the latest release of ECF. - Dave [equinox-dev] [prov] Trick to using repo optimizer? Tim Webb to: Equinox development mailing list 01/30/20

Re: [equinox-dev] optimizers, tests and temp files

2007-11-12 Thread David R Stevenson
I synchronized mid-afternoon today and IF I cleanup after the previous run, then the only failing tests I have are the two that Stefan is working on: org.eclipse.equinox.p2.tests.artifact.optimizers.jbdiff.JBDiffZipStepTest org.eclipse.equinox.p2.tests.artifact.processor.jbdiff.JBPatchZipStepTes

Re: [equinox-dev] [p2] Origins and use of OrderedProperties

2007-11-06 Thread David R Stevenson
The origin of OrderedProperties was, as you aptly put, for the purpose of creating a consistent serialized representation. Careful use of Map in the APIs should be fine. - Dave John Arthorne <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/06/2007 04:39 PM Please respond to Equino

[equinox-dev] [prov] Delivery of SAX writer/parser replacement for XStream

2007-10-28 Thread David R Stevenson
I have completed the initial delivery of SAX XML Writer/Parser framework for XStream replacement. The metadata and artifact repository, profile registry, and install registry SAX writers/parsers are all now used. (the xstream lines are commented out for easy restoration in the event of a diffic

Re: [equinox-dev] De/Serializing IArtifactKey

2007-10-23 Thread David R Stevenson
Yes, as I mentioned in yesterday's call, I am working on structuring the xml writers and handlers so they can be used at finer than repository/etc granularity. As always, there are trade-offs to make about the simplicity/complexity of the data and of the writing/parsing and blind versus intel

[equinox-dev][prov] JRE versioning

2007-10-11 Thread David R Stevenson
Another possibility for handing the multiple variants of JREs is to have a JRE (or java execution environment) group with selectable content so that the actual variant and version can be chosen via filters. You can think of this approach as corresponding to the way that arch, os, and ws are cur

Re: [equinox-dev] [vote] graduating the new jar processor bundle

2007-09-09 Thread David R Stevenson
lots of opportunities for exploiting jar processor +1 - Dave Jeff McAffer <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/09/2007 08:05 PM Please respond to Equinox development mailing list To equinox-dev@eclipse.org cc Subject [equinox-dev] [vote] graduating the new jar proces

Re: [equinox-dev] [Prov] Build errors against CDC-1.1/Foundation-1.1

2007-08-13 Thread David R Stevenson
Hi, Tim, The faux pas was mine, Susan reported it earlier, and Pascal delivered the fix around noon today. An interesting point was that the compiler compliance level for the project was 1.4, but the issue was not flagged. Sorry for the problem - Dave _

[equinox-dev] [prov] fix for bugzilla

2007-07-26 Thread David R Stevenson
I committed a fix for bugzilla 197404 - Profile class has wrong property name string assigned to PROP_NAME. I also fixed a couple of other naming inconsistencies, in particular property name constant for flavor from "flavor" to "eclipse.prov.flavor". This has a side-effect in existing persiste