I don't have much time to look at the specific in and output differences that the testbaenreader spits out, but maybe you can have a look at the org.apache.commons.betwixt.schema package, which does input and output identical. If that output is also not identical, let me know, I'll dig into it ;)
Mvgr, Martin On Tue, 2002-07-23 at 09:31, Youngho Cho wrote: > 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
