|
|
Groovy plugin colors do not work in maven project
when creating a maven project and changing the quot;naturequot; of the project to groovy, the *.groovy files do not respond to any color schemes (even after rebooting STS)
i opened up the quot;.projectquot; file and the quot;naturequot; was not set for groovy. so i manually inserted it and bounced STS - still no results.
here is the quot;.project filequot;:Code:
lt;?xml version=quot;1.0quot; encoding=quot;UTF-8quot;?gt;
lt;projectDescriptiongt; lt;namegt;org.mpurdy_test-mvn-groovylt;/namegt; lt;commentgt;lt;/commentgt; lt;projectsgt; lt;/projectsgt; lt;buildSpecgt; lt;buildCommandgt; lt;namegt;org.eclipse.jdt.core.javabuilderlt;/namegt; lt;argumentsgt; lt;/argumentsgt; lt;/buildCommandgt; lt;buildCommandgt; lt;namegt;org.maven.ide.eclipse.maven2Builderlt;/namegt; lt;argumentsgt; lt;/argumentsgt; lt;/buildCommandgt; lt;/buildSpecgt; lt;naturesgt; lt;naturegt;org.eclipse.jdt.groovy.core.groovyNaturelt;/naturegt; lt;naturegt;org.eclipse.jdt.core.javanaturelt;/naturegt; lt;naturegt;org.maven.ide.eclipse.maven2Naturelt;/naturegt; lt;/naturesgt;
lt;/projectDescriptiongt;Hi,
that is strange. The nature is correct and the .project file works in my test.
This might be a stupid question: did you install the Groovy support from the STS Dashboard's Extension page? Do you have a New Groovy Project wizard?
There might be something broken with your install.
Christian
Originally Posted by Christian DupuisHi,
that is strange. The nature is correct and the .project file works in my test.
This might be a stupid question: did you install the Groovy support from the STS Dashboard's Extension page? Do you have a New Groovy Project wizard?
There might be something broken with your install.
Christian
okay, this time i sued the groovy archetype and it worked...thanx |
|