Re: Ant on Mac OS X

2014-03-09 Thread wolfgang häfelinger
*I am new to Mac OS X. What is the easiest way to get Ant running on OS X? I tried copying my ant folder from Windows to Mac OS X and it would not run.* How about to use this one-liner? $ mkdir tmp && (wget -qO- http://mirror.synyx.de/apache/ant/binaries/apache-ant-1.9.3-bin.tar.gz | tar xz -C ./

Re: Ant on Mac OS X

2014-03-09 Thread Antoine Levy Lambert
The code to create an Ant installer for Mac OS X has been added to Ant 1.9.3, but the Ant project for now does not distribute this Ant installer. There is a target pkg_distribution in the build.xml of Ant which can be used to build the OS X installer from source. Regards, Antoine On Mar 9, 201