Re: Ant on Mac OS X

2014-03-08 Thread Carlos Araya
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 >

Re: Ant with Dimensions

2014-02-05 Thread Carlos Araya
The executable pcli was not found. Either it is not installed, not on a path Ant can find. What happens if you run pcli from the command line? Carlos Sent from my iPad > On Feb 5, 2014, at 5:17 AM, "Sander ..." wrote: > > > > Hello, > > I try search before, but I didn't found the search

Re: Ant build from source instructions incorrect?

2014-01-21 Thread Carlos Araya
Is that the only error you're getting? What does the build log say? Sent from my iPad > On Jan 21, 2014, at 2:52 PM, Michael Durket > wrote: > > I'm attempting to build Ant 1.9.3 from the source distribution on Redhat > Linux 5 using Oracle Java 1.7.0. It seems to build correctly but fails th

Re: using ant for non build tasks

2014-01-15 Thread Carlos Araya
Jay, For my ebook production flow, I use an ant script that fetches files from a web server, unzips them, moves them a around and uses them to process the Docbook file. It is not trivial but it's also not too complicated, Carlos Sent from my iPad > On Jan 15, 2014, at 7:22 AM, Jay Bryant wro

Re: Apache ANT execution error - Problem: failed to create task or type if

2012-09-13 Thread Carlos Araya
As far as I know if is not a built in Ant task but it comes from the ant.contrib package downloadable from sourceforge. http://ant-contrib.sourceforge.net/ Download the package and follow the instructions to get it running on your build. Carlos On Thu, Sep 13, 2012 at 11:19 AM, Rao, Raghavendra

Re: ANT and HTML Tidy

2012-08-31 Thread Carlos Araya
Try something like this: You don't need to run the shell to use TIdy, you can call Tidy directy. As far as I know, Ant will run the commands from the directory where the build file is located. Carlos On Thu, Aug 30, 2012 at 10:31 AM, Kevin Kim wrote: > Completely beginner in ANT here, I

Newbie question

2012-04-20 Thread Carlos Araya
I have a macrodef called init that defines an attribute called dest Creating directory

Newbie questions

2012-04-12 Thread Carlos Araya
I have two questions: 1. Is there a way I can force ant to honor the latest version of the build file? Is it cached somewhere? When trying to copy a resource to a directory before ziping it I can't get it to copy or it appears to copy to multiple locations. This may be due to changes I've made to