You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2019/11/15 16:28:20 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1086: GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths

eric-milles opened a new pull request #1086: GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths
URL: https://github.com/apache/groovy/pull/1086
 
 
   - updated docs for groovyc ant task
   - add support for more joint compilation options
   - add notes on joint compiler arguments and refactor minor stuff
   
   ```xml
   <groovyc>
     <javac _attribute_ />
   </groovyc>
   ```
   - bootclasspath
   - bootclasspathref
   - deprecation
   - modulepath
   - modulepathref
   - modulesourcepath
   - modulesourcepathref
   - nativeheaderdir
   - nowarn
   - release
   - upgrademodulepath
   - upgrademodulepathref
   ```xml
   <groovyc>
     <javac>
       <compilerarg value="-proc:_option_" />
     </javac>
   </groovyc>
   ```
   ```xml
   <groovyc previewFeatures="true">
     <javac><!-- receives "--enable-preview" argument -->
   </groovyc>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services