MPX percent lag incorrect
Multi platform library to read and write schedule data
Brought to you by:
joniles
I am creating an mpx file using 5.6.4. I am creating Relations that have a percent duration. For example
Duration duration = Duration.getInstance(-50.0, TimeUnit.PERCENT)
This is not being written to the file correctly. The file has 57FS-50y instead of 57FS-50%. My code for creating the Relation is
Relation relation =
task.addPredecessor(predTask, RelationType.FINISH_START,
duration);
Attached is the mpx file.
Thanks for the bug report - I think that issue has been undiscovered for many years!
The fix for this is now in avalable from GitHub, and will form part of the next MPXJ release.