[
https://issues.jboss.org/browse/JBIDE-8718?page=com.atlassian.jira.plugin...
]
Rob Stryker commented on JBIDE-8718:
------------------------------------
Currently, for as7, the file JBOSS_HOME/modules/javaee/api/main/modules.xml lists 27 or so
"modules". Each and every one of these start with javax. So a script to check
every javax modules.xml for links to other modules shows something like 95% of them are
simply links to other javax modules. Very few resources in addition are required. Those
are as follows:
<module name="system" export="false">
<module name="org.jboss.resteasy.resteasy-jaxrs"
services="export"/>
<module name="org.apache.xalan" export="false"/>
<module name="com.sun.xml.bind" services="import"/>
<module name="org.jboss.modules"/>
<module name="system" export="false">
<module name="org.apache.xalan" services="import"/>
<module name="org.codehaus.woodstox"
services="import"/>
<module name="org.jboss.logging"/>
Committing the quick fix to simply only include the jee jars for now, despite the missing
elements like xalan and woodstox. At least the project will be useable.
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: Rob Stryker
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