Generate java code for jibx configuration XML files
256 views
Skip to first unread message
Ritika
unread,
Jan 11, 2012, 9:01:18 AM1/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Robotium Developers
I am trying to create the java code for the jibx binding files through
maven.
I have defined the plugin "jibx-maven-plugin" in the pom.xml and goals
as schema-codegen and bind. I have xml binding files under src/main/
jibx folder and default binding file binding.xsd placed in same
folder.
And when i rum "mvn package" command i get the message "Not running
JiBX binding compiler (single-module mode) - no binding files". And no
java code files are generated for xml binding files.
But for binding.xsd corresponding java code get generated and placed
at desired location.