[
https://issues.jboss.org/browse/TEIIDDES-2419?page=com.atlassian.jira.plu...
]
Andrej Šmigala edited comment on TEIIDDES-2419 at 5/18/15 9:22 AM:
-------------------------------------------------------------------
The check for the same project is done in the following way:
{code:java}! (
viewModelLocation.segment(0).equalsIgnoreCase(sourceModelLocation.segment(0)) ){code}
However, model project names are case sensitive if the underlying filesystem is case
sensitive.
Indeed, creating two projects such as p1 and P1, you can still put the source and view
model into two different projects.
was (Author: asmigala):
The check for the same project is done in the following way:
{code:java}! (
viewModelLocation.segment(0).equalsIgnoreCase(sourceModelLocation.segment(0)) ){code}
However, model project names are case sensitive.
Indeed, creating two projects such as p1 and P1, you can still put the source and view
model into two different projects.
Flat file import - models in two project folders
------------------------------------------------
Key: TEIIDDES-2419
URL:
https://issues.jboss.org/browse/TEIIDDES-2419
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 9.0.1
Reporter: Matus Makovy
Assignee: Barry LaFond
Fix For: 9.1, 8.6.2 Beta1, 9.0.2 Beta1, 9.0.2, 8.6.2
Attachments: screen1.png, screen2.png, screen3.png
When importing from Flat file, TD allows user to put models (source and view) in
different model project folders.
See screenshots
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)