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
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
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
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
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