You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by Stefan Bodewig <bo...@apache.org> on 2009/09/26 12:18:38 UTC

[GUMP@vmgump]: Project jakarta-bsf (in module jakarta-bsf) failed

To whom it may engage...
        
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 jakarta-bsf has an issue affecting its community integration.
This issue affects 17 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - JacORB :  The free Java implementation of the OMG's CORBA standard.
    - ant-xdocs-proposal :  Java based build tool
    - antbook-sections :  Examples to go with Java Development with Ant
    - bsh-cvs
    - commons-jelly-tags-bsf :  Commons Jelly
    - fulcrum-bsf :  Services Framework
    - fulcrum-osworkflow :  Services Framework
    - jakarta-bsf :  Bean Scripting Framework
    - jakarta-jmeter-svn :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-jmeter-test :  Pure Java load testing and performance measurement tool.
   ...
    - org.apache.bsf :  Bean Scripting Framework
    - rhino-cocoondev :  JavaScript for Java + continuations
    - smartfrog-components :  Smartfrog: Application Deployment from HP Laboratories
    - ws-wsif :  Web Services Invocation Framework
    - xdoclet :  Enhanced Doclet engine.
    - xdoclet-apache-module-prepare :  Intermediate target that prepares xdoclet's
    apache modul...
    - xml-axis-wsif :  Web Services Invocation Framework


Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-bsf/jakarta-bsf/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-bsf/jakarta-bsf/gump_work/build_jakarta-bsf_jakarta-bsf.html
Work Name: build_jakarta-bsf_jakarta-bsf (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only bindist 
[Working Directory: /srv/gump/public/workspace/jakarta-bsf]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/jakarta-bsf/build/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/apache-commons/logging/targ
 et/commons-logging-26092009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-26092009.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-26092009.jar:/srv/gump/public/workspace/jython/dist/jython-dev.jar:/srv/gump/public/workspace/rhino/build/rhino_26092009/js.jar
---------------------------------------------
     [echo] Warning: Jacl dependencies were not resolved.

checkJexl:
     [echo] Warning: JEXL dependencies were not resolved.

checkJython:

checkNetRexx:
     [echo] Warning: NetRexx dependencies were not resolved.

checkRhino:

checkXalan:

checkJUnit:

compile:
    [mkdir] Created dir: /srv/gump/public/workspace/jakarta-bsf/build/classes
    [javac] Compiling 53 source files to /srv/gump/public/workspace/jakarta-bsf/build/classes
    [javac] /srv/gump/public/workspace/jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java:33: cannot find symbol
    [javac] symbol  : class PyJavaInstance
    [javac] location: package org.python.core
    [javac] import org.python.core.PyJavaInstance;
    [javac]                       ^
    [javac] /srv/gump/public/workspace/jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java:122: cannot find symbol
    [javac] symbol  : class PyJavaInstance
    [javac] location: class org.apache.bsf.engines.jython.JythonEngine
    [javac]           if (result != null && result instanceof PyJavaInstance)
    [javac]                                                   ^
    [javac] /srv/gump/public/workspace/jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java:123: cannot find symbol
    [javac] symbol  : class PyJavaInstance
    [javac] location: class org.apache.bsf.engines.jython.JythonEngine
    [javac]               result = ((PyJavaInstance)result).__tojava__(Object.class);
    [javac]                          ^
    [javac] /srv/gump/public/workspace/jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java:140: cannot find symbol
    [javac] symbol  : class PyJavaInstance
    [javac] location: class org.apache.bsf.engines.jython.JythonEngine
    [javac] 	  if (result != null && result instanceof PyJavaInstance)
    [javac] 	                                          ^
    [javac] /srv/gump/public/workspace/jakarta-bsf/src/org/apache/bsf/engines/jython/JythonEngine.java:141: cannot find symbol
    [javac] symbol  : class PyJavaInstance
    [javac] location: class org.apache.bsf.engines.jython.JythonEngine
    [javac] 		result = ((PyJavaInstance)result).__tojava__(Object.class);
    [javac] 		           ^
    [javac] 5 errors

BUILD FAILED
/srv/gump/public/workspace/jakarta-bsf/build.xml:227: Compile failed; see the compiler error output for details.

Total time: 2 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 23000026092009, vmgump:vmgump-public:23000026092009
Gump E-mail Identifier (unique within run) #25.

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

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