[
https://issues.jboss.org/browse/JBIDE-8718?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen commented on JBIDE-8718:
--------------------------------------------
Had a chat with Jaikiran on #jboss-as7 (see
http://matzon.echelog.com/logs/browse/jboss-as7/1307484000 and search for JBIDE-8718 to
see the whole chat).
The "final" solution for this is probably to be found in AS7-650 but that is not
scheduled yet - until then we can look at
http://community.jboss.org/wiki/ModuleInventory
for what is Public/Private info but even better we can look in
JBOSS_HOME/modules/javaee/api/main/modules.xml which list the modules
that are required for JavaEE API which would be a good start for a classpath container.
Each line on the form <module name="javax.el.api"
export="true"/> refers to modules/javax/el/api/main/module.xml which in it
will have <resource-root path="jboss-el-api_2.2_spec-1.0.0.Final.jar"/>
which designates the jar it would need.
As a start we could hardwire that list for now based on what is in AS7 trunk, but being
able to understand the modules.xml syntax and be able to get the list of jars would be
immensely useful in the future I believe.
We could map an eclipse facet ID to a module or set of modules and load the jars based on
that.
The project was not built since the source file could not be read.
------------------------------------------------------------------
Key: JBIDE-8718
URL:
https://issues.jboss.org/browse/JBIDE-8718
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M1
Environment: Eclipse Indigo.
Reporter: Alexey Kazakov
Assignee: Max Rydahl Andersen
Priority: Blocker
Fix For: 3.3.0.M2
Create JSF 2 Kick Start project.
See Problems view: The project was not built since the source User.java file could not be
read.
Not sure if JBT causes this issue but anyway we should look at it and report to bugzilla
if it's a bug of Eclipse Indigo.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira