Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JiBX 1.2.3
-
Fix Version/s: JiBX 1.2.3
-
Component/s: BindGen, maven plugin
-
Labels:None
-
Number of attachments :
Description
A maven project contains two modules (module1 and module2). Module1 contains some bindings. Module2 contains some extra bindings, that build upon those of module1.
In a multi-module build, one should only reference the bindings of module1. However, it appears as if one must repeat them.
To reproduce, run "mvn process-classes" for the attached sample project.
Activity
Don Corley
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Don Corley [ doncorley ] |
Don Corley
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | JiBX 1.2.3 [ 16349 ] | |
| Resolution | Fixed [ 1 ] |
Alexandros,
Does this project work when you execute from the command line?
(ie., java -jar jibx-bind.jar ...)
Don