--- "Chappell, Simon P" <[EMAIL PROTECTED]> wrote: > I have been very successful running ant on OS X. > > My setup is: OS X 10.1.2, Bash 2.0.5 & ant 1.4.1 > > The important thing I found with ant was to ensure that the JAVA_HOME > and ANT_HOME environment variables were correctly set and then to ensure > that the ant.jar was in the CLASSPATH.
Just curious... why would you need to have CLASSPATH set with ant.jar in it? The 'ant' script puts the jars in $ANT_HOME/lib into the classpath it constructs -- does that not work for OS X? Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
