]
Rob Stryker commented on JBIDE-20183:
-------------------------------------
Partially completed. Second half awaiting
to be approved.
jbosstools-server bundles have compilation problems after importing
into workspace
----------------------------------------------------------------------------------
Key: JBIDE-20183
URL:
https://issues.jboss.org/browse/JBIDE-20183
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build, server
Affects Versions: 4.3.0.Beta2
Reporter: Denis Golovin
Assignee: Rob Stryker
Fix For: 4.3.0.Beta2
org.jboss.ide.eclipse.as.management.wildfly8 should have m2e feature enabled to download
required libraries after importing into workspace.
there are also errors about missing indirectly referenced classes in:
* org.jboss.ide.eclipse.archives.ui
* org.jboss.ide.eclipse.as.core
which I solved by re-exporting dependencies.
See linked PR for details.