This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136288 - Grails home can't be setted
Summary: Grails home can't be setted
Status: RESOLVED INVALID
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-02 17:13 UTC by calavera
Modified: 2013-04-18 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch file (4.79 KB, text/plain)
2008-06-02 17:16 UTC, calavera
Details
screenshot (87.60 KB, image/png)
2013-04-18 09:33 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description calavera 2008-06-02 17:13:56 UTC
If you install grails from "deb" binary package grails binary file is placed into /usr/bin directory instead of into
grails home directory. This file calls "startGrails" script, thus I think the module should check "startGrails" file
exists in order to set the grails home.
Comment 1 calavera 2008-06-02 17:16:21 UTC
Created attachment 62267 [details]
patch file
Comment 2 calavera 2008-06-18 14:23:20 UTC
I think it's a bug of the grails debian package. When it's installed it should create a simbolic link to grails
executable instead of copy it to /usr/bin. Btw I think it's important to provide a mechanism to locate the grails home
from the system path
Comment 3 MackSix 2013-04-18 09:33:27 UTC
Created attachment 133556 [details]
screenshot
Comment 4 MackSix 2013-04-18 09:34:22 UTC
Comment on attachment 133556 [details]
screenshot

Whoops, meant to attach this to another issue, sorry.