FYI: I had commons-logging-1.1.jar in windows CLASSPATH. After I removed this from CLASSPATH compilation passes correctly. Lukas
On Thu, Feb 21, 2008 at 1:43 PM, Lukas Vlcek <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to compile (ant compile) Hadoop on Windows platform but I an > getting the following exception: > > === start of ant output === > clover.setup: > > clover.info: > [echo] > [echo] Clover not found. Code coverage reports disabled. > [echo] > > clover: > > init: > [touch] Creating C:\DOCUME~1\ffhzgf\LOCALS~1\Temp\null1309543899 > [delete] Deleting: C:\DOCUME~1\ffhzgf\LOCALS~1\Temp\null1309543899 > > record-parser: > > compile-rcc-compiler: > > compile-core-classes: > > BUILD FAILED > D:\projects\asf\Hadoop\build.xml:259: > java.lang.ExceptionInInitializerError > > Total time: 2 seconds > === end of ant output === > > I have cygwin but I am not sure I installed all cygwin components. Is > there any list of which commands/components of cygwin needs to be installed? > There is a page on wiki > FAQ<http://wiki.apache.org/hadoop/FAQ?highlight=%28cygwin%29#2>but it did not > help me. > > Regards, > Lukas > > -- > http://blog.lukas-vlcek.com/ -- http://blog.lukas-vlcek.com/
