[equinox-dev] Launcher for Equinox

2010-03-15 Thread David Conde
Hi, I am sorry if this is not the right place for this post, but I would appreciate the opinion and answers from people who know more about Equinox and different ways to launch it. What is it the most common way to launch Equinox without using Eclipse? I have the next problem, I would like

Re: [equinox-dev] Launcher for Equinox

2010-03-15 Thread Ali Naddaf
David, Regarding the part that you are using the config.ini, why do you remove that command line option on the subsequent launches? If you keep it there, then it will reuse the cache that it was built the last time under that configuration folder and you should achieve what you want; I am gue

RE: [equinox-dev] Launcher for Equinox

2010-03-15 Thread David Conde
Hi Ali, Thank you very much for your answer. I have tried by launching with -configuration command and then I stopped one of the bundles which appear in config.ini, let's call it bundle A, so,launching again the command without removing -configuration command the state of the bundle A it is

[equinox-dev] Equinox tagged for the next Helios Integration build

2010-03-15 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 305059. ArrayIndexOutOfBoundsException thrown from SCRManager (FIXED) + Bug 305863. org.eclipse.core.internal.runtime.AdapterManager is not thread safe (FIXED) The following projects have changed: org.eclipse.equinox.ds org.eclips

[equinox-dev] Re: [eclipse-dev] New API on IApplicationContext

2010-03-15 Thread zhu kane
Hi Thomas, We used to mock a context object to start the application in the junit test. I tried to migrate the code using ApplicationDescriptor to avoid break caused by the changes of IApplicationContext. However, the ApplicationDescriptor.launch always fails due to the built-in application 'org.e