Re: [Log4j] Jenkins pipeline mostly set up

2018-04-11 Thread Matt Sicker
I’ve set it up to use the “mvn deploy” task to upload. Only automatic thing about Jenkins here is that the m2 settings.xml is provided or something so that you don’t need to configure a user to upload with (like I had to do for the sbt build). Anyways, if I see how to customize that in maven, I’ll

Re: [Log4j] Jenkins pipeline mostly set up

2018-04-11 Thread Ralph Goers
If you are using mvn deploy then it should upload correctly as the various modules have the deploy plugin disabled. Ralph > On Apr 11, 2018, at 7:44 AM, Matt Sicker wrote: > > I’ve set it up to use the “mvn deploy” task to upload. Only automatic thing > about Jenkins here is that the m2 settin

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Gary Gregory
Hi Matt: We need to SHA1 files in https://dist.apache.org/repos/dist/dev/logging/log4j/scala/ Gary On Mon, Apr 9, 2018 at 1:32 PM, Matt Sicker wrote: > Hello all, this is a vote to release 11.1 rc1 of Log4j Scala API. This > release is the first release being done using sbt instead of maven. T

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Gary Gregory
Matt: I looks like your key has expired: $ gpg --verify apache-log4j-api-scala-11.1-src.zip.asc gpg: assuming signed data in `apache-log4j-api-scala-11.1-src.zip' gpg: Signature made Mon, Apr 9, 2018 13:07:12 MDT using RSA key ID B62BABE8 gpg: Good signature from "Matthew Sicker (Signing Key) <

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Gary Gregory
Hi Matt: The file BUILDING.md contains: Moved to [site docs](./src/asciidoctor/build.adoc). Summary: ./sbt "+ publishM2" But build.adoc does not contain the command in your summary above. Gary On Mon, Apr 9, 2018 at 1:32 PM, Matt Sicker wrote: > Hello all, this is a vote to release 1

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Gary Gregory
Also these instructions need adjustment for Windows, I'd like to cut and paste... ;-) Gary On Wed, Apr 11, 2018 at 1:46 PM, Gary Gregory wrote: > Hi Matt: > > The file BUILDING.md contains: > > Moved to [site docs](./src/asciidoctor/build.adoc). > > Summary: > > ./sbt "+ publishM2" > > But

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Ralph Goers
What instructions are you talking about? BUILDING.md? Why don’t they work on Windows? Ralph > On Apr 11, 2018, at 12:48 PM, Gary Gregory wrote: > > Also these instructions need adjustment for Windows, I'd like to cut and > paste... ;-) > > Gary > > On Wed, Apr 11, 2018 at 1:46 PM, Gary Grego

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Gary Gregory
The commands start with "./", you do not want that on Windows. Gary On Wed, Apr 11, 2018 at 2:19 PM, Ralph Goers wrote: > What instructions are you talking about? BUILDING.md? Why don’t they work > on Windows? > > Ralph > > > On Apr 11, 2018, at 12:48 PM, Gary Gregory > wrote: > > > > Also the

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Matt Sicker
I updated my signing key; you need to import the KEYS file to get the update, or you can run gpg --refresh-keys to get my updated key. As for windows instructions, I'm not sure. I included a shell script that is an improved sbt launcher (compared to the default one that comes with sbt at least), b

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Ralph Goers
I thought Windows implemented stuff to make it more Unix friendly. When I use Windows, which is as little as possible and only in a VM, I have used Cygwin. I would have no problem telling someone they have to use that to get a build to run there. The windows file system anachronisms are annoyin

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Matt Sicker
https://www.scala-sbt.org/download.html On Windows, since you don't get a package manager, you gotta install the zip somewhere. I used sbt 1.1.2 for this release (it seems like a lot of scala developers are still using 0.13, but 1.x is getting more common now). On 11 April 2018 at 15:48, Ralph Go

Re: [VOTE] Release Log4j Scala API 11.1-rc1

2018-04-11 Thread Gary Gregory
I installed SBT at some point in the past and I can run the 3 commands in the docs. I just omit the "./". No need for Cygwin. Gary On Wed, Apr 11, 2018 at 3:14 PM, Matt Sicker wrote: > https://www.scala-sbt.org/download.html > > On Windows, since you don't get a package manager, you gotta insta