"Curt Arnold" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hope ApacheCON EU is starting well.
>
> I've been getting suspicious nags from logging-log4j-component.  The 
> behavior in the following message strongly suggests that the project  is 
> trying to compile the wrong code base.  The report looks just as I  would 
> expect if project/logging-log4j-component.xml had:
>
>   <svn repository="logging" dir="sandbox/juli-to-log4j-bridge"/>
>

Yes, vmgump had a copy of juli-to-log4j-bridge checked out in 
the -components dir.  I nuked the cvs/logging-log4j-component dir on vmgump, 
so that Gump will do a full fresh checkout next run.

> instead of:
>
>   <svn repository="logging" dir="sandbox/log4j/component"/>
>
> There had been a logging-log4j-bridge.xml project descriptor (which  would 
> have used that URL) and maybe somehow project directories got  switched.
>
>
> On Apr 29, 2007, at 3:49 AM, [EMAIL PROTECTED] wrote:
>
>> 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.
>> This issue affects 2 projects,
>>  and has been outstanding for 7 runs.
>> The current state of this project is 'Failed', with reason 'Build 
>> Failed'.
>> For reference only, the following projects are affected by this:
>>     - logging-log4j-component :  Back-port of log4j 1.3 component 
>> framework for use with log4...
>>     - logging-log4j-receivers :  Back-port of log4j 1.3 receivers  for 
>> use with log4j 1.2.  (E...
>>
>>
>> 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 build failed
>>  -DEBUG- Extracted fallback artifacts from Gump Repository
>>
>>
>>
>> The following work was performed:
>> http://vmgump.apache.org/gump/public/logging-log4j-component/ 
>> logging-log4j-component/gump_work/build_logging-log4j- 
>> component_logging-log4j-component.html
>> Work Name: build_logging-log4j-component_logging-log4j-component  (Type: 
>> Build)
>> Work ended in a state of : Failed
>> Elapsed: 2 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=29042007 jar
>> [Working Directory: /usr/local/gump/public/workspace/logging-log4j- 
>> component]
>> 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-29042007.jar
>> ---------------------------------------------
>> Buildfile: build.xml
>>
>> init:
>>
>> compile:
>>     [mkdir] Created dir: /x1/gump/public/workspace/logging-log4j- 
>> component/target/classes
>>     [javac] Compiling 6 source files to /x1/gump/public/workspace/ 
>> logging-log4j-component/target/classes
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:19: package 
>> org.apache.log4j.plugins does not exist
>>     [javac] import org.apache.log4j.plugins.Plugin;
>>     [javac]                                 ^
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:20: package 
>> org.apache.log4j.plugins does not exist
>>     [javac] import org.apache.log4j.plugins.PluginSkeleton;
>>     [javac]                                 ^
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:25: cannot find symbol
>>     [javac] symbol: class PluginSkeleton
>>     [javac] public class JULReceiver extends PluginSkeleton  implements 
>> Plugin{
>>     [javac]                                  ^
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:25: cannot find symbol
>>     [javac] symbol: class Plugin
>>     [javac] public class JULReceiver extends PluginSkeleton  implements 
>> Plugin{
>>      [javac]                                                            ^
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:42: cannot find symbol
>>     [javac] symbol  : method getLogger()
>>     [javac] location: class org.apache.log4j.jul.JULReceiver
>>     [javac]                 getLogger().error(
>>     [javac]                 ^
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:47: cannot find symbol
>>     [javac] symbol  : method getLoggerRepository()
>>     [javac] location: class org.apache.log4j.jul.JULReceiver
>>     [javac]         JULLog4jBridge.assimilate(getLoggerRepository (), 
>> converter);
>>     [javac]                                   ^
>>     [javac] /x1/gump/public/workspace/logging-log4j-component/src/ 
>> main/java/org/apache/log4j/jul/JULReceiver.java:48: cannot find symbol
>>     [javac] symbol  : variable active
>>     [javac] location: class org.apache.log4j.jul.JULReceiver
>>     [javac]         active = true;
>>     [javac]         ^
>>     [javac] 7 errors
>>
>> BUILD FAILED
>> /x1/gump/public/workspace/logging-log4j-component/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-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 16000029042007, vmgump.apache.org:vmgump-public: 16000029042007
>> Gump E-mail Identifier (unique within run) #9.
>>
>> --
>> 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