[Solved] Relative export path does not work anymore

+3 votes
asked Dec 17, 2013 in Solved by jwagner (3,630 points)
recategorized Apr 24, 2014 by ludek.vodicka

ORM Designer 2.2.7.777, MVC: Symfony2, ORM: Doctrine2

Exporting a module to a relative path does not work anymore. The ".." portion is simply ignored. This did work in previous versions (regression).

Sample project:

<?xml version="1.0"?>
<orm-designer version="2.2.7.777" name="TestExport" mvc="Symfony2" orm="Doctrine2" uuid="7e38ea66-b87e-461f-8376-1acde1f2929f">
  <module name="MainModule" import-format="Doctrine2Yml" import-path="../test" uuid="d59be1b2-010a-47f9-b116-afc8d0e8b961">
    <entity name="SampleEntity" uuid="26742325-4d71-4254-aab0-0c286b34d66f">
      <field name="id" type="integer" required="true" unique="true" primary="true" auto-increment="true" uuid="878c1610-9553-477a-ab29-f6e1d75ea5f0"/>
      <field name="name" type="string" size="255" uuid="1ae25cb0-e03d-4891-805a-9b87e8d8c85f"/>
    </entity>
  </module>
  <visual-data>
    <entity uuid="26742325-4d71-4254-aab0-0c286b34d66f" position-x="10" position-y="20"/>
    <project uuid="7e38ea66-b87e-461f-8376-1acde1f2929f" size-x="0" size-x2="331" size-y="0" size-y2="285"/>
    <module uuid="d59be1b2-010a-47f9-b116-afc8d0e8b961" bk-color="4294375930" position-x="61" position-y="72" size-x="11" size-x2="220" size-y="22" size-y2="163"/>
  </visual-data>
</orm-designer>
commented Dec 17, 2013 by nick.marshall (250 points)

I am also having this issue in version 2.2.7.786. The "Full Export Path" under "Files and Export" in the Module display correctly, but when the export happens all ../ portions of the path are completely ignored.

1 Answer

0 votes
answered Dec 18, 2013 by Email support (1,420 points)
selected Dec 19, 2013 by jwagner
 
Best answer

Thank you for reporting this issue and sorry for long response time. Forum notification system was broken and we didn't receive any email notification.

I fixed the problem and deployd new release (2.2.8.791) to our site http://www.orm-designer.com/download-orm-designer

commented Dec 19, 2013 by jwagner (3,630 points)

Thanks, it's solved!

...