This content has been marked as final.
Show 2 replies
-
1. Re: Eat our own dogfood xsd parser
adrian.brock Nov 13, 2005 7:02 PM (in response to adrian.brock)It works pretty well and it is now relatively easily extensible (once it is completed of course :-)
0 DEBUG [SimpleTestCase] ==== setUp org.jboss.test.xml.prototype.test.SimpleTestCase ==== 55 DEBUG [SimpleTestCase] ==== Starting testOne ==== 59 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml 497 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 438ms. 498 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@1c0ec97 498 DEBUG [SimpleTestCase] testOne took 443ms 498 DEBUG [SimpleTestCase] ==== Stopping testOne ==== 498 DEBUG [SimpleTestCase] ==== Starting testLots ==== 499 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 525 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 26ms. 525 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@ecb281 526 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 571 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 45ms. 572 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@1bb60c3 573 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 620 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 47ms. 621 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@1de256f 623 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 644 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 21ms. 644 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@16bd8ea 644 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 659 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 15ms. 659 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@16e1fb1 660 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 676 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 16ms. 677 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@b5dac4 678 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 700 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 21ms. 701 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@12d96f2 702 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 725 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 23ms. 725 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@17e4ca 726 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 745 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 19ms. 745 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@175d6ab 746 DEBUG [SimpleTestCase] Parsing: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleT estCase.xml 765 DEBUG [SimpleTestCase] Parsed: file:/home/adrian/jboss-head/workspace/testsuite/src/resources/org/jboss/test/xml/prototype/test/SimpleTe stCase.xml in 19ms. 765 DEBUG [SimpleTestCase] org.jboss.test.xml.prototype.support.Root@1484a05 765 DEBUG [SimpleTestCase] testLots took 267ms 765 DEBUG [SimpleTestCase] ==== Stopping testLots ==== 765 DEBUG [SimpleTestCase] ==== tornDown org.jboss.test.xml.prototype.test.SimpleTestCase ====
-
2. Re: Eat our own dogfood xsd parser
adrian.brock Nov 13, 2005 7:03 PM (in response to adrian.brock)Now I can get on with extending the jbxb schema to support "holders"
which was my original intent.