Re: [equinox-dev] Incubator copied to rt repository.

2009-02-24 Thread Stefan Liebig
Hi Tom, Riena uses the extended equinox.log (incubator) which now has also been moved to RT. After this move we can no longer access it with pserver (anonymous): Error dialog: Error fetching resource list from repository Reason: compendium: Folder org.eclipse.equinox/incubator/compendium does

Re: [equinox-dev] Extension registry evolution

2008-10-23 Thread Stefan Liebig
Hi Oleg, I recently updated the Riena Getting Started with injecting services and extensions: http://wiki.eclipse.org/Riena_Getting_Started_with_injecting_services_and_extensions Tschüß, Stefan Oleg Besedin wrote: Thank you for the comments, lots of good points. removed stuff In Riena

Re: [equinox-dev] DS and references without an interface

2008-07-21 Thread Stefan Liebig
Have you tried java.lang.Object as type? Alin Dreghiciu wrote: Hi guys, Is there any way to specify in Declarative Services a reference without a type, just with a filter (target)? My use case is that I want all services that have certain service properties regardless the type of the service.

[equinox-dev] [prov] Eclipse 3.3 extension locations

2008-05-08 Thread Stefan Liebig
With Eclipse 3.3 it was possible to add extension locations from Help Software Updates Manage Configuration Add an Extension Location. While it is possible to add such an extension location from the new UI with add Site it is of course something different because: - only plugins with with

[equinox-dev] +1 for Neil Bartlett

2008-03-28 Thread portal on behalf of Stefan Liebig
+1 I completely agree with =?UTF-8?Q?Jeff=C3=82=C2=B4s?= reasons. 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 Boris Bokowski

2008-03-28 Thread portal on behalf of Stefan Liebig
+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 Andrew Niefer

2008-02-28 Thread portal on behalf of Stefan Liebig
+1 +1 for Andrew! 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] [launcher] Showsplash

2008-02-07 Thread Stefan Liebig
I am using a freeware tool (http://www.angusj.com/resourcehacker/) to modify our win32 NL for smartup so that is possible to change (branding) the splash screen and string resources without the need of recompiling our NL. However, this is not done at install time, although it might be

Re: [equinox-dev] [prov] Gzipped artifacts.xml

2007-12-20 Thread Stefan Liebig
Hi Andrew, I was not aware of the right name. It was a guess. Can you please change it? Its just a constant in SimpleArtifactRepository. Stefan Andrew Overholt wrote: Hi Stefan, * Stefan Liebig [EMAIL PROTECTED] [2007-12-19 09:46]: Reading artifacts.xml first tries the gzipped

[equinox-dev] [prov] Strange error message: org.osgi.framework.BundleException: State change in progress for bundle ...

2007-12-17 Thread Stefan Liebig
I started to refactor SimpleArtifactRepositoryFactory to use ECFTransport instead of using URL.openStream() to load the artifacts.xml. In my first attempt I was using ECFTransport to download artifact.xml into a temporary file and than reading its content with SimpleArtifactRepositoryIO. This

Re: [equinox-dev] new delta algorithm and tests

2007-11-16 Thread Stefan Liebig
) than BZip2 when used in the context of JBDiff Because of that I updated the JBdiff projects as well as the test project. Stefan Stefan Liebig wrote: To track down the cause of bug _https://bugs.eclipse.org/bugs/show_bug.cgi?id=209233_ I ´splitted´ one of the failing tests

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

2007-11-16 Thread Stefan Liebig
To simplify handling of test data I have created a little helper class: org.eclipse.equinox.p2.tests.TestData. It simplifies access to test data that is stored in the ´testData´ folder of the test project. Currently it does: - get test data as an input stream - get test data as a file, some

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

2007-11-13 Thread Stefan Liebig
I usually use Easymock (http://www.easymock.org/) for creating mocks on the fly. Unfortunately we can not use Easymock 2.x because it requires generics support. With Easymock 2.x it is almost fun creating mocks. A version suitable for our environment is available at

Re: [equinox-dev] new delta algorithm and tests

2007-11-10 Thread Stefan Liebig
Yes, I can have a look at optimizing what we now have now. Which day did you mean with tomorrow? If have already a few starting points, letshare them. However, I am fighting currently with https://bugs.eclipse.org/bugs/show_bug.cgi?id=209233. I would like to have that solved before I start

[equinox-dev] [p2] ProcessingStepHandler.canProcess(IArtifactDescriptor descriptor) ..

2007-10-24 Thread Stefan Liebig
.. is currently used within the MirrorRequest to decide whether a ´optimized´ artifact should be used for mirroring. The current logic to decide whether this can be done is only based on the fact that all required processing step implementations (extensions) are available. I think that this is

Re: [equinox-dev] [prov] request handler orientation

2007-08-31 Thread Stefan Liebig
The current version of ECFHandler (I know it is an early state) does not support setting of internet proxies nor does it handle certificates for trusted communications (client trusts server, server trusts client). I glimpsed at ECF and I saw that it is possible to set a single proxy but I