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 10847 invoked from network); 13 Apr 2004 06:07:19 -0000
Received: from lsd.student.utwente.nl (130.89.168.148)
  by austin.kingdesign.net with SMTP; 13 Apr 2004 06:07:19 -0000
Date: 13 Apr 04 05:56:56
From: Gump Integration Build <[email protected]>
To: [email protected]
Subject: [GUMP@lsd]: jicarilla-sandbox/jicarilla-container-integration 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-container-integration has an issue affecting its community integration, and has been outstanding for 3 runs. The current state is 'Failed', for reason 'Build Failed'

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

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

Gump provided these annotations:

 - Info - Sole jar [jicarilla-container-integration-20040413.jar] identifier set to project name
 - Info - Made directory [/data3/gump/jicarilla-sandbox/platform/container-integration/target/classes]
 - Info - Made directory [/data3/gump/jicarilla-sandbox/platform/container-integration/target/test-classes]
 - Info - Enable "verbose" output, due to 2 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-container-integration/gump_work/build_jicarilla-sandbox_jicarilla-container-integration.html
Work Name: build_jicarilla-sandbox_jicarilla-container-integration (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/container-integration]
---------------------------------------------
    [javac]         final Attribute[] attributes = Attributes.getAttributes( method,
    [javac]                                        ^
    [javac] /data3/gump/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/dna/DnaUtil.java:239: cannot resolve symbol
    [javac] symbol  : class Attribute 
    [javac] location: class org.jicarilla.container.integration.dna.DnaUtil
    [javac]             Attribute attribute = attributes[i];
    [javac]             ^
    [javac] /data3/gump/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/dna/DnaUtil.java:271: cannot resolve symbol
    [javac] symbol  : class Attribute 
    [javac] location: class org.jicarilla.container.integration.dna.DnaUtil
    [javac]         final Attribute[] attributes = Attributes.getAttributes( method,
    [javac]               ^
    [javac] /data3/gump/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/dna/DnaUtil.java:271: cannot resolve symbol
    [javac] symbol  : variable Attributes 
    [javac] location: class org.jicarilla.container.integration.dna.DnaUtil
    [javac]         final Attribute[] attributes = Attributes.getAttributes( method,
    [javac]                                        ^
    [javac] /data3/gump/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/dna/DnaUtil.java:276: cannot resolve symbol
    [javac] symbol  : class Attribute 
    [javac] location: class org.jicarilla.container.integration.dna.DnaUtil
    [javac]             Attribute attribute = attributes[i];
    [javac]             ^
    [javac] /data3/gump/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/dna/DnaUtil.java:347: cannot resolve symbol
    [javac] symbol  : class Attribute 
    [javac] location: class org.jicarilla.container.integration.dna.DnaUtil
    [javac]         final Attribute attribute = Attributes.getAttribute( method,
    [javac]               ^
    [javac] /data3/gump/jicarilla-sandbox/platform/container-integration/src/java/org/jicarilla/container/integration/dna/DnaUtil.java:347: cannot resolve symbol
    [javac] symbol  : variable Attributes 
    [javac] location: class org.jicarilla.container.integration.dna.DnaUtil
    [javac]         final Attribute attribute = Attributes.getAttribute( method,
    [javac]                                     ^
    [javac] 25 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-container-integration/jicarilla-container-integration.rss | Atom: http://lsd.student.utwente.nl/gump/jicarilla-sandbox/jicarilla-container-integration/jicarilla-container-integration.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.