In the .project our (Grails-)STS-Project, we have linkedResources like:
Since we checkin those files into SVN, but every developer has his own project names (since often we have differen branches checked out simultaneously under different project names), we would like to set it using variables such as GRAILS_ROOT for the project name like PROJECT_NAME. Is there such a variable built into STS/eclipse?Code:<linkedResources> <link> <name>console-1.0.1-grails-app-controllers</name> <type>2</type> <locationURI>GRAILS_ROOT/1.3.4/projects/projectName/plugins/console-1.0.1/grails-app/controllers</locationURI> </link> </linkedResources>


Reply With Quote
