----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-03-22/commons-betwixt.html>
----------------------------------------------------

Buildfile: build.xml

init:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons/betwixt/lib

get-deps:

compile:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-commons/betwixt/target/classes
    [javac] Compiling 50 source files to 
/home/rubys/jakarta/jakarta-commons/betwixt/target/classes
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/AddDefaultsRule.java:102:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) throws Exception {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/AttributeRule.java:102:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) throws SAXException {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/AttributeRule.java:147:
 warning: end() in org.apache.commons.digester.Rule has been deprecated
    [javac]     public void end() {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/ElementRule.java:101:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) throws SAXException {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/ElementRule.java:171:
 warning: end() in org.apache.commons.digester.Rule has been deprecated
    [javac]     public void end() {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/HideRule.java:94:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) throws SAXException {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/HideRule.java:108:
 warning: end() in org.apache.commons.digester.Rule has been deprecated
    [javac]     public void end() {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/InfoRule.java:95:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) throws SAXException {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/InfoRule.java:122:
 warning: end() in org.apache.commons.digester.Rule has been deprecated
    [javac]     public void end() {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/TextRule.java:109:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) throws SAXException {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java:250:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void begin(Attributes attributes) {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java:342:
 warning: end() in org.apache.commons.digester.Rule has been deprecated
    [javac]     public void end() {
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java:621:
 warning: body(java.lang.String) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]             public void body(String text) throws Exception {
    [javac]                         ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java:374:
 warning: body(java.lang.String) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]                 public void body(String text) throws Exception {
    [javac]                             ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java:539:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]             public void begin(Attributes attributes) {
    [javac]                         ^
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java:633:
 warning: end() in org.apache.commons.digester.Rule has been deprecated
    [javac]             public void end() {
    [javac]                         ^
    [javac] 16 warnings
     [copy] Copying 9 files to 
/home/rubys/jakarta/jakarta-commons/betwixt/target/test-classes

compile-tests:
    [javac] Compiling 68 source files to 
/home/rubys/jakarta/jakarta-commons/betwixt/target/test-classes
    [javac] 
/home/rubys/jakarta/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java:386:
 warning: begin(org.xml.sax.Attributes) in org.apache.commons.digester.Rule has been 
deprecated
    [javac]         public void begin(Attributes attributes) {
    [javac]                     ^
    [javac] 1 warning

internal-test:
    [mkdir] Created dir: 
/home/rubys/jakarta/jakarta-commons/betwixt/target/test-reports
    [junit] Running org.apache.commons.betwixt.nowrap.TestNoWrap
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.208 sec
    [junit] Running org.apache.commons.betwixt.scarab.TestScarabSettings
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.87 sec
    [junit] Running org.apache.commons.betwixt.schema.TestSchema
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.019 sec
    [junit] Running org.apache.commons.betwixt.strategy.TestCapitalizeNameMapper
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.585 sec
    [junit] Running org.apache.commons.betwixt.strategy.TestDecapitalizeNameMapper
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.522 sec
    [junit] Running org.apache.commons.betwixt.strategy.TestDefaultNameMapper
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.558 sec
    [junit] Running org.apache.commons.betwixt.strategy.TestDefaultPluralStemmer
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.704 sec
    [junit] Running org.apache.commons.betwixt.strategy.TestHyphenatedNameMapper
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.664 sec
    [junit] Running org.apache.commons.betwixt.strategy.alt.TestElementsAlt
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.251 sec
    [junit] Running org.apache.commons.betwixt.strategy.TestElementsIO
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.312 sec
    [junit] Running org.apache.commons.betwixt.TestXMLBeanInfoDigester
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.731 sec
    [junit] Running org.apache.commons.betwixt.TestBeanReader
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.585 sec
    [junit] Running org.apache.commons.betwixt.TestBeanWriter
    [junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 1.95 sec
    [junit] TEST org.apache.commons.betwixt.TestBeanWriter FAILED
    [junit] Running org.apache.commons.betwixt.TestRSSRoundTrip
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.291 sec
    [junit] Running org.apache.commons.betwixt.recursion.TestRecursion
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.87 sec
    [junit] Running org.apache.commons.betwixt.dotbetwixt.TestBeanToXml
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.036 sec
    [junit] Running org.apache.commons.betwixt.introspection.TestXMLIntrospector
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.795 sec
    [junit] Running org.apache.commons.betwixt.digester.TestXMLIntrospectorHelper
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.756 sec
    [junit] Running org.apache.commons.betwixt.digester.TestIDRead
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.907 sec
    [junit] Running org.apache.commons.betwixt.io.TestSAXBeanWriter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.857 sec
    [junit] Running org.apache.commons.betwixt.registry.TestXMLBeanInfoRegistry
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.524 sec
    [junit] Running org.apache.commons.betwixt.derived.TestDerived
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.734 sec
    [junit] Running org.apache.commons.betwixt.TestXMLUtils
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.622 sec

test:

BUILD FAILED
file:///home/rubys/jakarta/jakarta-commons/betwixt/build.xml:87: There were test 
failures.

Total time: 56 seconds

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

Reply via email to