[
https://issues.jboss.org/browse/JBIDE-9686?page=com.atlassian.jira.plugin...
]
Andre Dietisheim edited comment on JBIDE-9686 at 2/9/12 4:56 AM:
-----------------------------------------------------------------
I looked into this issue and I'm pretty much still digging in the fog. I have no real
clue what should be causing this, I can't follow Denis explanations. The only
preferences related code that references gwt in some way is:
http://anonsvn.jboss.org/repos/jbosstools/trunk/gwt/plugins/org.jboss.too...
:
{code}
IEclipsePreferences preferences =
projectScope.getNode(IGoogleEclipsePluginConstants.GDT_PLUGIN_ID);
//com.google.gdt.eclipse.core
{code}
{code}
EclipseUtil.addNatureToProject(javaProject.getProject(),
IGoogleEclipsePluginConstants.GWT_NATURE); //com.google.gwt.eclipse.core.gwtNature
{code}
{code}
IClasspathEntry entry = JavaCore.newContainerEntry(new
Path(IGoogleEclipsePluginConstants.GWT_CONTAINER_ID),
false); // com.google.gwt.eclipse.core.GWT_CONTAINER
ProjectUtils.addClasspathEntry(javaProject, entry, monitor);
{code}
{code}
monitor.subTask("Adding GWT Designer nature");
EclipseUtil.addNatureToProject(project.getProject(),
IGWTDesignerConstants.GWTDESIGNER_NATURE);
monitor.subTask("Adding GWT Designer builder");
EclipseUtil.addBuilderToProject(project.getProject(),
IGWTDesignerConstants.GWTDESIGNER_BUILDER);
{code}
There are no preferences cathegories nor other artifacts referenced in the plugin.xml. Is
this code what causes these errors?
was (Author: adietish):
I looked into this issue and I'm pretty much still digging in the fog. I have no
real clue what should be causing this, I can't follow Denis explanations. The only
preferences related code that references gwt in some way is:
http://anonsvn.jboss.org/repos/jbosstools/trunk/gwt/plugins/org.jboss.too...
:
{code}
IEclipsePreferences preferences =
projectScope.getNode(IGoogleEclipsePluginConstants.GDT_PLUGIN_ID);
{code}
{code}
IClasspathEntry entry = JavaCore.newContainerEntry(new
Path(IGoogleEclipsePluginConstants.GWT_CONTAINER_ID),
false);
ProjectUtils.addClasspathEntry(javaProject, entry, monitor);
{code}
{code}
monitor.subTask("Adding GWT Designer nature");
EclipseUtil.addNatureToProject(project.getProject(),
IGWTDesignerConstants.GWTDESIGNER_NATURE);
monitor.subTask("Adding GWT Designer builder");
EclipseUtil.addBuilderToProject(project.getProject(),
IGWTDesignerConstants.GWTDESIGNER_BUILDER);
{code}
There are no preferences cathegories nor other artifacts referenced in the plugin.xml. Is
this code what causes these errors?
Errors in Error Log after clean JBT M3a installatin
---------------------------------------------------
Key: JBIDE-9686
URL:
https://issues.jboss.org/browse/JBIDE-9686
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: GWT
Affects Versions: 3.3.0.M3, 3.3.0.M4, 3.3.0.M5
Environment: JBT 3.3.0.M3a/2011-09-07_05-39-13-H18, L64, Fedora 15 64 bit
Reporter: Jiri Peterka
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
Attachments: error-log.png
After clean JBT installation
http://download.jboss.org/jbosstools/builds/development/3.3.0.M3a/2011-09...
See screenshot
!ENTRY org.eclipse.ui 4 4 2011-09-09 09:50:20.626
!MESSAGE Referenced part does not exist yet: org.eclipse.jdt.ui.PackageExplorer.
Application Started: 10543
!ENTRY org.eclipse.ui 4 4 2011-09-09 09:50:27.623
!MESSAGE Invalid preference page path: Web Toolkit
!ENTRY org.eclipse.ui 4 4 2011-09-09 09:50:27.624
!MESSAGE Invalid preference page path: Speed Trac
Clean Eclipse JEE - 0 error messages
--
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