Aspose.Tasks For Java 9.1.0 Release Notes

Major Features

We have implemented Task.DurationText field for mpp writing and reading. New constructor has been added to Project class to work with Primavera Project. Also reading all project UID from Primavera XML has been implemented.About three bugs have been fixed.

All Changes

Issue TypeKeySummary
InvestigationTASKS-34323Read Task.DurationText field from project file
New FeatureTASKS-34271Provide constructor for Project(Stream steam,PrimaveraXmlReadingOptions options)
New FeatureTASKS-34270Read all projects UID from Primavera XML to get list of UID
TaskTASKS-34326TASKS-33909 Implement Task.DurationText field writing to mpp 2010/2013 formats
BugTASKS-34348Project reading exception while loading the MPP file
BugTASKS-34329Reading MPP file raises ProjectReadingException
BugTASKS-34320Project reading exception raised while loading the project

Public API and Backwards Incompatible Changes

The following public classes were added:

Class NameDescription
com.aspose.tasks.PrimaveraXmlReaderRepresents a reader which reads Project UIDs from Primavera Xml file

The following public fields were added to existing classes:

Field NameDescription
com.aspose.tasks.TaskKey.DurationTextRepresents the DurationText (Task) field.
com.aspose.tasks.Tsk.DURATION_TEXTReturns the task’s duration text.