You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Ceki Gülcü <ce...@qos.ch> on 2004/06/08 12:00:58 UTC

Re: Fw: [GUMP@buildnew]: logging-log4j/logging-log4j failed

This is a question for Scott. I think his most recent commits added
this dependency but I am too lazy to check. In any case, looking at
the build.core target in build.xml, the org.apache.log4j.rule package
is part of the core build and apparently it needs ORO.

Scott, should we keep the rule package under build.core target or move
it somewhere else?


At 11:14 PM 6/7/2004, Adam R. B. Jack wrote:
>It seems log4j (and not just log4j-tests) depends upon jakarta-oro. Is this
>intended/permanent?
>
>[I'm doing a CC 'cos Apache mail seems 'slow' today.]
>
>regards,
>
>Adam
>----- Original Message -----
>From: <no...@qos.ch>
>To: <de...@trysybase.com>
>Sent: Monday, June 07, 2004 8:25 PM
>Subject: [GUMP@buildnew]: logging-log4j/logging-log4j 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 folk at general@gump.apache.org.
> >
> > Project logging-log4j has an issue affecting its community integration.
> > This issue affects 9 projects.
> > Project State : 'Failed', Reason 'Build Failed'
> > The following are affected:
> >     - jakarta-log4j :  Reliable, fast and flexible logging package for
>Java
> >     - jakarta-poi :  POI
> >     - log4j-tests :  Reliable, fast and flexible logging package for Java
> >     - trysybase :  TrySybase
> >     - trysybase-admin :  TrySybase
> >     - trysybase-extras :  TrySybase Extras
> >     - trysybase-web :  TrySybase Web
> >     - ws-axis :  Apache eXtensible Interaction System
> >     - xml-axis :  Apache eXtensible Interaction System
> >
> >
> > Full details are available at:
> >
> >
>http://buildnew.try.sybase.com/gump/local/logging-log4j/logging-log4j/index.html
> >
> > That said, some snippets follow:
> >
> >
> > The following annotations were provided:
> >  -WARNING- Bad *Optional* Dependency. Project: jms unknown to *this*
>workspace
> >  -WARNING- Bad *Optional* Dependency. Project: jmx unknown to *this*
>workspace
> >  -INFO- Failed with reason build failed
> >  -INFO- Enable "debug" output, due to build failure.
> >
> >
> > The following work was performed:
> >
>http://buildnew.try.sybase.com/gump/local/logging-log4j/logging-log4j/gump_work/build_logging-log4j_logging-log4j.html
> > Work Name: build_logging-log4j_logging-log4j (Type: Build)
> > State: Failed
> > Elapsed: 0 hours, 0 minutes, 10 seconds
> > Command Line:
>java -Xbootclasspath/p:/homelocal/build/gump/local/gump-ws/xml-xerces2/java/
>build/xercesImpl.jar:/homelocal/build/gump/local/gump-ws/xml-xerces2/java/bu
>ild/xml-apis.jar
>org.apache.tools.ant.Main -Dgump.merge=/homelocal/build/gump/local/gump/work
>/merge.xml -Djars.dir=/homelocal/build/jars_dir -Ddeployer.username=arb_jack
>  -Dbuild.sysclasspath=last -Dforrest.home=/homelocal/build/packages/apache-f
>orrest-0.4-bin -Dversion=20040607 jar
> > [Working Directory: /homelocal/build/gump/local/gump-ws/logging-log4j]
> > CLASSPATH :
>/usr/java/j2sdk1.4.2_03/lib/tools.jar:/homelocal/build/gump/local/gump-ws/lo
>gging-log4j/dist/classes:/homelocal/build/gump/local/gump-ws/ant/dist/lib/an
>t-stylebook.jar:/homelocal/build/gump/local/gump-ws/ant/dist/lib/ant-jmf.jar
>:/homelocal/build/gump/local/gump-ws/ant/dist/lib/ant-swing.jar:/homelocal/b
>uild/gump/local/gump-ws/ant/dist/lib/ant-junit.jar:/homelocal/build/gump/loc
>al/gump-ws/ant/dist/lib/ant-launcher.jar:/homelocal/build/gump/local/gump-ws
>/ant/dist/lib/ant-trax.jar:/homelocal/build/gump/local/gump-ws/ant/dist/lib/
>ant.jar:/homelocal/build/gump/local/gump-ws/ant/dist/lib/ant-nodeps.jar:/hom
>elocal/build/gump/local/gump-ws/jakarta-servletapi-4/lib/servlet.jar:/homelo
>cal/build/gump/local/gump-ws/dist/junit/junit.jar:/homelocal/build/gump/pack
>ages/javamail-1.3/mail.jar---------------------------------------------
> >     [javac]     Perl5Compiler compiler = new Perl5Compiler();
> >     [javac]                                  ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:63: cannot resolve symbol
> >     [javac] symbol  : class Pattern
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]     Pattern pattern1 = null;
> >     [javac]     ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:66: cannot resolve symbol
> >     [javac] symbol  : variable Perl5Compiler
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]       pattern1 = compiler.compile(pattern,
>Perl5Compiler.CASE_INSENSITIVE_MASK);
> >     [javac]                                            ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:67: cannot resolve symbol
> >     [javac] symbol  : class MalformedPatternException
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]     } catch (MalformedPatternException e) {
> >     [javac]              ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:92: cannot resolve symbol
> >     [javac] symbol  : class Perl5Compiler
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]            Perl5Compiler compiler = new Perl5Compiler();
> >     [javac]            ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:92: cannot resolve symbol
> >     [javac] symbol  : class Perl5Compiler
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]            Perl5Compiler compiler = new Perl5Compiler();
> >     [javac]                                         ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:93: cannot resolve symbol
> >     [javac] symbol  : class Perl5Matcher
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]            matcher = new Perl5Matcher();
> >     [javac]                          ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:94: cannot resolve symbol
> >     [javac] symbol  : variable Perl5Compiler
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]            pattern = compiler.compile(patternString,
>Perl5Compiler.CASE_INSENSITIVE_MASK);
> >     [javac]                                                      ^
> >     [javac]
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>rule/LikeRule.java:95: cannot resolve symbol
> >     [javac] symbol  : class MalformedPatternException
> >     [javac] location: class org.apache.log4j.rule.LikeRule
> >     [javac]          } catch (MalformedPatternException e) {
> >     [javac]                   ^
> >     [javac] Note:
>/homelocal/build/gump/local/gump-ws/logging-log4j/src/java/org/apache/log4j/
>PropertyConfigurator.java uses or overrides a deprecated API.
> >     [javac] Note: Recompile with -deprecation for details.
> >     [javac] 18 errors
> >
> > BUILD FAILED
> > /homelocal/build/gump/local/gump-ws/logging-log4j/build.xml:242: Compile
>failed; see the compiler error output for details.
> >
> > Total time: 8 seconds
> > ---------------------------------------------
> >
> >
> >
> >
> > To subscribe to this information via syndicated feeds:
> >  RSS:
>http://buildnew.try.sybase.com/gump/local/logging-log4j/logging-log4j/rss.xml
> >  Atom:
>http://buildnew.try.sybase.com/gump/local/logging-log4j/logging-log4j/atom.xml
> >
> >
> > --
> > Produced by Gump 2.0.3-alpha-0002.
> > [Run (20040607 14:00:09, buildnew.try.sybase.com:local:20040607 14:00:09)]
> > http://buildnew.try.sybase.com/gump/local/index.html
> > http://buildnew.try.sybase.com/gump/local/options.html
> >
> > --
> > Apache Gump
> > http://gump.apache.org/ [Instance: buildnew.try.sybase.com]
> >

-- 
Ceki Gülcü

      For log4j documentation consider "The complete log4j manual"
      ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp  



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