[
https://jira.jboss.org/jira/browse/JBIDE-4884?page=com.atlassian.jira.plu...
]
Alexey Kazakov commented on JBIDE-4884:
---------------------------------------
You don't have to install Seam facet to enable seam support for a project. Just enable
it in Project Properties->Seam settings page.
> adding the facets JSF and seam also incorrectly added a bunch of
junk...index.html, index.jsp
See
https://jira.jboss.org/jira/browse/JBIDE-2927
mounted WTP project, add JSF, seam facet, deploy to tomcat starts
failing
-------------------------------------------------------------------------
Key: JBIDE-4884
URL:
https://jira.jboss.org/jira/browse/JBIDE-4884
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.GA, 3.0.1.GA, 3.1.0.M1, 3.1.0.M2
Environment: any
Reporter: deanhiller
I have a WTP project with this structure
project
---input
------javasrc - our *.java files
------libinclude - jar files we want in WEB-INF/lib when done(ie. Web App Libraries)
------libexclude - jar files we don't want in WEB-INF/lib
------webroot - xhtml files
---------WEB-INF - descriptor files
We download jboss tools and then we go into the project properties and click on Facets
and add JSF and Seam. This incorrectly adds jars to webroot/WEB-INF/lib directory!!!!
Worse yet, now when we deploy to tomcat, it is failing with ClassNotFoundExceptions where
if we check out the project with WTP, everything works fine and we can use the server view
to deploy to tomcat.
the number one issue is that WTP seems to allow people to manage the jars themselves and
JBoss tools is forcing jars to be put in webroot/WEB-INF/lib which is actually incorrect
since the jars are in libinclude and that is what is deployed to tomcat when I right click
and choose debug on the tomcat server.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira