bardsoftware / ganttproject

Official GanttProject repository.
http://ganttproject.biz
GNU General Public License v3.0
890 stars 310 forks source link

error when trying to important microsoft project file #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Invalid file format: MSProject.MPP12

com.tapsterrock.mpx.MPXException: Invalid file format: MSProject.MPP12
    at com.tapsterrock.mpp.MPPFile.read(MPPFile.java:151)
    at com.tapsterrock.mpx.MPXFile.<init>(MPXFile.java:129)
    at com.tapsterrock.mpp.MPPFile.<init>(MPPFile.java:70)
    at org.ganttproject.impex.msproject.GanttMPPOpen.load(GanttMPPOpen.java:60)
    at
org.ganttproject.impex.msproject.ImporterFromMsProjectFile.openDocument(Importer
FromMsProjectFile.java:70)
    at
org.ganttproject.impex.msproject.ImporterFromMsProjectFile.run(ImporterFromMsPro
jectFile.java:43)
    at
net.sourceforge.ganttproject.importer.ImportFileWizardImpl.onOkPressed(ImportFil
eWizardImpl.java:54)
    at
net.sourceforge.ganttproject.gui.projectwizard.WizardImpl$1.actionPerformed(Wiza
rdImpl.java:110)
    at
net.sourceforge.ganttproject.UIFacadeImpl$ProxyOkAction.actionPerformed(UIFacade
Impl.java:341)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.Dialog$1.run(Unknown Source)
    at java.awt.Dialog$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Dialog.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at java.awt.Window.setVisible(Unknown Source)
    at java.awt.Dialog.setVisible(Unknown Source)
    at net.sourceforge.ganttproject.UIFacadeImpl.showDialog(UIFacadeImpl.java:199)
    at
net.sourceforge.ganttproject.gui.projectwizard.WizardImpl.show(WizardImpl.java:1
19)
    at
net.sourceforge.ganttproject.importer.ImportFileAction.actionPerformed(ImportFil
eAction.java:37)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)

Original issue reported on code.google.com by Devon.Ci...@gmail.com on 17 Dec 2009 at 7:36

GoogleCodeExporter commented 9 years ago

Original comment by dbarashev on 19 Dec 2009 at 5:27