Skip to content

Commit

Permalink
Add missing assignment codes
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Dec 13, 2024
1 parent 282bdf8 commit e26ed20
Show file tree
Hide file tree
Showing 164 changed files with 208 additions and 171 deletions.
11 changes: 7 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,17 @@
<copy file="${env.MPXJ_SCHEMA_DIR}/pmxml/p6v2312-p6apibo-corrected.xsd" toDir="${basedir}/jaxb"/>

<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b mspdi-binding.xjb -p net.sf.mpxj.mspdi.schema mspdi_pj15-corrected.xsd" />
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b pm-binding.xjb -p net.sf.mpxj.primavera.schema p6v2312-p6apibo-corrected.xsd" />
</exec>
<!--
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b mrproject.xjb -p net.sf.mpxj.planner.schema mrproject-0.6.xsd" />
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b mspdi-binding.xjb -p net.sf.mpxj.mspdi.schema mspdi_pj15-corrected.xsd" />
</exec>
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b pm-binding.xjb -p net.sf.mpxj.primavera.schema p6v2312-p6apibo-corrected.xsd" />
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b mrproject.xjb -p net.sf.mpxj.planner.schema mrproject-0.6.xsd" />
</exec>
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b phoenix-4-binding.xjb -p net.sf.mpxj.phoenix.schema.phoenix4 phoenix-4.xsd" />
</exec>
Expand All @@ -281,7 +284,7 @@
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b gantt-designer-binding.xjb -p net.sf.mpxj.ganttdesigner.schema gantt-designer.xsd" />
</exec>

-->
<!-- Remove schemas not included with MPXJ -->
<delete file="${basedir}/jaxb/document-corrected.xsd"/>
<delete file="${basedir}/jaxb/mspdi_pj15-corrected.xsd"/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/sf/mpxj/ProjectCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private ProjectCode(Builder builder)

/**
* Add value to this code.
*
*
* @param value new value
*/
public void addValue(ProjectCodeValue value)
Expand All @@ -93,7 +93,7 @@ public void addValue(ProjectCodeValue value)

/**
* Retrieve a value by unique ID.
*
*
* @param id unique ID
* @return value or null
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/sf/mpxj/ResourceCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private ResourceCode(Builder builder)

/**
* Add value to this code.
*
*
* @param value new value
*/
public void addValue(ResourceCodeValue value)
Expand All @@ -93,7 +93,7 @@ public void addValue(ResourceCodeValue value)

/**
* Retrieve a value by unique ID.
*
*
* @param id unique ID
* @return value or null
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/sf/mpxj/RoleCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private RoleCode(Builder builder)

/**
* Add value to this code.
*
*
* @param value new value
*/
public void addValue(RoleCodeValue value)
Expand All @@ -93,7 +93,7 @@ public void addValue(RoleCodeValue value)

/**
* Retrieve a value by unique ID.
*
*
* @param id unique ID
* @return value or null
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/json/JsonWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ private void writeActivityCodes() throws IOException

/**
* Write a list of codes.
*
*
* @param attributeName attribute name
* @param codes list of codes
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/Adapter1.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/Adapter2.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/Adapter3.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/Adapter4.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/Adapter5.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/AlertType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/primavera/schema/CBSType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.12 at 03:09:49 PM GMT
// Generated on: 2024.12.13 at 01:22:42 PM GMT
//

package net.sf.mpxj.primavera.schema;
Expand Down
Loading

0 comments on commit e26ed20

Please sign in to comment.