Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 371034

Summary: Unable to add dependencies in the manifest editor's Dependencies tab
Product: [RT] Virgo Reporter: Andrew Rootmann <vluki>
Component: toolingAssignee: Leo Dos Santos <leo.dos.santos>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: b.kapukaranov, eclipse, glyn.normington, leo.dos.santos, milesparker, mlippert
Version: 3.5.0.M02   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 364573    

Description Andrew Rootmann CLA 2012-02-08 21:48:40 EST
Build Identifier: Tooling: 1.0.0.201202082045-SNAPSHOT, Virgo: 3.5.0.M02

Clicking the "Add..." button on the Dependencies tab of the manifest editor produces the following exception:

java.lang.RuntimeException: Failed to read repository configuration
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.readRepositoryConfiguration(SystemPackageFilteringRepository.java:137)
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.<init>(SystemPackageFilteringRepository.java:95)
	at org.eclipse.virgo.kernel.tools.DependencyLocator.<init>(DependencyLocator.java:92)
	at org.eclipse.virgo.kernel.osgi.provisioning.tools.DependencyLocator.<init>(DependencyLocator.java:77)
	at org.eclipse.virgo.kernel.osgi.provisioning.tools.DependencyLocator20.<init>(DependencyLocator20.java:43)
	at org.eclipse.virgo.ide.runtime.core.ServerUtils.createDependencyLocator(ServerUtils.java:174)
	at org.eclipse.virgo.ide.runtime.core.ServerUtils.createDependencyLocator(ServerUtils.java:154)
	at org.eclipse.virgo.ide.runtime.core.provisioning.ArtefactRepositoryManager.getBundleRepository(ArtefactRepositoryManager.java:132)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils.getImportPackageProposalsForRuntime(RepositoryUtils.java:587)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils.access$2(RepositoryUtils.java:579)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils$9.doWithRuntime(RepositoryUtils.java:276)
	at org.eclipse.virgo.ide.runtime.internal.core.ServerRuntimeUtils.executeCallback(ServerRuntimeUtils.java:116)
	at org.eclipse.virgo.ide.runtime.internal.core.ServerRuntimeUtils.execute(ServerRuntimeUtils.java:71)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils.getImportPackageProposals(RepositoryUtils.java:273)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.setElementsLocal(BundleImportPackageSection.java:87)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection$1.run(BundleImportPackageSection.java:167)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.internalHandleAdd(BundleImportPackageSection.java:178)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.handleAdd(BundleImportPackageSection.java:154)
	at org.eclipse.virgo.ide.ui.editors.AbstractImportSection.buttonSelected(AbstractImportSection.java:170)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.buttonSelected(BundleImportPackageSection.java:413)
	at org.eclipse.pde.internal.ui.editor.TableSection$PartAdapter.buttonSelected(TableSection.java:50)
	at org.eclipse.pde.internal.ui.parts.SharedPartWithButtons$SelectionHandler.buttonSelected(SharedPartWithButtons.java:42)
	at org.eclipse.pde.internal.ui.parts.SharedPartWithButtons$SelectionHandler.widgetSelected(SharedPartWithButtons.java:33)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:999)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:893)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:85)
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:579)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:534)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:352)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
Caused by: java.io.FileNotFoundException: D:\Downloads\virgo-kernel-3.5.0.M02\config\org.eclipse.virgo.repository.properties (The system cannot find the path specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileInputStream.<init>(Unknown Source)
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.readRepositoryConfiguration(SystemPackageFilteringRepository.java:132)
	... 50 more


This is due to the fact that the "config" directory has been renamed to "configuration" in Virgo 3.5.x. Just to try and get it working I created the required "config" directory as well as the property file. When I hit the "Add..." button again and this time I get this (see stack trace below). The file the code is looking for is actually now called java6-server.profile and it's located in the "configuration" directory.

java.io.FileNotFoundException: D:\Downloads\virgo-kernel-3.5.0.M02\lib\server.profile (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at org.eclipse.virgo.kernel.tools.internal.EquinoxOsgiProfileParser.parseProfileForExportedPackages(EquinoxOsgiProfileParser.java:39)
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.<init>(SystemPackageFilteringRepository.java:118)
	at org.eclipse.virgo.kernel.tools.DependencyLocator.<init>(DependencyLocator.java:92)
	at org.eclipse.virgo.kernel.osgi.provisioning.tools.DependencyLocator.<init>(DependencyLocator.java:77)
	at org.eclipse.virgo.kernel.osgi.provisioning.tools.DependencyLocator20.<init>(DependencyLocator20.java:43)
	at org.eclipse.virgo.ide.runtime.core.ServerUtils.createDependencyLocator(ServerUtils.java:174)
	at org.eclipse.virgo.ide.runtime.core.ServerUtils.createDependencyLocator(ServerUtils.java:154)
	at org.eclipse.virgo.ide.runtime.core.provisioning.ArtefactRepositoryManager.getBundleRepository(ArtefactRepositoryManager.java:132)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils.getImportPackageProposalsForRuntime(RepositoryUtils.java:587)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils.access$2(RepositoryUtils.java:579)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils$9.doWithRuntime(RepositoryUtils.java:276)
	at org.eclipse.virgo.ide.runtime.internal.core.ServerRuntimeUtils.executeCallback(ServerRuntimeUtils.java:116)
	at org.eclipse.virgo.ide.runtime.internal.core.ServerRuntimeUtils.execute(ServerRuntimeUtils.java:71)
	at org.eclipse.virgo.ide.runtime.core.provisioning.RepositoryUtils.getImportPackageProposals(RepositoryUtils.java:273)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.setElementsLocal(BundleImportPackageSection.java:87)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection$1.run(BundleImportPackageSection.java:167)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.internalHandleAdd(BundleImportPackageSection.java:178)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.handleAdd(BundleImportPackageSection.java:154)
	at org.eclipse.virgo.ide.ui.editors.AbstractImportSection.buttonSelected(AbstractImportSection.java:170)
	at org.eclipse.virgo.ide.ui.editors.BundleImportPackageSection.buttonSelected(BundleImportPackageSection.java:413)
	at org.eclipse.pde.internal.ui.editor.TableSection$PartAdapter.buttonSelected(TableSection.java:50)
	at org.eclipse.pde.internal.ui.parts.SharedPartWithButtons$SelectionHandler.buttonSelected(SharedPartWithButtons.java:42)
	at org.eclipse.pde.internal.ui.parts.SharedPartWithButtons$SelectionHandler.widgetSelected(SharedPartWithButtons.java:33)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:999)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:893)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:85)
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:579)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:534)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:352)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	

Reproducible: Always
Comment 1 Andrew Rootmann CLA 2012-02-08 21:52:46 EST
This is for the Virgo IDE version: 1.0.0.201202082045-SNAPSHOT
Comment 2 Miles Parker CLA 2012-02-09 13:17:24 EST
Andrew, we are now supporting both the old (3.0.2) and new (3.5) server, but this is brand new. Are you sure you selected the "3.5" server type when defining a new server?
Comment 3 Andrew Rootmann CLA 2012-02-09 14:18:39 EST
Yes, I'm sure. I was able to successfully launch the server after I had the config directory manually created and I only have 3.5.0.M02 version. 

This issue is easily reproducible. Just create a new EclipseRT Bundle project, open the MANIFEST.MF, click the Add button on the Dependencies tab and observe nothing happening. Next, check the Error Log view to see the exceptions similar to the ones above.
Comment 4 Miles Parker CLA 2012-02-09 15:57:47 EST
OK, it does work for me, and the reason I asked is that the feature is only a few days old. See bug 364573. Assuming that you mean clicking on the "Import Bundle" Add.. It works for me, but in the trivial sense, as aren't actually any bundles for me to import.

Where ae you installing the tooling from? Please grab the latest plugin from:

https://hudson.eclipse.org/hudson/job/virgo.ide.snapshot/lastSuccessfulBuild/artifact/org.eclipse.virgo.ide.site/target/site/
Comment 5 Andrew Rootmann CLA 2012-02-09 17:21:26 EST
Miles, I've just downloaded the latest snapshot 1.0.0.201202091812-SNAPSHOT from http://download.eclipse.org/virgo/snapshot/IDE. 

The behavior is different as compared to the yesterday's snapshot 1.0.0.201202082045-SNAPSHOT. The Add button now works as expected with the original 3.5.0.M02 directory structure - I can now see all packages available on the server in the Package Selection dialog box. 

However, I still see the same exception in the Eclipse log when I save the manifest after having just added a new import. It doesn't seem to be affecting anything though...

Please see in the stack trace how the exception is complaining about not being able to find file "D:\Downloads\virgo-kernel-3.5.0.M02\config\org.eclipse.virgo.repository.properties"

Thanks for your help!
Andrew

java.lang.RuntimeException: Failed to read repository configuration
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.readRepositoryConfiguration(SystemPackageFilteringRepository.java:137)
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.<init>(SystemPackageFilteringRepository.java:95)
	at org.eclipse.virgo.kernel.tools.DependencyLocator.<init>(DependencyLocator.java:92)
	at org.eclipse.virgo.kernel.osgi.provisioning.tools.DependencyLocator.<init>(DependencyLocator.java:77)
	at org.eclipse.virgo.kernel.osgi.provisioning.tools.DependencyLocator20.<init>(DependencyLocator20.java:43)
	at org.eclipse.virgo.ide.runtime.core.ServerUtils.createDependencyLocator(ServerUtils.java:174)
	at org.eclipse.virgo.ide.runtime.core.ServerUtils.createDependencyLocator(ServerUtils.java:137)
	at org.eclipse.virgo.ide.jdt.internal.core.classpath.ServerClasspathContainer.createDependencyLocator(ServerClasspathContainer.java:577)
	at org.eclipse.virgo.ide.jdt.internal.core.classpath.ServerClasspathContainer.refreshClasspathEntries(ServerClasspathContainer.java:263)
	at org.eclipse.virgo.ide.jdt.internal.core.util.ClasspathUtils.updateClasspathContainer(ClasspathUtils.java:172)
	at org.eclipse.virgo.ide.jdt.internal.core.classpath.ServerClasspathContainerUpdateJob.runInWorkspace(ServerClasspathContainerUpdateJob.java:97)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.io.FileNotFoundException: D:\Downloads\virgo-kernel-3.5.0.M02\config\org.eclipse.virgo.repository.properties (The system cannot find the path specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(Unknown Source)
	at java.io.FileInputStream.<init>(Unknown Source)
	at org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository.readRepositoryConfiguration(SystemPackageFilteringRepository.java:132)
	... 12 more
Comment 6 Andrew Rootmann CLA 2012-02-09 17:39:53 EST
I'm sorry! I spoke too soon... The bug is still there as originally reported. 

Despite the risk of causing a lot of confusion and I'll try to explain...

I have two Virgo servers configured in my workspace. While testing the latest snapshot I only reverted one of them to the original 3.5.0 directory structure (by removing the "config" directory and leaving only "configuration") while the other server was using the modified directory structure (as described in the original post). Apparently this other server interfered with the repository loading logic hence making the "Add.." button work. 

I removed all the server configurations, re-created a new one against the original 3.5.0.M02 download directory structure and there it was - the exception was back and the Package selection dialog box would no longer show up...

I think this might explain why it worked for Miles... Please make sure you have no servers configured before you try to reproduce the problem.

Andrew
Comment 7 Andrew Rootmann CLA 2012-02-09 19:38:29 EST
I've looked at the code and it appears the configuration directory name is hardcoded in org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository to "config" like so (line 70):

private static final String REPOSITORY_CONFIG_PATH = File.separatorChar + "config" + File.separatorChar + "org.eclipse.virgo.repository.properties";

This config path doesn't exists in Virgo 3.5.0 and this causes the FileNotFoundException that makes the Add Import Packages fail.

Hope it helps.
Comment 8 Miles Parker CLA 2012-02-09 20:03:22 EST
(In reply to comment #6)
> I have two Virgo servers configured in my workspace. While testing the latest
> snapshot I only reverted one of them to the original 3.5.0 directory structure
> (by removing the "config" directory and leaving only "configuration") while the
> other server was using the modified directory structure (as described in the
> original post). Apparently this other server interfered with the repository
> loading logic hence making the "Add.." button work.

OK, that's worrying in itself..

(In reply to comment #7)
> I've looked at the code and it appears the configuration directory name is
> hardcoded in
> org.eclipse.virgo.kernel.tools.internal.SystemPackageFilteringRepository to
> "config" like so (line 70):
> 
> private static final String REPOSITORY_CONFIG_PATH = File.separatorChar +
> "config" + File.separatorChar + "org.eclipse.virgo.repository.properties";

Thanks for the hint. It looks like that one didn't get updated and that we're going to need to isolate it as well. (I'm going to take a run at consolidating all of these path definitions at some point. OTOH, hopefully the dir structure won't change again anytime soon!)
Comment 9 Miles Parker CLA 2012-02-09 20:21:52 EST
OK, just realized that that code is actually in kernel. Bouncing over to kernel team -- have a look at this one please? I'm not sure why that isn't breaking anything given mismatch with 3.5 dir structure unless perhaps tooling is the only code using that.

I could make a fix on the tooling side by creating a new DependencyLocator (we should prob. factor out the _10 stuff anyway) and doing a replace for the config string, but that doesn't seem like the best solution maintenance wise.
Comment 10 Leo Dos Santos CLA 2012-02-09 20:33:33 EST
Ok, there are a few issues happening here. First of all, we're bundling a 2.0 version of the org.eclipse.virgo.kernel.tools jar which has the old config path hard coded to it. We'll need to update this jar, or better yet start consuming it from the Virgo update site.

Even then, we'll probably need to have a separate DependencyLocator35 alongside the existing DependencyLocator20 that calls out to the appropriate API depending on whether we're on Virgo 3.5 or pre-3.5.

For now I'd say this is a tooling issue, not a kernel issue.
Comment 11 Glyn Normington CLA 2012-02-10 07:17:25 EST
There is certainly a kernel bug here as the following code from SystemPackageFilteringRepository (on branch 364571-introduce-nano of the kernel tools repo) shows:

private static final String REPOSITORY_CONFIG_PATH = File.separatorChar + "config" + File.separatorChar + "org.eclipse.virgo.repository.properties";

That may not be the whole story, but at least it's a part.
Comment 12 Miles Parker CLA 2012-02-10 12:08:20 EST
(In reply to comment #10)
> Ok, there are a few issues happening here. First of all, we're bundling a 2.0
> version of the org.eclipse.virgo.kernel.tools jar which has the old config path
> hard coded to it. We'll need to update this jar, or better yet start consuming
> it from the Virgo update site.

Yep, that's why I've wanted to get those out. See bug 368582 blocked by 369864. But..

> 
> Even then, we'll probably need to have a separate DependencyLocator35 alongside
> the existing DependencyLocator20 that calls out to the appropriate API depending
> on whether we're on Virgo 3.5 or pre-3.5.

The API is actually the same..see below. But you're right, we'll need to generalize this on the tooling side anyway as there is obviously no reason for the kernel to be supporting both structures!

(In reply to comment #11)
> private static final String REPOSITORY_CONFIG_PATH = File.separatorChar +
> "config" + File.separatorChar + "org.eclipse.virgo.repository.properties";

Yep.

Plus.. I can't help but think this might have something to do w/ bug 371064 as there is some interesting server runtime stuff going on there. I'll discuss that one w/ Leo.
Comment 13 Borislav Kapukaranov CLA 2012-02-12 11:47:21 EST
adapted kernel-tools with commit b150bc6
Comment 14 Miles Parker CLA 2012-02-13 12:29:52 EST
Thanks. Am I right in thinking that this means that this will be broken for pre 3.5 will now -- that is, I think IDE team still needs to find a way to adapt this for both cases?
Comment 15 Leo Dos Santos CLA 2012-02-14 13:24:19 EST
(In reply to comment #14)
> Thanks. Am I right in thinking that this means that this will be broken for pre
> 3.5 will now -- that is, I think IDE team still needs to find a way to adapt
> this for both cases?

I'd thinks so, yes. If we adopt kernel-tools as it is now, we'll be hardcoded to the 3.5 repository paths.

Is there a possibilty to keep around a LegacySystemPackageFilteringRepository or a LegacyDependencyLocator in kernel-tools for pre-3.5 installs?
Comment 16 Miles Parker CLA 2012-02-16 21:50:50 EST
I'm going to bounce this over to runtime as they'll need to provide the classes that Leo suggests. Let us know if you guys need more information on this or thin it is somethign we should actually be handling.
Comment 17 Glyn Normington CLA 2012-02-29 10:17:56 EST
(In reply to comment #15)
> (In reply to comment #14)
> > Thanks. Am I right in thinking that this means that this will be broken for pre
> > 3.5 will now -- that is, I think IDE team still needs to find a way to adapt
> > this for both cases?
> 
> I'd thinks so, yes. If we adopt kernel-tools as it is now, we'll be hardcoded
> to the 3.5 repository paths.
> 
> Is there a possibilty to keep around a LegacySystemPackageFilteringRepository
> or a LegacyDependencyLocator in kernel-tools for pre-3.5 installs?

Yes. Pre35DependencyLocator and Pre35SystemPackageFilteringRepository are provided in kernel-tools commit 34673a9d0e0dceb59c80146d952374e9494587e8.
Comment 18 Glyn Normington CLA 2012-02-29 10:18:52 EST
Assigning back to tooling to make use of the facilities in comment 17.
Comment 19 Leo Dos Santos CLA 2012-03-01 21:37:40 EST
Thanks Glyn. I've adopted the latest *kernel.tools.jar and I've pushed a fix to the p2-provisioned branch.
http://git.eclipse.org/c/virgo/org.eclipse.virgo.ide.git/commit/?h=p2-provisioned&id=1ca1c31d904a81f36fdecb73a08b763e9df0bec0
Comment 20 Miles Parker CLA 2012-03-05 20:30:30 EST
(In reply to comment #19)
> Thanks Glyn. I've adopted the latest *kernel.tools.jar and I've pushed a fix to
> the p2-provisioned branch.
> http://git.eclipse.org/c/virgo/org.eclipse.virgo.ide.git/commit/?h=p2-provisioned&id=1ca1c31d904a81f36fdecb73a08b763e9df0bec0

Leo, are you sure those changes got pushed? I can't see it on build server: https://hudson.eclipse.org/hudson/job/virgo.ide.snapshot/317/changes#detail0
Comment 21 Leo Dos Santos CLA 2012-03-05 20:38:24 EST
They are in the p2-provisioned branch, you should see the change in the link I posted. Hudson is probably building only against master.

I've opened bug 373303: Produce a composite update site for Virgo IDE snapshots. We should have a composite update available before merging p2-provisioned into master, so that we're not introducing more install dependencies for users.
Comment 22 Miles Parker CLA 2012-03-05 20:57:01 EST
(In reply to comment #21)
> They are in the p2-provisioned branch, you should see the change in the link I
> posted. Hudson is probably building only against master.
> 
> I've opened bug 373303: Produce a composite update site for Virgo IDE
> snapshots. We should have a composite update available before merging
> p2-provisioned into master, so that we're not introducing more install
> dependencies for users.

Hmm.. I'm thinking that only people who are bleeding edge users will be going right to the repos, and we should be promoting a milestone or interim until these issues are resolved for the more general users. We've already got all of the Libra dependencies in the Wiki notes. What else would we be adding beyond the other virgo sites?