failure notice

[email protected]
Newsgroups gmane.comp.java.jicarilla.devel,gmane.spam.detected
Message-ID <[email protected]>
Hi. This is the qmail-send program at austin.kingdesign.net.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[email protected]>:
66.35.250.206 does not like recipient.
Remote host said: 550-"This appears to be a forged message, attempting to appear to be
550-from the SourceForge.net staff.  If this message has been banned
550-in error, please send a copy of this message to
550 [email protected]"
Giving up on 66.35.250.206.

--- Below this line is a copy of the message.

Return-Path: <[email protected]>
Received: (qmail 10842 invoked from network); 13 Apr 2004 06:07:18 -0000
Received: from lsd.student.utwente.nl (130.89.168.148)
  by austin.kingdesign.net with SMTP; 13 Apr 2004 06:07:18 -0000
Date: 13 Apr 04 05:56:55
From: Gump Integration Build <[email protected]>
To: [email protected]
Subject: [GUMP@lsd]: jicarilla-sandbox/jicarilla-http-impl failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For help 
understanding the request please visit 
http://gump.apache.org/nagged.html, 
and/or contact [email protected].

Project jicarilla-http-impl has an issue affecting its community integration, and has been outstanding for 2 runs. The current state is 'Failed', for reason 'Build Failed'

Full details are available at: http://lsd.student.utwente.nl/gump/jicarilla-sandbox/jicarilla-http-impl/index.html, however some snippets follow:

-  -  -  -  - -- -- ------------------------------------ G U M P

Gump provided these annotations:

 - Info - Sole jar [jicarilla-http-impl-20040413.jar] identifier set to project name
 - Info - Made directory [/data3/gump/jicarilla-sandbox/platform/components/http/impl/target/classes]
 - Info - Made directory [/data3/gump/jicarilla-sandbox/platform/components/http/impl/target/test-classes]
 - Info - Enable "verbose" output, due to 1 previous error(s).
 - Info - Failed with reason build failed
 - Info - Enable "debug" output, due to build failure.


-  -  -  -  - -- -- ------------------------------------ G U M P
Gump performed this work:

http://lsd.student.utwente.nl/gump/jicarilla-sandbox/jicarilla-http-impl/gump_work/build_jicarilla-sandbox_jicarilla-http-impl.html
Work Name: build_jicarilla-sandbox_jicarilla-http-impl (Type: Build)
State: Failed
Elapsed: 0 hours, 0 minutes, 9 seconds
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/data3/gump/xml-xerces2/java/build/xercesImpl.jar:/data3/gump/xml-xerces2/java/build/xml-apis.jar:/data3/gump/xml-commons/java/external/build/xml-apis.jar:/data3/gump/xml-xalan/java/build/xalan-unbundled.jar org.apache.tools.ant.Main -verbose -Dgump.merge=/data3/gump/gump-install/work/merge.xml -Dbuild.sysclasspath=only -Dskip.dependencies=true -Dproject.version=20040413 jar 
[Working Directory: /data3/gump/jicarilla-sandbox/platform/components/http/impl]
---------------------------------------------
    [javac] symbol  : variable HTTPEncoding 
    [javac] location: class org.jicarilla.http.HTTPMessageGenerator
    [javac]             if( name.equalsIgnoreCase( HTTPEncoding.TRANSFER_CODING ) &&
    [javac]                                        ^
    [javac] /data3/gump/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/HTTPMessageGenerator.java:358: cannot resolve symbol
    [javac] symbol  : variable HTTPEncoding 
    [javac] location: class org.jicarilla.http.HTTPMessageGenerator
    [javac]                     value.equalsIgnoreCase( HTTPEncoding.TRANSFER_CODING_CHUNKED ) )
    [javac]                                             ^
    [javac] /data3/gump/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/HTTPMessageGenerator.java:360: cannot resolve symbol
    [javac] symbol  : variable HTTPParser 
    [javac] location: class org.jicarilla.http.HTTPMessageGenerator
    [javac]                 type = HTTPParser.BODY_TYPE_CHUNKING;
    [javac]                        ^
    [javac] /data3/gump/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/HTTPMessageGenerator.java:373: cannot resolve symbol
    [javac] symbol  : class HTTPField 
    [javac] location: class org.jicarilla.http.HTTPMessageGenerator
    [javac]             final HTTPField h = (HTTPField)it.next();
    [javac]                   ^
    [javac] /data3/gump/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/HTTPMessageGenerator.java:373: cannot resolve symbol
    [javac] symbol  : class HTTPField 
    [javac] location: class org.jicarilla.http.HTTPMessageGenerator
    [javac]             final HTTPField h = (HTTPField)it.next();
    [javac]                                  ^
    [javac] /data3/gump/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/HTTPMessageGenerator.java:380: cannot resolve symbol
    [javac] symbol  : variable HTTPEncoding 
    [javac] location: class org.jicarilla.http.HTTPMessageGenerator
    [javac]             if( name.equalsIgnoreCase( HTTPEncoding.HEADER_CONTENT_LENGTH ) )
    [javac]                                        ^
    [javac] /data3/gump/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/webserver/plumbing/JettyStage.java:85: org.jicarilla.webserver.plumbing.JettyStage.Listener is not abstract and does not override abstract method getHttpHandler() in org.mortbay.http.HttpListener
    [javac]     protected class Listener implements HttpListener
    [javac]               ^
    [javac] 41 errors

BUILD FAILED
/home/ajack/.jbs/build-project.xml:249: Compile failed; see the compiler error output for details.
	at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:268)
	at org.apache.tools.ant.Task.perform(Task.java:363)
	at org.apache.tools.ant.Target.execute(Target.java:301)
	at org.apache.tools.ant.Target.performTasks(Target.java:328)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
	at org.apache.tools.ant.Main.runBuild(Main.java:667)
	at org.apache.tools.ant.Main.startAnt(Main.java:187)
	at org.apache.tools.ant.Main.start(Main.java:151)
	at org.apache.tools.ant.Main.main(Main.java:234)

Total time: 7 seconds
---------------------------------------------




To subscribe to this information via syndicated feeds:
RSS: http://lsd.student.utwente.nl/gump/jicarilla-sandbox/jicarilla-http-impl/jicarilla-http-impl.rss | Atom: http://lsd.student.utwente.nl/gump/jicarilla-sandbox/jicarilla-http-impl/jicarilla-http-impl.atom

--
Gump http://gump.apache.org/
[lsd]


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.