I just downloaded the Development Tools, and fired up Project Builder to create a pure Java class (just your basic Hello World to make sure everything is ok). While it compiles from Terminal with javac, the syntax checker within Project Builder produces the following two errors when I click the "tick" button, Command-F or execute the menu item:
File: pbxinterface/FileEditors.subproj/PBXFileEditor.m
Line: 130
Object: <PBXSourceFileEditor:0x024396d0>
Method: syntaxCheckFile
project should be an instance inheriting from PBXProject, but it is nil
and
File: pbxinterface/FileEditors.subproj/PBXFileEditor.m
Line: 130
Object: <PBXSourceFileEditor:0x024396d0>
Method: syntaxCheckFile
project should be an instance inheriting from PBXProject, but it is (null)
This also happens for non-pure Java files, so it appears to be some error within the syntax checker itself.
I'm wondering if anyone else is experiencing this problem, or has heard of anything similar. I don't want to try hacking the PB itself, if that is even possible.
Any suggestions?