diff --git a/projectlibre_exchange/src/com/projectlibre/core/pm/exchange/MspImporter.java b/projectlibre_exchange/src/com/projectlibre/core/pm/exchange/MspImporter.java index e67c606..ebb084d 100644 --- a/projectlibre_exchange/src/com/projectlibre/core/pm/exchange/MspImporter.java +++ b/projectlibre_exchange/src/com/projectlibre/core/pm/exchange/MspImporter.java @@ -278,9 +278,13 @@ public class MspImporter { } else { // normal task task=new Task(); converter.from(mpxTask, task, state); - long taskStart=((Date)task.getPropertyValue("start")).getTime(); - if (earliestTaskStart==-1L || taskStart