mscurtescu / ant-deb-task

Automatically exported from code.google.com/p/ant-deb-task
Apache License 2.0
7 stars 5 forks source link

Grails doesn't add /usr/share/grails/downloads directory with correct permissions #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install the grails package
2. create a grails project + install a plugin
3. You will see that the 'downloads' directory is not writable

What is the expected output? What do you see instead?
It should have been created by the installer and made writable, or moved to 
the user's home directory and made writable

What version of the product are you using? On what operating system?
Ubuntu 9.10
Current release
Grails example

Original issue reported on code.google.com by adjo...@gmail.com on 1 Mar 2010 at 10:44

GoogleCodeExporter commented 9 years ago
Update to this - the /usr/share/grails downloads directory should not be 
created.

What should happen is that the downloaded plugin cache should be pointed to the 
user's home directory under ~/.grails/...

I am trying to determine where a vanilla grails installation puts this 
directory so that I can modify the build process to mirror that behaviour.

Original comment by adjo...@gmail.com on 2 Oct 2010 at 8:45