uses xmlns-C"
> A only contains B. Xml namespaces are not imported.
>
>
> Jan
>
>
>
> > -Ursprüngliche Nachricht-
> > Von: Scot P. Floess [mailto:[EMAIL PROTECTED]
> > Gesendet: Freitag, 14. Dezember 2007 03:49
> > An: Ant Users List
> >
CTED]
> Gesendet: Freitag, 14. Dezember 2007 03:49
> An: Ant Users List
> Betreff: Re: Divide And Conquer Ant Question
>
> I do the same thing... However, I am partial to macrodef's... I do
> have a build script that may use those macrodef's... However, my
>
I do the same thing... However, I am partial to macrodef's... I do
have a build script that may use those macrodef's... However, my
macrodef's are sorta like functions from which I can then
script/glue/call from my "scripts"
Z W wrote:
Hi
I'm using Ant as a scripting tool much like a sh
Hi
I use ant as a process control tool but have tried to keep my targets
close to the ant model. I do use some looping over a set of files but
only where it is truly needed. I try hard to use the depends and
if/unless constructs to control the execution of targets. I have avoided
using antcal
Hi
I'm using Ant as a scripting tool much like a shell script to do various
tasks of a project, not for a build purpose.
I like to get opinions from the gurus here about this.
I have various tasks written in a single build file. However, this file has
become very large.
I like to break this file