Bug 43296 - [Doc] Background auto-build and .vcm_meta file
Summary: [Doc] Background auto-build and .vcm_meta file
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.0 RC4   Edit
Assignee: Michael Valenta CLA
QA Contact:
URL:
Whiteboard:
Keywords: readme
Depends on:
Blocks:
 
Reported: 2003-09-18 10:23 EDT by Michael Valenta CLA
Modified: 2004-06-18 15:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2003-09-18 10:23:28 EDT
We are currently using a PRE_AUTOBUILD listener to handle the 1.0 .vcm_meta 
file. If 1.0 to 3.0 project compatibility is a requirement, we need to leave 
this in. However, PRE_AUTOBUILD may not work anymore so we could potentially 
need to modify how we convert the .vcm_meta into a .project. Hopefully, 1.0 t0 
3.0 is not a requirement and the support can be removed.
Comment 1 Michael Valenta CLA 2003-09-24 17:00:20 EDT
The answer is to remove the old code and provide an entry for the porting 
guide which describes the change, why it was made and how the user can get 
around the problem (i.e. if upgrading from 1.0 to 3.0, start 2.x on the 
workspace to ensure that the .vcm_meta is translated to a .project).
Comment 2 Michael Valenta CLA 2003-10-03 11:59:06 EDT
The following should be included in the 3.0 readme (instead of the porting 
guide).

CVS and the Eclipse 1.0 .vcm_meta file.

Support for the .vcm_meta file has been removed from Eclipse 3.0 because 
changes to the builder mechanism make it a considerable amount of work to 
support this Eclipse 1.0 functionality. This will only impact customers who 
are migrating projects created using Eclipse 1.0 directly to Eclipse 3.0 
without involving Eclipse 2.0. The workaround to avoid problems is to migrate 
the projects to an Eclipse 2.0 workspace, commit the newly created .project 
file to the repository and them migrate to Eclipse 3.0. If this is not done, 
the projects will loose their meta information, such as project nature (e.g. 
Java project) and associated builders.
Comment 3 Jean-Michel Lemieux CLA 2004-06-18 15:43:34 EDT
added to 3.0 release notes.