PhpProject icon indicating copy to clipboard operation
PhpProject copied to clipboard

Format Gnome Planner

Open Progi1984 opened this issue 6 years ago • 0 comments

Gnome Planner is a popular open source planning tool which writes its own XML files.

Source : http://www.mpxj.org/howto-read-planner.html

Sample File :

  • https://github.com/joniles/mpxj/blob/master/junit/data/password-protected-mpp9.mpp
  • https://github.com/joniles/mpxj/blob/master/junit/data/planner-calendar.planner
  • https://github.com/joniles/mpxj/blob/master/junit/data/planner-resource.planner
  • https://github.com/joniles/mpxj/blob/master/junit/data/planner-sample.planner
  • https://github.com/joniles/mpxj/blob/master/junit/data/project1.planner

Source : https://github.com/joniles/mpxj/blob/master/src/main/java/net/sf/mpxj/planner/PlannerReader.java#L113

Progi1984 avatar Nov 20 '19 11:11 Progi1984