Problems about compiler build
Jonathan Gibbons
Jonathan.Gibbons at Sun.COM
Wed Mar 19 13:16:49 PDT 2008
Given that you are working on Windows, I suggest you check for any files
that only differ in whether they use upper case or lower case letters.
I do not believe there are any problems being encountered by our
internal builds on Windows.
-- Jon
Wei CAO wrote:
> Dear all,
>
> Two months ago I successfully built and tested javac
> source codes within OpenJDK source bundles following
> Alexander's wonderful tutorial using Eclipse on Lunix
> Fedora core7.
>
> Now I wanted to rebuild it on my own laptop with Windows
> vista. In Eclipse I created a new java project from existing
> source which was the successfully built OpenJDK directory.
> When I built the project, I got the following error:
>
> The project was not built due to "A resource exists with a different
> case: '/JDK1.7-from-old/langtools/test/tools/javac/T6435291/com'.".
> Fix the problem, then try refreshing this project and building it
> since it may be inconsistent.
>
> Could anyone tell me how this error is caused and how I can fix it?
>
> Thanks a lot!
>
> Wendy
More information about the compiler-dev
mailing list