[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Trouble changing build path

The .classpath file is indeed recording the build path setting so that it
can be shared by the VCM. Any manual/VCM change on the .classpath file is
automatically impacting the corresponding project properties, as long as
the .classpath file has a valid format (which is why you should refrain
from manually modifying it).

Is it possible that when synchronizing with the repository, you grabbed
the old version of the .classpath, which would immediately cause the
project build path to revert to its previous state ?

Kushal Munir wrote:

> Hi,

> I added a project to my workspace from a CVS repository. The project's
> build path included some jars that were no longer vaild. I changed the
> build path in the project's properties, and everything was fine. However,
> as I synchronized the project with the repsoitory, the build path reverted
> back to as it was before. It seems that the .classpath file was not
> updated (or was updated then went back to an older copy upon synchronize).

> I tried this several times unsuccessfully. Finally, I edited the
> classpath file directly and had no problems.

> It appears that changing the build path in the project properties didn't
> work. Is this a bug?