Search:

Type: Posts; User: dstine; Keyword(s):

Search: Search took 0.03 seconds.

  1. I did not have the 1.8 compiler installed. I...

    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
    ...
  2. Could you tell me the best way to verify which...

    Could you tell me the best way to verify which version of Groovy I am compiling with in Eclipse? :)
  3. I've attached a tiny sample project that exhibits...

    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...
  4. Groovy enum issue: can't have an abstract method in a non-abstract class

    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:
  5. Hi Martin, I get a page not found error with...

    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...
  6. Thanks, Martin. I will give that a try. (I had...

    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.)
  7. update site for older versions of STS plugin

    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,...
  8. I'm not familiar with the Maven Dependency...

    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.
  9. We did this with a custom LdapUserDetailsMapper:...

    We did this with a custom LdapUserDetailsMapper:


    public class CustomUserDetailsMapper extends LdapUserDetailsMapper
    {
    @Override
    public UserDetails mapUserFromContext( DirContextOperations...
  10. Replies
    6
    Views
    1,296

    This issue with 1.1.4 is covered here:...

    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:...
  11. Replies
    3
    Views
    1,429

    Roo 1.1.4 has an issue with path separators on...

    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
  12. I was able to succesfully verify the fix. I used...

    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.
  13. Thanks, Alan!

    Thanks, Alan!
  14. I also ran into this. I tried "gwt setup" a...

    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):
    ...
Results 1 to 14 of 14