Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OTHowtos/Migrating Projects To 0.7"

(New page: If you have OT/J projects (including OT/Equinox projects) created by OTDT 1.x from objectteams.org some items need migrating because internally the prefix <code>org.objectteams</code> was ...)
 
 
Line 1: Line 1:
 +
{{Tip|See also this entry in the [http://www.eclipse.org/objectteams/pages/new_in_0.7.html#configuration New & Noteworthy].}}
 +
 
If you have OT/J projects (including OT/Equinox projects) created by OTDT 1.x from objectteams.org
 
If you have OT/J projects (including OT/Equinox projects) created by OTDT 1.x from objectteams.org
 
some items need migrating because internally the prefix <code>org.objectteams</code> was used
 
some items need migrating because internally the prefix <code>org.objectteams</code> was used
Line 10: Line 12:
 
For these errors quickfixes are offered per {{Bug|308029}} performing the necessary adjustments.
 
For these errors quickfixes are offered per {{Bug|308029}} performing the necessary adjustments.
  
The following items are currently (0.7.0 M2) not supported:
+
 
 +
The following items are not supported:
 
* attributes in launch configurations
 
* attributes in launch configurations
 
* preference keys in preference settings.
 
* preference keys in preference settings.
 
As a workaround you may just edit the corresponding file, replacing all occurrences of
 
As a workaround you may just edit the corresponding file, replacing all occurrences of
 
<code>org.objectteams</code> with <code>org.eclipse.objectteams</code>
 
<code>org.objectteams</code> with <code>org.eclipse.objectteams</code>

Latest revision as of 14:22, 6 July 2010

Idea.png
See also this entry in the New & Noteworthy.


If you have OT/J projects (including OT/Equinox projects) created by OTDT 1.x from objectteams.org some items need migrating because internally the prefix org.objectteams was used which has been replaced by org.eclipse.objectteams

The following items will be reported as specific errors:

  • .project uses old name for the OT/J project nature
  • .project uses old name for the OT/J builder
  • MANIFEST.MF declares dependency on the otequinox bundle by its old name
  • plugin.xml declares an aspectBindings extension by its old name

For these errors quickfixes are offered per bug 308029 performing the necessary adjustments.


The following items are not supported:

  • attributes in launch configurations
  • preference keys in preference settings.

As a workaround you may just edit the corresponding file, replacing all occurrences of org.objectteams with org.eclipse.objectteams

Copyright © Eclipse Foundation, Inc. All Rights Reserved.