[
https://issues.jboss.org/browse/TEIIDDES-2361?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-2361:
----------------------------------------
The .project attached is from Designer 7.4.2
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Object</name>
<comment>No Product Application, version
7.4.2.v20111104-1235-H672-Final</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.teiid.designer.core.modelBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.teiid.designer.core.modelNature</nature>
</natures>
</projectDescription>
{code}
To be up-to-date it needs to include 2 new build spec entries:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Object</name>
<comment>No Product Application, version XXXXXXX</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.teiid.designer.vdb.ui.vdbBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.teiid.designer.extension.ui.modelExtensionDefinitionBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.teiid.designer.core.modelBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.teiid.designer.core.modelNature</nature>
</natures>
</projectDescription>
{code}
Project indicates it needs a Quick Fix
--------------------------------------
Key: TEIIDDES-2361
URL:
https://issues.jboss.org/browse/TEIIDDES-2361
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 8.6.1
Reporter: Van Halbert
Attachments: object_projectset.zip
Getting the following error message for the attached project set:
Model project definition for Object is out of date. Perform Quick Fix to update the
project
<vhalbert> blafond, have an error in designer:
[08:19] <vhalbert> Model project definition for Object is out of date. Perform
Quick Fix to update the project
[08:19] <vhalbert> where's the Quick Fix button?
[08:21] <blafond> vhalbert: you have a model project is out of date? 7.7.x (5.3)
project?
[08:22] <vhalbert> blafond, not that i'm aware, this quickstart project
wasn't done until 6.0, and it worked then
[08:23] <vhalbert> blafond, i started making changes and the error just started
yesterday
[08:23] <blafond> vhalbert: log a JIRA, attach the project and I'll check it
out
[08:23] <vhalbert> blafond, ok, tx
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)