[ 
https://issues.apache.org/jira/browse/GROOVY-9228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davyd Kohut updated GROOVY-9228:
--------------------------------
    Description: 
Every time we want to compile a script with CompileStatic or TypeChecked, we 
have to write a configuration script. It takes time and sometimes annoys.

So, I suggest adding the following additional options to cli:
{code:java}
--compile-static{code}
{code:java}
--type-checked{code}

  was:
Every time we want to compile a script with CompileStatic or TypeChecked, we 
have to write a configuration script. It takes time and sometimes annoys.

So, I suggest adding the following additional options to cli:
{code:java}
--compile-static, -cs{code}
{code:java}
--type-checked, -tc{code}


> CLI options for static compilation
> ----------------------------------
>
>                 Key: GROOVY-9228
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9228
>             Project: Groovy
>          Issue Type: Improvement
>          Components: command line processing
>            Reporter: Davyd Kohut
>            Priority: Minor
>             Fix For: 3.0.0-beta-4
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Every time we want to compile a script with CompileStatic or TypeChecked, we 
> have to write a configuration script. It takes time and sometimes annoys.
> So, I suggest adding the following additional options to cli:
> {code:java}
> --compile-static{code}
> {code:java}
> --type-checked{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to