How to Merge MPX to ORACLE PRIMAVERA Using Java

In order to Merge MPX to ORACLE PRIMAVERA, we’ll use

Aspose.Tasks for Java

API which is a feature-rich, powerful and easy to use conversion API for Java platform. You can download its latest version directly from

Maven

and install it within your Maven-based project by adding the following configurations to the pom.xml.

Package Manager Console Command


<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>

Dependency

<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-tasks</artifactId>
<version>version of aspose-tasks API</version>
<classifier>jdk17</classifier>
</dependency>

Steps to Merge MPX to ORACLE PRIMAVERA via Java

Developers can easily load & merge MPX files to ORACLE PRIMAVERA in just a few lines of code.

  1. Load first file as project with Project class
  2. Decide what entities you what to merge (tasks, assignment, resources, etc)
  3. Load other files as project objects with Project class
  4. Add target entities from other project objects to the first one
  5. Call the Project.Save method with output file path & SaveFileFormat.MPX as parameters

System Requirements

Before running the merging example code, make sure that you have the following prerequisites.

  • Microsoft Windows or a compatible OS with Java Runtime Environment for JSP/JSF Application and Desktop Applications.
  • Get latest version of Aspose.Tasks for Java directly from Maven.
 

This sample code shows MPX to ORACLE PRIMAVERA Java Merging

 
  • Free App to Merge MPX to ORACLE PRIMAVERA

    Other Supported Merging Formats

    You can also merge MPX into other file formats including few listed below.

    MPX TO MPP (Microsoft Project Data File)
    MPX TO PDF (Portable Document Format)
    MPX TO MS PROJECT (Microsoft Project Data File)