Re: Ant on Mac OS X

2014-03-07 Thread Edwin Castro
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

Re: How to merge jars and directories specified by path resource into a single jar

2014-02-14 Thread Edwin Castro
On 2/13/14, 11:45 PM, Matt Benson wrote: > The problem is that, presumably, you want the classes beneath the > class.dirs elements to be added to the jar relative to each element. Off > the top of my head it occurs to me that you could iterate using antcontrib > and update the jar for each directo

How to merge jars and directories specified by path resource into a single jar

2014-02-13 Thread Edwin Castro
I have a handful of paths defined as ... ... I have a need to merge the .class files in the jars and directories specified by class.libs and class.dirs into a single jar. I can merge the jars using

Re: Is it possible to get "location semantics" with

2013-12-11 Thread Edwin Castro
On 12/11/13, 3:07 PM, Cyril Sagan wrote: > > value="${basedir}/true/option" >else="${basedir}/false/demo/path"> > > Could you spare a "temporary" property? Something like dir.fails = ${dir.fails} -- Edwin

Re: Is it possible to get "location semantics" with

2013-12-11 Thread Edwin Castro
On 12/11/13, 3:07 PM, Cyril Sagan wrote: > C:\temp>ant > Buildfile: build.xml > [echo] dir.works = C:\temp\false\demo\path > [echo] dir.fails = C:\temp/false/demo/path Have you seen paths with mixed separators actually cause problems? I'm no longer on Windows but my experience was that