Re: requesting your advice on picocli modules

2019-05-30 Thread Remko Popma
On Fri, May 31, 2019 at 6:11 AM Milles, Eric (TR Tech, Content & Ops) < eric.mil...@thomsonreuters.com> wrote: > Could your "picocli.groovy" package move to the groovy-cli-picocli > subproject? > They do different things: groovy-cli has its own annotations (@Option, @OptionField, @UnparsedField,

Re: requesting your advice on picocli modules

2019-05-30 Thread Milles, Eric (TR Tech, Content & Ops)
Could your "picocli.groovy" package move to the groovy-cli-picocli subproject? From: Mario Garcia Sent: Thursday, May 30, 2019 3:05 PM To: us...@groovy.apache.org Cc: dev@groovy.apache.org Subject: Re: requesting your advice on picocli modules + 1

Re: requesting your advice on picocli modules

2019-05-30 Thread Mario Garcia
+ 1 picoli-groovy.jar Great project BTW! El jue., 30 may. 2019 a las 14:51, Remko Popma () escribió: > Hi, > > I maintain the picocli library for creating command line applications in > Groovy, Java, and other JVM languages. > I have a question for the Groovy community (both users and

[GitHub] [groovy-website] paulk-asert edited a comment on issue #10: SSL Certificate not signed by a standard certificate authority

2019-05-30 Thread GitBox
paulk-asert edited a comment on issue #10: SSL Certificate not signed by a standard certificate authority URL: https://github.com/apache/groovy-website/issues/10#issuecomment-497450454 Groovy's repos are here: https://gitbox.apache.org/repos/asf and most mirrored on github.

[GitHub] [groovy-website] paulk-asert commented on issue #10: SSL Certificate not signed by a standard certificate authority

2019-05-30 Thread GitBox
paulk-asert commented on issue #10: SSL Certificate not signed by a standard certificate authority URL: https://github.com/apache/groovy-website/issues/10#issuecomment-497450454 Groovy's repos are here: https://gitbox.apache.org/repos/asf Currently the :site-dev:generateSite

[GitHub] [groovy-website] paulk-asert edited a comment on issue #8: Clarification: any purpose for master branch?

2019-05-30 Thread GitBox
paulk-asert edited a comment on issue #8: Clarification: any purpose for master branch? URL: https://github.com/apache/groovy-website/issues/8#issuecomment-497447395 We may still delete the branch but I am travelling at the moment and not game to try that since I probably won't get time

[GitHub] [groovy-website] paulk-asert commented on issue #8: Clarification: any purpose for master branch?

2019-05-30 Thread GitBox
paulk-asert commented on issue #8: Clarification: any purpose for master branch? URL: https://github.com/apache/groovy-website/issues/8#issuecomment-497447395 We may still delete the branch but I am travelling at the moment and not game to try that since I probably won't get time to fix

[GitHub] [groovy-website] paulk-asert commented on issue #10: SSL Certificate not signed by a standard certificate authority

2019-05-30 Thread GitBox
paulk-asert commented on issue #10: SSL Certificate not signed by a standard certificate authority URL: https://github.com/apache/groovy-website/issues/10#issuecomment-497446851 Fixing the user site is a couple of steps away. I may not get to look at it for some weeks. Next step is

[GitHub] [groovy-website] paulk-asert commented on issue #9: Set execute bits on ./gradlew script

2019-05-30 Thread GitBox
paulk-asert commented on issue #9: Set execute bits on ./gradlew script URL: https://github.com/apache/groovy-website/pull/9#issuecomment-497445847 merged, thanks This is an automated message from the Apache Git Service. To

[GitHub] [groovy-website] asfgit closed pull request #9: Set execute bits on ./gradlew script

2019-05-30 Thread GitBox
asfgit closed pull request #9: Set execute bits on ./gradlew script URL: https://github.com/apache/groovy-website/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [groovy-website] visch opened a new issue #10: SSL Certificate not signed by a standard certificate authority

2019-05-30 Thread GitBox
visch opened a new issue #10: SSL Certificate not signed by a standard certificate authority URL: https://github.com/apache/groovy-website/issues/10 Replicate, go to https://groovy-lang.org/api.html in the latest version of chrome and look at the HTTPS status. I'll dive into this

[GitHub] [groovy-website] leoger commented on issue #9: Set execute bits on ./gradlew script

2019-05-30 Thread GitBox
leoger commented on issue #9: Set execute bits on ./gradlew script URL: https://github.com/apache/groovy-website/pull/9#issuecomment-497413050 It's just the file permissions. This is an automated message from the Apache Git

[GitHub] [groovy-website] leoger opened a new pull request #9: Set execute bits on ./gradlew script

2019-05-30 Thread GitBox
leoger opened a new pull request #9: Set execute bits on ./gradlew script URL: https://github.com/apache/groovy-website/pull/9 Without this change, someone who tries to follow the instructions in README.adoc under either "Generating the [...] site" section will simply get a

[GitHub] [groovy-website] leoger commented on issue #8: Clarification: any purpose for master branch?

2019-05-30 Thread GitBox
leoger commented on issue #8: Clarification: any purpose for master branch? URL: https://github.com/apache/groovy-website/issues/8#issuecomment-497410403 Thanks! That's pretty obvious now, what with there being nothing there except for the README and gitignore. It does seem to

requesting your advice on picocli modules

2019-05-30 Thread Remko Popma
Hi, I maintain the picocli library for creating command line applications in Groovy, Java, and other JVM languages. I have a question for the Groovy community (both users and developers): Currently, the picocli main jar contains both the core `picocli` package and a `picocli.groovy` package with