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

Daniel Sun updated GROOVY-9067:
-------------------------------
    Description: 
Currently we compile Java stubs with 2 different ways: 
 # Javac, compile stubs in file
 # {{ToolProvider.getSystemJavaCompiler}}, the standard API, compile stubs in 
memory

It will be hard for us to maintain, so it's better to use the standard API only.

  was:
Currently we compile Java stubs with 2 different ways: 
#  Javac, compile stubs in file
#  {{ToolProvider.getSystemJavaCompiler}}, the standard API, compile stubs in 
memory

It will be hard for to maintain, so it's better to use the standard API only.



>  Compile Java stubs with standard API
> -------------------------------------
>
>                 Key: GROOVY-9067
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9067
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-beta-1
>
>
> Currently we compile Java stubs with 2 different ways: 
>  # Javac, compile stubs in file
>  # {{ToolProvider.getSystemJavaCompiler}}, the standard API, compile stubs in 
> memory
> It will be hard for us to maintain, so it's better to use the standard API 
> only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to