I did not have the 1.8 compiler installed. I installed it from http://dist.springsource.com/release/TOOLS/composite/e3.7: "Groovy Compiler 1.8 Feature", version 2.6.1.xx-20120301-1000-e37-RELEASE
...
Type: Posts; User: dstine; Keyword(s):
I did not have the 1.8 compiler installed. I installed it from http://dist.springsource.com/release/TOOLS/composite/e3.7: "Groovy Compiler 1.8 Feature", version 2.6.1.xx-20120301-1000-e37-RELEASE
...
Could you tell me the best way to verify which version of Groovy I am compiling with in Eclipse? :)
I've attached a tiny sample project that exhibits the same behavior. It compiles fine with Gradle (build.gradle included) but not with Eclipse. The .classpath and .project files were generated via...
An odd error popped up today. I have a very simple enum declared in BuildType.groovy:
enum BuildType {
SNAPSHOT,
RELEASE
}
The first line above is flagged with the following error:
Hi Martin,
I get a page not found error with this address: http://www.springsource.com/developer/sts. It's been several months since I started this thread, so perhaps the URL has changed?
I...
Thanks, Martin. I will give that a try. (I had hoped to reply with my results, but haven't got back to this topic yet.)
We are currently using Eclipse 3.7.1 EE with the STS plugin 2.8.1.
We had been installing the plugin from http://dist.springsource.com/release/TOOLS/update/e3.7. But since the release of 2.9.0,...
I'm not familiar with the Maven Dependency Hierarchy view, but it sounds very useful to extend to the Gradle support in this direction. Ideally this view would also handle Ivy repos as well.
We did this with a custom LdapUserDetailsMapper:
public class CustomUserDetailsMapper extends LdapUserDetailsMapper
{
@Override
public UserDetails mapUserFromContext( DirContextOperations...
This issue with 1.1.4 is covered here: https://jira.springsource.org/browse/ROO-2445
1.1.3 works with GWT if you follow this advice:...
Roo 1.1.4 has an issue with path separators on Windows:
https://jira.springsource.org/browse/ROO-2445
http://forum.springsource.org/showthread.php?109446
I was able to succesfully verify the fix. I used spring-roo-1.2.0.BUILD-SNAPSHOT_20110525.080013-f7dd4de.zip and the "mvn install:install-file" suggested above.
Thanks, Alan!
I also ran into this. I tried "gwt setup" a second time, and that worked (or at least, it didn't roll back).
But then when I ran "mvn gwt:run" I encountered a compile error (maven 3.0.3):
...