Dear all,
I installed Enterprise Workbench Installer 020800Beta1 on Eclipse SDK 2.1.3 for Windows.
I have an interesting issue. Randomly, in a non-deterministic way, but often after an update from the CVS, the project classpath file gets corrupted. In the “Java Build Path”, the entry “J2EE 1.3 Library Container” gets a yellow warning sign and is no more valid. To remark that the classpath file in the CVS remains unchanged, therefore I’m not updating it with a corrupted version.
The funny thing is that, if I compare the last version in the CVS with the new corrupted one, they contains the same entries. The only change is the order sequence of these two entries:
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER"/>
Manually changing the order doesn’t produce any result. The only way I can go back to work is to remove from the “Java Build Path” the entries “J2EE 1.3 Library Container” and “JRE System Library”, exit Eclipse, restart, and re-add the two libraries.
Then it works again until the next non-deterministic time…
Funny, isn’t it?
Any idea to fix this and avoid the whole remove-exit-add process?