[jbosstools-issues] [JBoss JIRA] (JBIDE-11124) Removing project via forge is not working properly
Jaroslav Jankovič (JIRA)
jira-events at lists.jboss.org
Thu Mar 1 05:36:36 EST 2012
[ https://issues.jboss.org/browse/JBIDE-11124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672539#comment-12672539 ]
Jaroslav Jankovič commented on JBIDE-11124:
-------------------------------------------
{code:title=Error logged from Forge Plugin}
org.eclipse.core.internal.resources.ResourceException: Errors occurred while refreshing resources with the local file system.
at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:923)
at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:904)
at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshRoot(FileSystemResourceManager.java:951)
at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:897)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1663)
at org.jboss.tools.forge.ui.console.ForgeCommandProcessor.refreshWorkspace(ForgeCommandProcessor.java:78)
at org.jboss.tools.forge.ui.console.ForgeCommandProcessor.postProcess(ForgeCommandProcessor.java:48)
at org.jboss.tools.forge.ui.console.ForgeCommandFilter.handleFilteredString(ForgeCommandFilter.java:21)
at org.jboss.tools.forge.core.io.ForgeHiddenOutputFilter.outputAvailable(ForgeHiddenOutputFilter.java:36)
at org.jboss.tools.forge.ui.document.ForgeDocument$AsyncForgeCommandFilter.access$0(ForgeDocument.java:1)
at org.jboss.tools.forge.ui.document.ForgeDocument$AsyncForgeCommandFilter$1.run(ForgeDocument.java:37)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Contains: The project description file (.project) for 'Project' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
{code}
> Removing project via forge is not working properly
> --------------------------------------------------
>
> Key: JBIDE-11124
> URL: https://issues.jboss.org/browse/JBIDE-11124
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 3.3.0.Beta1
> Environment: Eclipse Java EE v.3.7.2, JBoss Tools 3.3.0 Beta1b
> Reporter: Jaroslav Jankovič
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 3.3.0.Beta1
>
>
> There are actually two issues when trying to remove the project. The first issue is exception thrown in Error Log. The second is the fact the project is not completely removed - the project folder remains and contains empty bin folder.
--
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
More information about the jbosstools-issues
mailing list