-
Jul 14th, 2012, 08:47 PM
#1
Grails Dependencies error
Well, I was moving along there for a while. Back to struggling with errors.
Seeing this intermittently now:
The container 'Grails Dependencies' references non existing library 'C:\Users\user1\.grails\2.0.4\projects\project1\pl ugin-classes' project1 Build path Build Path Problem
-
Jul 15th, 2012, 09:31 PM
#2
Ok, I tried reinstalling STS. I did this by deleting the /springsource directory, and then installing a new download. I've tried both the 2.9 and the 3.0 sts branches.
I then import the project.
At this point, it doesn't seem to recognize the project as a grails project (crtl-alt-shft-G does nothing, there is no ability to right-click -> spring tools -> add grails nature). The .project file appears to have everything necessary:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>project</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.bu ilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.springsource.sts.grails.core.nature</nature>
<nature>org.eclipse.jdt.groovy.core.groovyNature </nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core. nature</nature>
</natures>
<linkedResources>
<link>
<name>.link_to_grails_plugins</name>
<type>2</type>
<locationURI>GRAILS_ROOT/2.0.4/projects/project/plugins</locationURI>
</link>
</linkedResources>
</projectDescription>
-
Jul 16th, 2012, 12:18 PM
#3
I reinstalled STS 3.0 and re-intalled groovy/grails and all problems are now resolved. (Mercury retrograde?)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules