You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/10/17 01:59:06 UTC

[GUMP@brutus]: Project commons-jelly (in module jakarta-commons) success

To whom it may satisfy...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project commons-jelly *no longer* has an issue.
The current state of this project is 'Success'.

Full details are available at:
    http://brutus.apache.org/gump/public/jakarta-commons/commons-jelly/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-16102004.jar] identifier set to project name
 -INFO- No license on redistributable project with outputs.



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-commons/commons-jelly/gump_work/build_jakarta-commons_commons-jelly.html
Work Name: build_jakarta-commons_commons-jelly (Type: Build)
Work ended in a state of : Success
Elapsed: 23 secs
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-jelly-16102004 -f build.xml jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/jelly]
CLASSPATH : /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/jelly/target/classes:/usr/local/gump/public/workspace/jakarta-commons/jelly/target/test-classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-16102004.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-16102004.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-16102004.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-16102004.jar:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/packages/nekohtml-0.9.3/nekohtmlXni.jar:/usr/local/gump/packages/nekohtml-0.9.3/nekohtml.jar
---------------------------------------------
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testParserCache1 took 0.352 sec
    [junit] Testcase: testParserCache2 took 0.095 sec
    [junit] Running org.apache.commons.jelly.test.xml.TestXMLValidation
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.627 sec
    [junit] Testsuite: org.apache.commons.jelly.test.xml.TestXMLValidation
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.627 sec
    [junit] ------------- Standard Error -----------------
    [junit] Oct 16, 2004 4:59:06 PM org.apache.commons.jelly.parser.XMLParser error
    [junit] SEVERE: Parse Error at line 31 column -1: Attribute "var" is not declared for element "j:set".
    [junit] org.xml.sax.SAXParseException: Attribute "var" is not declared for element "j:set".
    [junit] 	at org.apache.crimson.parser.Parser2.error(Parser2.java:3354)
    [junit] 	at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1595)
    [junit] 	at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
    [junit] 	at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
    [junit] 	at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
    [junit] 	at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
    [junit] 	at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
    [junit] 	at org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
    [junit] 	at org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
    [junit] 	at org.apache.commons.jelly.test.xml.TestXMLValidation.testInvalidXML1Validation(TestXMLValidation.java:90)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:324)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:210)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:205)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:288)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:661)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:562)
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testInvalidXML1NoValidation took 0.334 sec
    [junit] Testcase: testInvalidXML1Validation took 0.039 sec
    [junit] Testcase: testValidXML1Validation took 0.003 sec

test:

jar:
      [jar] Building jar: /usr/local/gump/public/workspace/jakarta-commons/jelly/target/commons-jelly-16102004.jar

BUILD SUCCESSFUL
Total time: 23 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/jakarta-commons/commons-jelly/rss.xml
- Atom: http://brutus.apache.org/gump/public/jakarta-commons/commons-jelly/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.1.0-alpha-0003.
Gump Run 11001516102004, brutus:brutus-public:11001516102004
Gump E-mail Identifier (unique within run) #302.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org