Re: Chainsaw build

2021-05-04 Thread Matt Sicker
https://infra.apache.org/apple-dev-program.html for more info about that. On Fri, 30 Apr 2021 at 09:34, Matt Sicker wrote: > > I think you'll need a signing key to make a dmg, too. There's a new > service from Infra available for that I think. > > On Fri, 30 Apr 2021 at 01:20, Ralph Goers wrote:

Re: Chainsaw build

2021-04-30 Thread Matt Sicker
I think you'll need a signing key to make a dmg, too. There's a new service from Infra available for that I think. On Fri, 30 Apr 2021 at 01:20, Ralph Goers wrote: > > Yes, I agree it has been a long time. But I am not aware of anyone else who > has performed a release. Who did it last time? Whe

Re: Chainsaw build

2021-04-29 Thread Ralph Goers
Yes, I agree it has been a long time. But I am not aware of anyone else who has performed a release. Who did it last time? Where does the DMG reside for download? In the ASF downloads folder? The current downloads folder doesn’t have them. Looking at the old release site in GitHub it looks like

Chainsaw build

2021-04-29 Thread Scott Deboy
I've repaired the Mac UI integration and I think it's time to make a release. I'm not sure of the process, it's been forever. 'mvn clean site:site package' works fine for me on my Mac, including DMG creation. I'd like to get the DMG available to folks for download. Happy to help, Thanks, Scot

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
I've added a pipeline for the parent pom. For now, add -Pdevelopment to enable the apache snapshots repo (I added that flag to the jenkins build) unless you install logging-parent locally. On 16 March 2018 at 09:14, Matt Sicker wrote: > Alright, remaining hurdle right now is that I've upgraded t

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
Alright, remaining hurdle right now is that I've upgraded this to use logging-parent version 2 which isn't released yet. I'm going to work on setting up a Jenkins pipeline for it as well so everything builds properly, though I'll make a proper release of the parent pom over the weekend. On 16 Marc

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
Oh wow I didn't notice that you had to include it inside a element. Thanks! I'll add it as an automatic profile for macOS. On 15 March 2018 at 16:29, Robert Middleton wrote: > To add a build plugin inside a profile, it should be as simple as the > following: > > > > osx-build >

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Robert Middleton
To add a build plugin inside a profile, it should be as simple as the following: osx-build sh.tak.appbundler appbundle-maven-plugin ... other plugin information here ...

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Scott Deboy
I don't know how to fix it, but would like to be able to build DMGs...is there an alternative to reverting this change until we can figure out how to get both? On 3/15/18, Matt Sicker wrote: > I wasn't able to figure out how to do it. I can't seem to add a build > plugin inside a profile. Do you

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Matt Sicker
I wasn't able to figure out how to do it. I can't seem to add a build plugin inside a profile. Do you know how? I only discovered this issue when writing the Jenkinsfile since I build it on macOS locally (and while releasing). On 15 March 2018 at 14:58, Scott Deboy wrote: > Hi Matt, > > Re: 1123

Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Scott Deboy
Hi Matt, Re: 1123826836323a94d73355f0f6d7fd39466ad657 - Disable macOS packaging step Looks like you disabled this to get jenkins working? Has a comment: "FIXME: make this plugin optional" Can you re-enable it? Optional is fine, I test with this all the time. Thanks, Scott