Bryan E. Boone wrote:
> BTW... I posted my build files...
> -B
>
> Jesse Glick wrote:
>> Bryan Boone wrote:
>>> What does this mean?
>>> Even with a new project I get this:
>>>
>>> .../nbproject/build-impl.xml:363: The following error occurred while
>>> executing this line:
>>> .../nbproject/build-impl.xml:167: Compile failed; see the compiler
>>> error output for details.
>>> BUILD FAILED (total time: 56 seconds)
>>
>> Generally means just what it says - <javac> failed, with the compiler
>> error output above. Look before these messages for the actual errors.
>> If you think NB is at fault, and you can reproduce on a minimal
>> sanitized test case you can make public, please file a bug report.
>>
>>
>
Please set Verbose mode for Ant output (Tools -> Options, Miscellaneous,
Ant, Verbosity Level) and look into the output to see compiler error. If
the problem would be in NetBeans, please file a bug report and provide
description of how the project was created, whether you imported some
settings, etc. and attach verbose output.
Milan