log4j 1.2.15 source compilation problem
Hebert, Marc <Marc.Hebert <at> arrisi.com>
2009-07-09 21:59:28 GMT
Hello.
I'm ultimately trying to debug a deadlock problem we're encountering that appears to be in log4j (1.2.15),
but for starters I'm aiming to recompile the log4j 1.2.15 source, and running into the problem below. This
is occurring within a cygwin shell running on a windows PC. Near as I can tell, the compile is referencing an
older version of ant, resulting in the unresolved method call. Thanks in advance for any help.
First, I should spell out some environment parameters:
$ mvn --version
Apache Maven 2.1.0 (r755702; 2009-03-18 12:10:27-0700)
Java version: 1.5.0_17
Java home: c:\Program Files\Java\jdk1.5.0_17\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
$ mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Log4j
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 7 resources
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[FATAL ERROR]
org.codehaus.plexus.component.configurator.BasicComponentConfigurator#configureComponent(...)
caused a lin
(Continue reading)