jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Griffon
  • GRIFFON-13

Handle standard java vm options in config.groovy

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.1
  • Fix Version/s: 0.3-BETA-2
  • Component/s: cli
  • Labels:
    None

Description

currently the packaging done by Griffon does not allow for the tweaking of standard VM options such as mx mm permgensize and such. There should be some place for these in Config.groovy so that jnlp files and possibly installer files can reflect the options. Plugins such as installer may also want access to these options.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Danno Ferrin added a comment - 29/Jan/09 9:06 PM

core handling of min/max memory and permgen exists as of 0.1, but there is no hook for other jvm options.

Show
Danno Ferrin added a comment - 29/Jan/09 9:06 PM core handling of min/max memory and permgen exists as of 0.1, but there is no hook for other jvm options.
Hide
Permalink
Danno Ferrin added a comment - 07/May/09 9:39 PM

This issue will reflect non run-app options. another bug (GRIFFON-40) addresses this for run-app

Show
Danno Ferrin added a comment - 07/May/09 9:39 PM This issue will reflect non run-app options. another bug (GRIFFON-40) addresses this for run-app
Hide
Permalink
Andres Almiray added a comment - 16/Aug/09 12:46 AM

bump

Show
Andres Almiray added a comment - 16/Aug/09 12:46 AM bump
Hide
Permalink
Andres Almiray added a comment - 27/Nov/09 3:22 PM

Is there anything left to do on this issue?

Show
Andres Almiray added a comment - 27/Nov/09 3:22 PM Is there anything left to do on this issue?
Hide
Permalink
Andres Almiray added a comment - 27/Jan/10 1:18 AM

Developers may configure additional options at Config.groovy using

griffon {
   app {
      javaOpts = [] // insert options here
   }
}
Show
Andres Almiray added a comment - 27/Jan/10 1:18 AM Developers may configure additional options at Config.groovy using
griffon {
   app {
      javaOpts = [] // insert options here
   }
}

People

  • Assignee:
    Danno Ferrin
    Reporter:
    Danno Ferrin
Vote (0)
Watch (0)

Dates

  • Created:
    23/Dec/08 5:14 PM
    Updated:
    25/May/10 1:03 PM
    Resolved:
    27/Jan/10 1:18 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.