[JBoss JIRA] (JBIDE-10601) Failures at processing compilation units excluded from class path
by Viacheslav Kabanovich (Created) (JIRA)
Failures at processing compilation units excluded from class path
-----------------------------------------------------------------
Key: JBIDE-10601
URL: https://issues.jboss.org/browse/JBIDE-10601
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI, common/jst/core
Affects Versions: 3.3.0.M5
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.3.0.Beta1
EXECUTE: Create a CDI (can be JSF2 or Seam project as well).
EXECUTE: Create a bean class in Java Source folder 'src'.
ASSERT: File .classpath has entry
{code}
<classpathentry kind="src" path="src"/>
{code}
EXECUTE: Rebuild the project and make sure that everything is alright yet.
EXECUTE: Open project properties -> Java Build Path -> Source, select and expand Java Source folder in question, navigate to the node 'Excluded (None)', run 'Edit...' and add exclusion pattern "**".
ASSERT: File .classpath has entry
{code}
<classpathentry excluding="**" kind="src" path="src"/>
{code}
EXECUTE: Run Clean/Build of the project.
FAILURE: Java Model Exception (attached).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (JBIDE-10626) Cannot use Portlet plugin with Eclipse for Java developers
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-10626:
---------------------------------------
Summary: Cannot use Portlet plugin with Eclipse for Java developers
Key: JBIDE-10626
URL: https://issues.jboss.org/browse/JBIDE-10626
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.3.0.M5
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
I've installed Portlet feature from JBoss tools update site (http://download.jboss.org/jbosstools/updates/development/indigo/). The installation was successful, but when I tried to create new Dynamic Web Project with Java Portlet facet enabled, it failed with several errors in Error log:
* Project facet wst.jsdt.web has not been defined. It is used in plugin org.eclipse.jst.server.core.
* No IModelProvider exists for project P/aaa of version: Dynamic Web Module 2.5
* Plug-in configuration error, extension org.eclipse.wst.validation.exclude references validator id org.eclipse.jst.jee.ejb3.validator but this id does not exist.
I've originally found this bug during mavenization of SWTBot tests and the following dependencies helped to resolve them:
Featues:
* org.eclipse.jst.enterprise_ui.feature
* org.eclipse.jst.web_core.feature.feature.group
Plugins:
* org.eclipse.wst.jsdt.web.core
* org.eclipse.wst.jsdt.web.support.jsp
* org.eclipse.wst.jsdt.web.ui
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months