As a follow-up -- anytime I specify more than one target on the
command-line, I can get different behaviour than if I run the targets as
separate ant commands -- eg., 'ant init state boot' will behave very
differently than if I run 'ant init ; ant state ; ant boot' (the former
will fail, the latter succeeds).

Diane

--- Diane Holt <[EMAIL PROTECTED]> wrote:
> If I run:
>   $ ant clobber
>   $ ant all
> the dependent targets behave differently than if I run
>   $ ant clobber all
> 
> In the first case, the dependent target, "boot", runs its task (a
> <javac>
> that compiles 3 files); in the second case, it doesn't (so the rest of
> "all" fails, because those classfiles that "boot" should've compiled
> didn't get compiled).
> 
> Anyone have any idea what could be causing this???
> 
> Diane
> 
> 
> 
> =====
> ([EMAIL PROTECTED])
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/


=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Reply via email to