I am experiencing a problem with Eclipse's building its projects.
The procedure for setting a dev env is:
- Creating a clearcase view.
- Opening eclipse.
- Importing preferences.
- Connecting to clearcase plugin.
- Importing a team-set.
- Running ant -
build.xml
During the build.xml
, some files are generated and moved from its working directory into the some projects' lib directories.
After that, there are some eclipse.referesh
task and eclipse.incrementalBuild
that the build.xml
invokes.
Now, the projects the jars (generated during build.xml
) were copied into, do get compiled successfully, but other projects depending on them do not.
Even if I try refreshing the entire workspace and clean-building all of its projects manually, this doesn't work.
The problem is resolved only when I close the projects and open them (an eclipse feature).
It is possible that this is happening due to the ClearCase plugin?
Anyway on how to resolve this problem (It causes the build.xml
to fail, because of compiler problems)?