@jbeuckm,
Here's a way to clone a Grails project that has worked for me:
1. Import... > Projects from Git
2. Proceed through the wizard up to the "Select a wzard to use for importing projects"...
Type: Posts; User: RBFinch; Keyword(s):
@jbeuckm,
Here's a way to clone a Grails project that has worked for me:
1. Import... > Projects from Git
2. Proceed through the wizard up to the "Select a wzard to use for importing projects"...
That works, as does importing with EGit but canceling after it clones, then importing and connecting to the repo.
It seems to me like the "Import... > Projects from Git" wizard must at least...
Is there an easy way to import Grails projects in a Git repository into GGTS 3.1.0? The Git repositories do not contain Eclipse project metadata (.project, .settings, and .classpath are in...
That's what I did; in User.groovy I have:
static mapping = {
table 'image_users'
password column: '`password`'
}
and in Role.groovy I have:
I'm using Grails 2.1.0, spring-security-core 1.2.7.3, and spring-security-cas 1.0.5 on Oracle 11g.
When I create Spring Security domain classes with:
grails s2-quickstart my.package User Role...
That worked, thanks!
I'm running Eclipse 3.7.1 + STS 2.9.0 nightly (2.9.0.20120105726-SNAPSHOT). When I try to install Groovy 1.8 from Dashboard -> Extensions, I get the following error:
Problems occurred while...
I did an update today from a poor hotel Internet connection and although it appeared to work without error, eclipse isn't working at all after a restart. It looks like this file was only partially...