On 24 Jul 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Wed, 23 Jul 2003, unmesh joshi <[EMAIL PROTECTED]> wrote:
>
>> but in the book ANT definitive guide, its given that default
>> basedir is the directory containing the build file.
>
> I assume you mean Erik and Steve's book as "the boo
On Wed, 23 Jul 2003, Vikas Phonsa <[EMAIL PROTECTED]> wrote:
> How can have ant to automatically update the Manifest File every
> time I do a build so that the Manifest file would have the current
> time stamp as the Version Number/Tag of the jars to be created.
Use the task, something like
On Thu, 24 Jul 2003 12:05 am, Patrick Surry wrote:
>
> 1. Can you control the degree of parallelism, eg. I want to do something
> like 'ant --maxParallel=4 ...' or:
>
>
><... lots of tasks ...
>
>
This has been added to CVS - will be in Ant 1.6
> and have Ant only kick off new tasks when
You can use
>From the manual:
Concatenate a series of files to the console:
Cheers,
Peter
On Wed, 2003-07-23 at 14:58, [EMAIL PROTECTED] wrote:
> I generate some files in my ant script.
>
> I want to be able to display them in the log file for audit reasons
>
> Is there an
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I'm looking at various make-like systems to implement simple
extract-transform-load data-build plans. (Top candidates are ANT and SCons at
the moment.)
Two initial questions that I can't answer after reading the documentation and
the 'Ant book'.
1. Can you control the degree of parallelism, eg.