bardsoftware / ganttproject

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

Can't open MS Project 2007 file in GanttProject 2.0.8 #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error message:
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.

Original issue reported on code.google.com by Seema.Ni...@gmail.com on 7 Jul 2009 at 10:35

GoogleCodeExporter commented 9 years ago
Duplicates:
http://code.google.com/p/ganttproject/issues/detail?id=40

Original comment by dbarashev on 7 Jul 2009 at 11:10