Dear Gumpmeisters,
            
The following 2 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: Project logging-log4j-component (in module 
logging-log4j-component) failed
[EMAIL PROTECTED]: Project logging-log4j-filters (in module 
logging-log4j-filters) failed
*********************************************************** G U M P
[EMAIL PROTECTED]: Project logging-log4j-component (in module 
logging-log4j-component) failed
Failed with to: [EMAIL PROTECTED] from: [<[EMAIL PROTECTED]>]
Failed to send notify e-mail: {'[EMAIL PROTECTED]': (550, 'sorry, your envelope 
sender is in my badmailfrom list')}
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 [EMAIL PROTECTED]

Project logging-log4j-component has an issue affecting its community 
integration,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Synchronize Failed'.

Full details are available at:
    
http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html

That said, some information snippets are provided here.

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

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 20000022042007, vmgump.apache.org:vmgump-public:20000022042007
Gump E-mail Identifier (unique within run) #22.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project logging-log4j-filters (in module 
logging-log4j-filters) failed
Failed with to: [EMAIL PROTECTED] from: [<[EMAIL PROTECTED]>]
Failed to send notify e-mail: {'[EMAIL PROTECTED]': (550, 'sorry, your envelope 
sender is in my badmailfrom list')}
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 [EMAIL PROTECTED]

Project logging-log4j-filters has an issue affecting its community integration.
This issue affects 2 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - logging-log4j-filters :  Back-port of log4j 1.3 filters for use with 
log4j 1.2.  (Exp...
    - logging-log4j-filters-test :  Back-port of log4j 1.3 filters for use with 
log4j 1.2.  (Exp...


Full details are available at:
    
http://vmgump.apache.org/gump/public/logging-log4j-filters/logging-log4j-filters/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
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/logging-log4j-filters/logging-log4j-filters/gump_work/build_logging-log4j-filters_logging-log4j-filters.html
Work Name: build_logging-log4j-filters_logging-log4j-filters (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dproject.version=22042007 jar 
[Working Directory: /usr/local/gump/public/workspace/logging-log4j-filters]
CLASSPATH: 
/opt/jdk1.5/lib/tools.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-apache-resolver.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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/logging-log4j-12/dist/lib/log4j-22042007.jar
---------------------------------------------
    [javac] symbol  : class Perl5Compiler
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]     Perl5Compiler compiler = new Perl5Compiler();
    [javac]                                  ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:100:
 cannot find symbol
    [javac] symbol  : class Pattern
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]     Pattern pattern1 = null;
    [javac]     ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:103:
 cannot find symbol
    [javac] symbol  : variable Perl5Compiler
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]       pattern1 = compiler.compile(pattern, 
Perl5Compiler.CASE_INSENSITIVE_MASK);
    [javac]                                            ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:104:
 cannot find symbol
    [javac] symbol  : class MalformedPatternException
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]     } catch (MalformedPatternException e) {
    [javac]              ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:132:
 cannot find symbol
    [javac] symbol  : class Perl5Compiler
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]            Perl5Compiler compiler = new Perl5Compiler();
    [javac]            ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:132:
 cannot find symbol
    [javac] symbol  : class Perl5Compiler
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]            Perl5Compiler compiler = new Perl5Compiler();
    [javac]                                         ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:133:
 cannot find symbol
    [javac] symbol  : class Perl5Matcher
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]            matcher = new Perl5Matcher();
    [javac]                          ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:135:
 cannot find symbol
    [javac] symbol  : variable Perl5Compiler
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]                    Perl5Compiler.CASE_INSENSITIVE_MASK);
    [javac]                    ^
    [javac] 
/x1/gump/public/workspace/logging-log4j-filters/src/main/java/org/apache/log4j/rule/LikeRule.java:136:
 cannot find symbol
    [javac] symbol  : class MalformedPatternException
    [javac] location: class org.apache.log4j.rule.LikeRule
    [javac]          } catch (MalformedPatternException e) {
    [javac]                   ^
    [javac] 18 errors

BUILD FAILED
/x1/gump/public/workspace/logging-log4j-filters/build.xml:72: 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/logging-log4j-filters/logging-log4j-filters/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/logging-log4j-filters/logging-log4j-filters/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 20000022042007, vmgump.apache.org:vmgump-public:20000022042007
Gump E-mail Identifier (unique within run) #23.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to