----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-03-21/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.142 sec
[junit] Running org.apache.commons.betwixt.scarab.TestScarabSettings
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.85 sec
[junit] Running org.apache.commons.betwixt.schema.TestSchema
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.05 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.538 sec
[junit] Running org.apache.commons.betwixt.strategy.TestDefaultNameMapper
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.526 sec
[junit] Running org.apache.commons.betwixt.strategy.TestDefaultPluralStemmer
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.664 sec
[junit] Running org.apache.commons.betwixt.strategy.TestHyphenatedNameMapper
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.678 sec
[junit] Running org.apache.commons.betwixt.strategy.alt.TestElementsAlt
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.277 sec
[junit] Running org.apache.commons.betwixt.strategy.TestElementsIO
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.158 sec
[junit] Running org.apache.commons.betwixt.TestXMLBeanInfoDigester
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.648 sec
[junit] Running org.apache.commons.betwixt.TestBeanReader
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.188 sec
[junit] Running org.apache.commons.betwixt.TestBeanWriter
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 1.913 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.37 sec
[junit] Running org.apache.commons.betwixt.recursion.TestRecursion
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.82 sec
[junit] Running org.apache.commons.betwixt.dotbetwixt.TestBeanToXml
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.916 sec
[junit] Running org.apache.commons.betwixt.introspection.TestXMLIntrospector
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.754 sec
[junit] Running org.apache.commons.betwixt.digester.TestXMLIntrospectorHelper
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.845 sec
[junit] Running org.apache.commons.betwixt.digester.TestIDRead
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.887 sec
[junit] Running org.apache.commons.betwixt.io.TestSAXBeanWriter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.877 sec
[junit] Running org.apache.commons.betwixt.registry.TestXMLBeanInfoRegistry
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.469 sec
[junit] Running org.apache.commons.betwixt.derived.TestDerived
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.72 sec
[junit] Running org.apache.commons.betwixt.TestXMLUtils
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.589 sec
test:
BUILD FAILED
file:///home/rubys/jakarta/jakarta-commons/betwixt/build.xml:87: There were test
failures.
Total time: 55 seconds
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]