Hello,
I'm not sure if this is the place to post this...apologies, if there
is another venue...

I just downloaded and reinstalled Eclipse 3.6 and the Google Plugin
for Eclipse (http://marketplace.eclipse.org/content/google-plugin-
eclipse)


I keep getting two errors,

I. Error1: when trying to create a new Web Application Project:

"Caused by: org.eclipse.core.internal.resources.ResourceException: A
resource exists with a different case:" "[projectname]/war/web-inf"



For example, if I try to create a project, called 'test' :

Java Model Exception: Core Exception [code 275] A resource exists with
a different case: '/test/war/web-inf'.
        at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:
50)
        at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:
728)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
1975)
        at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4777)
        at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:
106)
        at org.eclipse.jface.operation.ModalContext
$ModalContextThread.run(ModalContext.java:121)
Caused by: org.eclipse.core.internal.resources.ResourceException: A
resource exists with a different case: '/test/war/web-inf'.
        at
org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:
314)
        at
org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:
292)
        at
org.eclipse.core.internal.resources.Folder.assertCreateRequirements(Folder.java:
30)
        at org.eclipse.core.internal.resources.Folder.create(Folder.java:95)
        at org.eclipse.core.internal.resources.Folder.create(Folder.java:125)
        at
com.google.gdt.eclipse.core.ResourceUtils.createFolderIfNonExistent(ResourceUtils.java:
233)
        at
com.google.gdt.eclipse.core.ResourceUtils.createFolderStructure(ResourceUtils.java:
252)
        at
com.google.gdt.eclipse.suite.wizards.WebAppProjectCreator.createFiles(WebAppProjectCreator.java:
379)
        at
com.google.gdt.eclipse.suite.wizards.WebAppProjectCreator.create(WebAppProjectCreator.java:
321)
        at
com.google.gdt.eclipse.suite.wizards.NewWebAppProjectWizard.finishPage(NewWebAppProjectWizard.java:
147)
        at org.eclipse.jdt.internal.ui.wizards.NewElementWizard
$2.run(NewElementWizard.java:117)
        at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:
39)
        at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:
728)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
1975)
        at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4777)
        at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:
106)
        at org.eclipse.jface.operation.ModalContext
$ModalContextThread.run(ModalContext.java:121)


I also keep getting a error "Invocation of
com.google.gwt.user.tools.WebAppCreator failed "



Java Model Exception: Core Exception [code 0] Invocation of
com.google.gwt.user.tools.WebAppCreator failed. See the error log for
more details.
        at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:
50)
        at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:
728)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
1975)
        at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4777)
        at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:
106)
        at org.eclipse.jface.operation.ModalContext
$ModalContextThread.run(ModalContext.java:121)
Caused by: org.eclipse.core.runtime.CoreException: Invocation of
com.google.gwt.user.tools.WebAppCreator failed. See the error log for
more details.
        at
com.google.gwt.eclipse.core.runtime.tools.WebAppProjectCreatorRunner.createProject(WebAppProjectCreatorRunner.java:
53)
        at
com.google.gdt.eclipse.suite.wizards.WebAppProjectCreator.createGWTProject(WebAppProjectCreator.java:
532)
        at
com.google.gdt.eclipse.suite.wizards.WebAppProjectCreator.create(WebAppProjectCreator.java:
294)
        at
com.google.gdt.eclipse.suite.wizards.NewWebAppProjectWizard.finishPage(NewWebAppProjectWizard.java:
147)
        at org.eclipse.jdt.internal.ui.wizards.NewElementWizard
$2.run(NewElementWizard.java:117)
        at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:
39)
        at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:
728)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
1975)
        at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4777)
        at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:
106)
        at org.eclipse.jface.operation.ModalContext
$ModalContextThread.run(ModalContext.java:121)


Any help would be appreciated.
 jarrell
  jarrell.dun...@asburyseminary.edu



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to