jmod and jlink support

2018-11-25 Thread Craig Pell
Has there been discussion or a bug filed regarding adding tasks to support jmod and jlink? Now that there is no longer a separate JRE and the new method of distributing standalone Java applications requires jlink, this seems increasingly important. I’ve written tasks (and corresponding tests

Re: jmod and jlink support

2018-11-30 Thread Craig Pell
Has there been discussion or a bug filed regarding adding tasks to support jmod and jlink? Now that there is no longer a separate JRE and the new method of distributing standalone Java applications requires jlink, this seems increasingly important. There is a deprecated jlink task for an ancien

Re: jmod and jlink support

2018-12-05 Thread Craig Pell
Should I modify bootstrap.sh and bootstrap.bat to exclude the newer tasks if using a Java version less than 9? This is what the selector is supposed to do. No need to touch any of the scripts. One thing that I should have mentioned, the classes that require Java 9 must not live inside the taskde

How to commit?

2019-02-18 Thread Craig Pell
I have written a working solution for and , the requests for the task to support modular attributes. My code modifies module-info.class directly in the .jar file. (It actually wasn’t