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
*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 ./
I do have xcode but I am using Java for OS X and my preference is to have the
build environment separate from the IDE when doing final builds for QA and prod
environments. Removes a lot of risk and improves repeatability.
Thanks for the feedback.
-Tony
On Saturday, March 8, 2014 10:59 AM, Ca
Tony,
Doesn't Ant come bundled with Xcode? If you're doing any sort of
development on OS X it would pay to install the dev tools and then check if
ant gets installed with it and it may not be the current version.
Carlos
On Fri, Mar 7, 2014 at 7:12 AM, Harold Putman wrote:
> brew install ant
>
*port install ant*
*$ port install ant*
Error: Insufficient privileges to write to MacPorts install prefix.
$ sudo port install ant
Error: Port ant not found
$ sudo port install apache-ant
---> Cleaning apache-ant
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
Also
port install ant
See http://www.macports.org/
On 3/7/2014 7:12 AM, Harold Putman wrote:
> brew install ant
>
> See http://brew.sh
>
>
>
>
> On Wed, Mar 5, 2014 at 10:12 PM, Tony Anecito
> wrote:
>
>> Many Many Thanks!!
>>
>> -Tony
>>
>>
>>
>>
>>
>> On Wednesday, March 5, 2014 6
brew install ant
See http://brew.sh
On Wed, Mar 5, 2014 at 10:12 PM, Tony Anecito wrote:
> Many Many Thanks!!
>
> -Tony
>
>
>
>
>
> On Wednesday, March 5, 2014 6:28 PM, BryanBerg
> wrote:
>
> It does, I have it installed on OS X, separate from my IDE.
>
> Ant installation instructions are a
Many Many Thanks!!
-Tony
On Wednesday, March 5, 2014 6:28 PM, BryanBerg wrote:
It does, I have it installed on OS X, separate from my IDE.
Ant installation instructions are also at:
http://ant.apache.org/manual/index.html
Be certain to add ant-contrib-1.0b3.jar into your ANT_HOME instal
It does, I have it installed on OS X, separate from my IDE.
Ant installation instructions are also at:
http://ant.apache.org/manual/index.html
Be certain to add ant-contrib-1.0b3.jar into your ANT_HOME installation
directory, I'm not sure if this was specified in the instructions, but
not hav
I am already using Eclipse on the Mac. I usually setup a build environment
separate from an IDE. I know Windows is different but was hoping since Ant uses
Java that it would work under OS X.
Thanks,
-Tony
On Wednesday, March 5, 2014 3:14 PM, Peter West wrote:
Download the binary distribu
Download the binary distribution (latest is 1.9.3) from
http://ant.apache.org/bindownload.cgi
Unzip (or gunzip) the distribution somewhere on your system. If you are happy
using sudo, you can put it in /usr/local, for example. Otherwise, put it in you
home directory at a convenient location.
I
Hi Tony,
Depending on the version of OSX you are running, you probably already
have Ant installed and ready for use.
Look in /System/Library/Frameworks/JavaVM.framework/Commands
--or
/Library/Java/Home/bin
If you are running an older version of Darwin/OSX, and you've
installed the Develop
Mac OS X is nothing like Windows. It's a version of Unix though.
You should consider using one of the free IDEs (NetBeans, Eclipse or
IDEA Community Edition.
On 3/5/14 4:03 PM, Tony Anecito wrote:
Hi All,
I am new to Mac OS X. What is the easiest way to get Ant running on OS X? I
tried copy
Hi All,
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.
Thanks!
-Tony
I have figured it out. I have a jar file (selenium-server.jar) in my
Extensions folder (/Library/Java/Extensions) which also contained the
class files for Ant. As soon as I removed the jar file from that
folder, I was able to run Ant without any problems. What's more is
that it seems like A
On Jun 26, 2007, at 3:34 PM, Jack J. Woehr wrote:
On Jun 26, 2007, at 3:18 PM, Jason Barker wrote:
I have cleared out my CLASSPATH. Ant is currently installed at: /
Developer/Java/Ant. I have set ANT_HOME to /Developer/Java/Ant. I
have added $ANT_HOME/bin to my PATH, too. What gives?
You
On Jun 26, 2007, at 3:18 PM, Jason Barker wrote:
I have cleared out my CLASSPATH. Ant is currently installed at: /
Developer/Java/Ant. I have set ANT_HOME to /Developer/Java/Ant. I
have added $ANT_HOME/bin to my PATH, too. What gives?
You must not have the Ant jar in $ANT_HOME/lib. Or somet
I have been trying to get Ant working on my Mac. The problem I am
running into is whenever I type 'ant' from the command line, I get
the following error:
java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/AntMain
at java.lang.ClassLoader.defineClass1(Native Method)
at
18 matches
Mail list logo