[jibx-users] order of fields

2004-05-31 Thread Harrie Hazewinkel
HI, Reading through the tutorials I cannot find any reference order of the fields. My problem is that I am not sure (depending on the device) of the order of elements and as it looks to me one device provides the elements in the wrong order. Is there such a possibility to specify in the

Re: [jibx-users] order of fields

2004-05-31 Thread Dennis Sosnoski
Hi Harrie, You can use ordered=false to get this behavior, which requires all the child binding components to be optional. See http://jibx.sourceforge.net/tutorial/binding-extras.html#mixing This does have the drawback of meaning you lose the automatic validation by JiBX that required items

[jibx-users] Location of JiBX_MungeAdapter with ANT task

2004-05-31 Thread Daniel Cox
jibx-beta3b has been working perfectly for me using run-time bindings. I now need to integrate JiBX into the ANT build process - and cut/paste the directions directly from www.jibx.org. My Java source files are in src/ and the resulting class files go into bin/ which is then JARed. build.xml