Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

STS - Grails perspective broken. Can not see services

I am using STS for grails development and i don't know what I did, (most probably dragged a folder somewhere by mistake) but now I can't see my services in the perspective. They do exists under grails-app/services but I guess something is not pointing there anymore?

and yes I tried restarting STS, reloading the project to STS.

Any idea on how I can fix this?

EDIT:

You are right here is the perspective view with no services shown.

sts grails perspective without services

Thanks a lot, Bilsay

like image 259
Bilsay Avatar asked May 12 '11 20:05

Bilsay


1 Answers

you can modify your file .classpath by adding these two lines :

<classpathentry kind="src" path="grails-app/services"/>
<classpathentry kind="src" path="grails-app/taglib"/>
like image 164
Ioan Le Gué Avatar answered Oct 11 '22 09:10

Ioan Le Gué