Hi,
I'm having problems when importing a specific split task (task '0010-B' in attached file); the assignment data I get are not the ones I can see in Ms Project : I get some assignment in may 2014 but in MS Project the second split is assigned on march 2014.
When I've exported the file in XML format, I found that there are two types of assignements
a) Project/Tasks/Task/TimephasedData
It seems to be the data I get when I call 'task.getResourceAssignments' or 'projectFile.getRessourceAssignments' (all set in 2014)
b) Project/Assignments/Assignment :
It seems to contains be the real data visible in the Gantt in MS Project, it contains data set for the task in 2015
The problem is that I can not find this set of data after the import anywhere from the ProjectFile.
Note : this bug may be related to the feature request #11
Note 2 : the method task.getSplits() on task '0010-B' returns null so i can't also any info on the fact that the task is split or not