From: "Youngho Cho" <[EMAIL PROTECTED]>
> 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 ?


If you run the unit tests you should see the TestBeanReader and
TestBeanWriter both working, which go from beans -> XML and back again. So
try the 'test' target then look at the output of the tests.

James

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.comm

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to