Hi Stefan,

> Marcus Crafter <[EMAIL PROTECTED]> wrote:
> 
> >       The grayness is because in Delete.java, line 251, the log
> >       statment is made regardless of whether quiet is set or not.
> 
> At least in the CVS version, this logs with a loglevel of VERBOSE,
> which means you'll only see a message if you specify -verbose.
> Running Ant with the verbose switch and asking delete to be quiet at
> the same time is a little - errm - contradicting yourself, isn't it?

        It would be, but I'm not specifying -verbose. At least consciously! :-)

-------------------------------------------------------------------------------

With Verbose (-v option to ant) :

fztig938[/home/crafterm/workarea/diva-fs2.ant]:1404>./build.sh clean
Ant version 1.3 compiled on March 2 2001

Buildfile: build.xml
Detected Java Version: 1.3
Detected OS: Linux
parsing buildfile /home/crafterm/workarea/diva-fs2.ant/build.xml with URI =
file:/home/crafterm/workarea/diva-fs2.ant/build.xml
Project base dir set to: /home/crafterm/workarea/diva-fs2.ant
Build sequence for target `clean' is [init, clean]
Complete build sequence is [init, clean, prepare, depend, compile, install,
javadoc, dist, pristine]

init:
     [echo] Dresdner Bank PFM Web Client 1.0 [2000-2001]

clean:
   [delete] Could not find file 
/home/crafterm/workarea/diva-fs2.ant/bin/diva-fs2.war to delete.

BUILD SUCCESSFUL

Total time: 1 second

-------------------------------------------------------------------------------

Without verbose:

fztig938[/home/crafterm/workarea/diva-fs2.ant]:1406>./build.sh clean
Buildfile: build.xml

init:
     [echo] Dresdner Bank PFM Web Client 1.0 [2000-2001]

clean:
   [delete] Could not find file 
/home/crafterm/workarea/diva-fs2.ant/bin/diva-fs2.war to delete.

BUILD SUCCESSFUL

Total time: 2 seconds

-------------------------------------------------------------------------------

        The [delete] log is still there. Have I missed something (my apologies
        if I have) ?

        Cheers,

        Marcus

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   Open Software Associates GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'     Email : [EMAIL PROTECTED]
          &&&&.        Business Hours : +49 69 9757 200
    &&&&&&&:           After Hours    : +49 69 49086750

Reply via email to