-
Task
-
Resolution: Done
-
Major
-
4.0.0.Alpha1
-
None
Runtimes plugin currently only has a handful of plugins (4), but sits at the top of the dependency tree. It depends on astools, seam, and has soft dependencies (via services) to project examples.
In order to move runtimes down the stack, and make it a low-level component which others depend on, the following should be done:
1) disable the plugins org.jboss.tools.runtime.as.detector and org.jboss.tools.runtime.seam.detector from the build
2) Clone org.jboss.tools.runtime.seam.detector (and its feature) into the seam component, but do not enable in build
3) Clone org.jboss.tools.runtime.as.detector (and feature) into the astools component, but do not enable in build
4) Without these two plugins and features, runtimes can safely be moved down the stack. This will require the build team to put runtimes lower on the build train. This should not affect anyone that CURRENTLY depends on runtimes, since it will still be available, only sooner. This will allow MORE plugins to depend on runtimes.
5) Once runtimes (without it's as and seam detectors) is in the build and building properly, then we can:
6) Enable the new plugin and feature in astools
7) enable the new plugin and feature in seam
8) Once the new plugins are alive and building, we can safely remove the old ones from the runtimes svn tree.
- blocks
-
JBIDE-12475 Split JBoss Tools into several functional groups of components for migration to Github
- Closed
-
JBIDE-12512 Fix cascading builds related to runtime pushdown
- Resolved
- is blocked by
-
JBIDE-12540 runtime UI should use shared images
- Closed
- relates to
-
JBIDE-12737 Duplicated ECF transport classes
- Closed
-
JBIDE-12448 Move runtime code in project examples over to runtime component
- Closed