Thanks Curt,

 One more question for you! After implementing your suggestion, my log4j.jar
compiles fine, but my build process by itself, fails. The error I get now is
this:

BUILD FAILED
C:\Programming\logging-log4j-1.2.13\build.xml:624: The following error
occurred while executing this line:
C:\Programming\logging-log4j-1.2.13\build.xml:482:
C:\Programming\logging-site\lib not found.

Any ideas? Why do I need this directory: logging-site?

Max

-----Original Message-----
From: Curt Arnold [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 14, 2006 12:16 PM
To: Log4J Users List
Subject: Re: Unable to compile log4j-1.2.13


On Mar 14, 2006, at 12:08 PM, Max Stolyarov wrote:

> Hello,
>
>
>
> I am trying to compile the latest release of log4j-1.2.13 and I am  
> running
> into problems. I modified the build.properties file, downloaded all  
> the
> needed jars, but when I compile I get the following java compiler  
> error:
>

The javac compiler provided with JDK 1.5 does not recognize - 
source=1.1.  You can specify:

ant -Djavac.source=1.2

to override the default value.


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

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

Reply via email to