[
https://jira.jboss.org/browse/JBIDE-6954?page=com.atlassian.jira.plugin.s...
]
Andre Dietisheim commented on JBIDE-6954:
-----------------------------------------
the problem was identified and fixed in M2. The problem is a due to the fact that the java
(jst.java) and web (jst.web) were required alternatively (OR bound constraints) and should
be required both (AND). In consequence in my setup the web facet was not executed, the web
content folder not created and the samples could not be extracted to it.
GWT Integration plugin does not create sample
---------------------------------------------
Key: JBIDE-6954
URL:
https://jira.jboss.org/browse/JBIDE-6954
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: GWT
Affects Versions: 3.2.0.M2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Blocker
The GWT Integration Facet does not create the samples.
the log shows an exception:
org.eclipse.core.internal.resources.ResourceException: Resource '/test4/WEB-INF'
does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:326)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:200)
at org.eclipse.core.internal.resources.Folder.assertCreateRequirements(Folder.java:33)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:95)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:125)
at
org.jboss.tools.gwt.core.GWTInstallFacetDelegate.configureOutputFolder(GWTInstallFacetDelegate.java:131)
at
org.jboss.tools.gwt.core.GWTInstallFacetDelegate.execute(GWTInstallFacetDelegate.java:81)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1478)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:442)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChangesInternal(FacetedProject.java:1182)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:1118)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProject$5.run(FacetedProject.java:1100)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChanges(FacetedProject.java:1110)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.commitChanges(FacetedProjectWorkingCopy.java:2020)
at
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:400)
at
org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:282)
at
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:331)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4.run(ModifyFacetedProjectWizard.java:345)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
The wizard would create the samples in a latter step. The exception inhibits it (code
gets skipped)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira