]
Josef Kopriva closed JBIDE-13139.
---------------------------------
Closing, nothing to do.
Improve libs import for EAP 6
-----------------------------
Key: JBIDE-13139
URL:
https://issues.redhat.com/browse/JBIDE-13139
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 3.3.0.Final
Environment: JBDS 4.x
EAP 6/AS 7
Reporter: William Siqueira
Assignee: Rob Stryker
Priority: Blocker
Fix For: 4.1.x
In previous version of EAP, we could create a LIB and all our JARs files to the
application build path, so we didn't have problem with imports. in EAP 6(AS 7), we
have the modules new concept.
The problem is that when migrating from older EAP version to EAP 6, we have to create
modules to represent our libs and when setting a server to your project, it is not
bringing our custom modules which our application is dependent.
What is needed is a way to select which modules will be in the project classpath whn
adding a server lib to the project or perhaps automatically import all modules based on
the jboss-deployment-structure.xml descriptor.