Hello I am newbie in Betwixt.
I tested test-reader target in build-legacy.xml.
The result are
[java] Lets turn it back into XML
[java] [DEBUG] AbstractBeanWriter - -Finished writing bean graph.
[java]
[java] <CustomerBean id="1">
[java] <name/>
[java] <projectMap/>
[java] <projectNames/>
[java] <emails/>
[java] <ID/>
[java] <projectURLs/>
[java] <address id="2">
[java] [DEBUG] XMLIntrospector - -Attempting to lookup an XML descriptor for
class: class org.apache.commons.betwixt.PersonBean
[java] <code/>
[java] <city/>
[java] <country/>
[java] <street/>
[java] </address>
[java] <numbers/>
[java] </CustomerBean>
[java] Time: 0.7
[java]
[java] OK (2 tests)
Can I get the same output as the input xml file ( customer.xml ) ?
How can I do that ?
Any comments will be appreciated.
Thanks.
youngho