Export to MPX generate incorrect LinkType

Hello
I export project to MPX and generated link type is incorrect.

how to reproduce:

  1. generate file
    public static void main(String[] args) throws Exception {
    Project project = new Project();
    Task pred = project.getRootTask().getChildren().add(“Task 1”);
    Task succ = project.getRootTask().getChildren().add(“Task 2”);
    project.getTaskLinks().add(pred, succ, TaskLinkType.StartToStart);
    project.save(“s_to_s.mpx”, SaveFileFormat.MPX);
    System.out.println(“done”);
    }

  2. open file in MS Project
    you will see link type FINISH TO START

Configuration:
Aspose Tasks v17.5 and v17.11
MS Project 2010 v14.0.7190

@SoftwarePlant,

Please try it with the latest version of Aspose.Tasks for Java 17.11 and let us know if that helps resolve the issue.

In my server I use 17.5, Aspose Tasks update bonds with many tests, can you tell me that update helps?

UPDATE
Aspose Tasks 17.11 generate same incorrect link type

@SoftwarePlant,

Thank you for providing feedback. This issue is re-produced and logged under Id: TASKSJAVA-487 for further investigation by the product team. You will be automatically notified once any update is received in this regard.

any fix for this bug is planned?

@SoftwarePlant,

The issue is planned to be fixed in the upcoming version of Aspose.Tasks for Java 18.3 which will be available for download by the end of Mar 2018. We’ll notify you here once the fix version is available for download.

The issues you have found earlier (filed as TASKSJAVA-487) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by kashif.iqbal