Hi
First of all thank you very much for MPXJ library. It helped us really well in our integration. I am in the last stage of it and somehow not able to figure out how to resolve following 2 issues. We are setting Milestone as complete but not able to do so. For setting milestone as 100 percent complete. I am setting below values as shown below:
task.setActualStart(projItem.getResolutionDate().getTime());
task.setActualFinish(projItem.getResolutionDate().getTime());
These two value set the milestone as complete as per my analysis. I tried setting percentcomplete ,stop,resume value. But still when xml is generated its not setting these values.
Also whenever I set the actual work and work value for any task it sets the whole task as complete. I am not sure how to fix these two problems. Request your help here. Thanks.