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/08/25 06:15:57 UTC

[GUMP@brutus]: jakarta-commons/commons-jelly 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 folk at general@gump.apache.org.

Project commons-jelly *no longer* has an issue.
Project State : 'Success', Reason ''

Full details are available at:

    http://brutus.apache.org/gump/public/jakarta-commons/commons-jelly/index.html

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Sole jar [commons-jelly-24082004.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)
State: Success
Elapsed: 22 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-24082004 -f build.xml jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/jelly]
CLASSPATH : /usr/local/j2sdk1.4.2_04/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-24082004.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-24082004.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-24082004.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.343 sec
    [junit] Testcase: testParserCache2 took 0.097 sec
    [junit] Running org.apache.commons.jelly.test.xml.TestXMLValidation
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.482 sec
    [junit] Testsuite: org.apache.commons.jelly.test.xml.TestXMLValidation
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.482 sec
    [junit] ------------- Standard Error -----------------
    [junit] Aug 24, 2004 9:15:53 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:237)
    [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:154)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:127)
    [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:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testInvalidXML1NoValidation took 0.333 sec
    [junit] Testcase: testInvalidXML1Validation took 0.029 sec
    [junit] Testcase: testValidXML1Validation took 0.006 sec

test:

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

BUILD SUCCESSFUL
Total time: 21 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 E-mail Identifier (within run) #19.
Produced by Gump 2.1.0-alpha-0003.
[Run (02341924082004, brutus:brutus-public:02341924082004)]
http://brutus.apache.org/gump/public/index.html
http://brutus.apache.org/gump/public/options.html

--
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