Skip to content

Releases: joniles/mpxj

Version 7.4.4

06 Jun 12:39
Compare
Choose a tag to compare
  • Improve handling of calendar exceptions in MPX files.
  • Improve handling of MPP files with large numbers of null tasks.
  • Improve robustness when reading timephased data.
  • Correctly sort Primavera schedules containing WBS entries with no child activities.

Version 7.4.3

25 May 08:16
Compare
Choose a tag to compare
  • Add support for reading the resource "generic" attribute from MPP files.
  • Add a Unique ID attribute to the Relation class and populate for schedule types which support this concept.
  • Store the Primavera Project ID as Unique ID in the project properties.
  • Update MerlinReader to ensure support for Merlin Project Pro 5.

Version 7.4.2

30 Apr 07:40
Compare
Choose a tag to compare
  • Gracefully handle malformed duration values in MSPDI files.
  • Gracefully handle unexpected calendar exception data structure in certain MPP files.
  • Improve handling of certain unusual MPP12 files.
  • More work to gracefully handle POI issue 61677, allowing affected MPP files to be read successfully.

Version 7.4.1

16 Apr 08:47
Compare
Choose a tag to compare
  • Add methods to list projects available in P3 and SureTrak database directories.
  • Avoid NPE when a work pattern can't be located in an Asta Powerproject PP file.
  • Avoid array bounds exception when reading certain PRX files.
  • Read outline code value lists from MPP9 files.
  • Handle SureTrak projects without a WBS.

Version 7.4.0

23 Mar 14:49
Compare
Choose a tag to compare
  • Added support for reading Primavera SureTrak databases from directories, zip files, and STX files.
  • Added support for PP files generated by Asta Powerproject from version 13.0.0.1

Version 7.3.0

12 Mar 16:38
6c091ee
Compare
Choose a tag to compare
  • Added support for reading Primavera P3 databases from directories, zip files, and PRX files.
  • Improve robustness when reading MPP files containing apparently invalid custom field data.
  • Improve UniversalProjectReader byte order mark handling.
  • Fixed Issue 324: Fields with lookup unreadable when a field has custom name.

Version 7.2.1

26 Jan 09:02
Compare
Choose a tag to compare
  • More work to gracefully handle POI issue 61677, allowing affected MPP files to be read successfully.
  • Avoid divide by zero when calculating percent complete from certain Primavera PMXML files.
  • UniversalProjectReader updated to recognise MPX files with non-default separator characters.
  • Update FastTrack reader to handle invalid percentage values on resource assignments.
  • Update FastTrack reader to handle variations in UUID format.
  • Read the full project name from XER files and the Primavera database and store it in the project title attribute.

Version 7.2.0

18 Jan 13:43
Compare
Choose a tag to compare
  • Added support for reading TurboProject PEP files.
  • Handle numeric values with leading spaces in XER files.
  • Fix array bounds error when reading constraints from certain MPP files.

Version 7.1.0

03 Jan 11:01
Compare
Choose a tag to compare
  • Added support for reading GanttProject files.
  • Ensure that calendar exception dates are read correctly from XER files and P6 databases regardless of the user's timezone.
  • Read working day calendar exceptions from XER files and P6 database.
  • Mark some ProjectFile methods as deprecated.

Version 7.0.3

21 Dec 21:23
Compare
Choose a tag to compare
  • Use the Windows-1252 character set as the default when reading XER files.
  • Gracefully handle POI issue 61677 to allow MPP affected MPP files to be read successfully.
  • Handle recurring calendar exceptions read from MSPDI files without an occurrence count.
  • Improve robustness of FastTrack schedule reader.
  • Avoid reading empty calendar exceptions from MPX files.