[
https://issues.jboss.org/browse/FORGE-1135?page=com.atlassian.jira.plugin...
]
Thomas Frühbeck updated FORGE-1135:
-----------------------------------
Description:
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.
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
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