...and there was no other compiler output.
This was all the errors in the output window.
-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.
>
>