You can use a pattern provided with the Design Pattern Toolkit
(DPTK) 3.1.2.3 to automatically migrate the DPTK project structure and metadata.
To automatically migrate to the JET format:
- In the Navigator view or Package Explorer view, right click the
DPTK project and click Apply Pattern.
- Select the pattern Add JET Nature to Pattern.
- Click OK.
Once the migration is completed, the JET builders compile the
DPTK PAT files. Because the JET compiler is stricter than the DPTK compiler,
there may be a number of errors or warnings on the PAT files. These can be
for the following reasons:
- JET tag content must end with "/>"; DPTK allows content to end with just
">". JET issues a warning for these tags.
- DPTK silently ignores some malformed attribute expressions
within tags. JET reports a compiler error.