Browse our Products

Aspose.Tasks for Java 24.7 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11192Fix order of project import when importing default projects from XER file containing several projectsEnhancement
TASKSNET-11191Add an API to get project’s names to PrimaveraBaseReaderEnhancement
TASKSNET-11230Fix calendar reading from XER format: project’s MinutesPerDay, MinutesPerWeek, DaysPerMonth are taken from non-default calendarBug
TASKSNET-11223Fix exception when MPP9 file is saved after resource levelingBug
TASKSNET-11201Fix “An entry with the same key already exists” when reading resource rates from XER fileBug
TASKSNET-11197Fix reading of Baseline.TimephasedDataBug
TASKSJAVA-2271Resource Usage Wrongly ImportedBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.tasks.PrimaveraProjectInfoRepresents short info about a project loaded from Primavera format.
The following public methods were added:Description
com.aspose.tasks.PrimaveraProjectInfo.getUid()Gets project’s Uid.
com.aspose.tasks.PrimaveraProjectInfo.getName()Gets project’s name.
com.aspose.tasks.PrimaveraProjectInfo.getExportFlag()Gets project’s export flag. When a project is selected for export in Primavera, its ExportFlag is true.
com.aspose.tasks.PrimaveraBaseReader.getProjectInfos()Return a list of the project’s short info objects.