--- [EMAIL PROTECTED] wrote: 
> Sure but where's the output?

Assuming your compiler produces error message (and I can't imagine one
that doesn't), the error output should be included along with the rest of
the output. For example:

compile:
    [javac] Compiling 1 source file to D:\cygwin\home\dianeh\classes
    [javac] D:\cygwin\home\dianeh\src\java\Fake.java:5: Type expected.
    [javac]         System.out.println("This is a test");
    [javac]                            ^
    [javac] 1 error
    [javac] Compile failed, messages should have been provided.


> Short of running ant -v, is there another way to get the output when
> it isn't shown?

You shouldn't need to run with -v.  Do you have a case where you're
getting compilation errors, but no error messages from the compiler are
included in the output?

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to