[
https://jira.jboss.org/jira/browse/JBIDE-4884?page=com.atlassian.jira.plu...
]
deanhiller commented on JBIDE-4884:
-----------------------------------
oh, and this is the only reason our team is not using jboss tools at this point :( :( :(.
Instead we are kinda stuck with WTP as this breaks the tomcat deployment and hot swap on
classes is way too cool to lose that feature by going to jboss tools. WTP is working out
pretty well, but I really would love to have that seam validation stuff....any way to get
that to run on a non-seam faceted project?
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