Comments on: Ant for Automator http://www.martinkahr.com/2006/07/12/ant-for-automator/ hot bits and bytes Sun, 18 May 2008 10:49:56 +0000 http://wordpress.org/?v=2.2.1 By: martin http://www.martinkahr.com/2006/07/12/ant-for-automator/#comment-7728 martin Mon, 19 Nov 2007 08:23:23 +0000 http://www.martinkahr.com/2006/07/12/ant-for-automator/#comment-7728 <p>You are absolutely right. Especially now that Leopard is out and Apple does no longer ship Ant with the Developer tools. So if you run Leopard please download the source code and adopt the ant path in the code.</p> You are absolutely right. Especially now that Leopard is out and Apple does no longer ship Ant with the Developer tools.
So if you run Leopard please download the source code and adopt the ant path in the code.

]]>
By: Graham http://www.martinkahr.com/2006/07/12/ant-for-automator/#comment-7488 Graham Sun, 11 Nov 2007 23:48:21 +0000 http://www.martinkahr.com/2006/07/12/ant-for-automator/#comment-7488 <p>Wouldn't it be better to set the ant path as /usr/bin/ant? With the Dev tools installed that is a symlink to /Developer/Java/Ant/bin/ant and for someone who had installed ant from source the action would also work. Even better would be to use the return value of 'which ant', but I know it's obnoxious to make command line calls from within a program.</p> <p>Cheers for the Action.</p> Wouldn’t it be better to set the ant path as /usr/bin/ant? With the Dev tools installed that is a symlink to /Developer/Java/Ant/bin/ant and for someone who had installed ant from source the action would also work. Even better would be to use the return value of ‘which ant’, but I know it’s obnoxious to make command line calls from within a program.

Cheers for the Action.

]]>