[
https://issues.jboss.org/browse/FORGE-1135?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1135.
----------------------------------
Assignee: Thomas Frühbeck
Fix Version/s: 1.4.1.Final
Resolution: Done
ServletFacetImpl overrides isInstalled of BaseJavaEEFacet but doesnt
call super.isInstalled
-------------------------------------------------------------------------------------------
Key: FORGE-1135
URL:
https://issues.jboss.org/browse/FORGE-1135
Project: Forge
Issue Type: Bug
Components: Java EE APIs
Affects Versions: 1.4.0.Final
Reporter: Thomas Frühbeck
Assignee: Thomas Frühbeck
Fix For: 1.4.1.Final
ServletFacetImpl misses to call super.isInstalled(), so no servlet dependencies are
installed in pom on setup():
@Override
public boolean isInstalled()
{
DirectoryResource webRoot =
project.getFacet(WebResourceFacet.class).getWebRootDirectory();
return webRoot.exists();
}
Same seems to be true for FacesFacetImpl and FacesAPIFacetImpl.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira