Re: Contributing a tool to build OS X .pkg of Apache Ant

2013-12-18 Thread Antoine Levy Lambert
Thanks Ben, I will apply your patch within a few days, I am too tired tonight. Regards, Antoine On Dec 17, 2013, at 12:17 AM, Antoine Levy Lambert wrote: > Hello Ben, > > this should be living in ant core. Either in the root directory or in the > release directory. > > Regards, > > Antoine

Re: Contributing a tool to build OS X .pkg of Apache Ant

2013-12-17 Thread Ben Gertzfield
Looks like I should have filed this as an Ant Enhancement task. I've just done so and filed Ant Bug 55899 along with a patch: https://issues.apache.org/bugzilla/show_bug.cgi?id=55899 Ben On Tue, Dec 17, 2013 at 10:50 AM, Ben Gertzfield wrote: > Excellent. I'm not sure what the process is for

Re: Contributing a tool to build OS X .pkg of Apache Ant

2013-12-17 Thread Ben Gertzfield
Excellent. I'm not sure what the process is for code review, but here's a patch against SVN trunk @ r1551525. The patch adds an OS X .pkg installer generation script under 'release/build-osx-pkg.py' and updates build.xml to conditionally build an OS X .pkg installer when it's run on OS X hosts. >

Re: Contributing a tool to build OS X .pkg of Apache Ant

2013-12-16 Thread Antoine Levy Lambert
Hello Ben, this should be living in ant core. Either in the root directory or in the release directory. Regards, Antoine On Dec 16, 2013, at 8:18 PM, Ben Gertzfield wrote: > Hi Ant folks, > > As of OS X version 10.9 ("Mavericks"), OS X no longer includes Apache Ant. > > To help people who do

Contributing a tool to build OS X .pkg of Apache Ant

2013-12-16 Thread Ben Gertzfield
Hi Ant folks, As of OS X version 10.9 ("Mavericks"), OS X no longer includes Apache Ant. To help people who don't want to install Homebrew or similar systems to grab Ant, I wrote a Python script to build a OS X .pkg installer of Ant: http://pastebin.com/raw.php?i=StmYCeZd I'd like to contribute

Contributing a tool to build OS X .pkg of Apache Ant

2013-12-16 Thread Ben Gertzfield
Hi Ant folks, As of OS X version 10.9 ("Mavericks"), OS X no longer includes Apache Ant. To help people who don't want to install Homebrew or similar systems to grab Ant, I wrote a Python script to build a OS X .pkg installer of Ant: http://pastebin.com/raw.php?i=StmYCeZd I'd like to contribute