cloudfoundry-attic / eclipse-integration-cloudfoundry

Cloud Foundry Integration for Eclipse
Apache License 2.0
41 stars 47 forks source link

New Eclipse with CF integration has message in the .log file about Grails #1

Closed jbayer closed 12 years ago

jbayer commented 12 years ago

The following error message shows up in my workspace .log file when I installed only the CF integration (not the UAA plugins).

!ENTRY org.eclipse.wst.common.project.facet.core 4 0 2012-04-09 22:11:23.409 !MESSAGE Project facet grails.app has not been defined. It is used in plugin org.cloudfoundry.ide.eclipse.server.branding.

martinlippert commented 12 years ago

This is somewhat "expected behavior"... :-) The Cloud Foundry Integration for Eclipse includes support to deploy Grails apps directly (in the same way as Java web apps) in case you are using the Grails tooling that comes as part of the SpringSource Tool Suite. Therefore the extensions are also defined for that project facet, but ignored if the Grails tooling is not installed in your IDE. So as long as you don't use the Grails tooling, you can safely ignore this message.