ExternalTaskProject value missing
Multi platform library to read and write schedule data
Brought to you by:
joniles
For some external tasks in a project the getExternalTaskProject() method returns null, even though getExternalTask() returns true, and the getExternalTaskId() has the correct value.
To fix this, I added a statement to the processExternalTasks() method to set the externalTaskProject value after it correctly sets the subProject for the external task. This is necessary because in the main processTaskData method these particular external tasks will not have a subProject value yet, and therefore will not get the proper project path value set on them.
I added a patch to put this code in MPPReader9,12,14.
Patch to set external task project path during processExternalTasks() method.
The code now in CVS fixes this issue.
Jon