[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JAR Files In CVS
That's log4j package. You can get it from http://jakarta.apache.org. The
Ozone in CVS uses Log4J for logging.
David Li
DigitalSesame
"Jeroen N. Witmond" wrote:
>
> Hello!
>
> I have two problems with building the cvs version of Ozone. They may well be
> caused by my inexperience, but I still hope somebody can help me.
>
> The first problem is that in my cvs directory structure, directory ozone/bin/
> does not contain any .jar files. (It does contain .bat files, shell scripts, and
> so on.) I used the cvs 'checkout' command as specified on the ozone-db.org
> website, and I also tried an 'update' command. Any hints on where I go wrong?
>
> I also have downloaded the 1.0 release of Ozone, and it compiles correctly. My
> second problem is that, when I try to make the cvs version, using the .jar files
> from the 1.0 release, the following packages seem to be missing:
> org/apache/log4j/BasicConfigurator
> org/apache/log4j/Category
> org/apache/log4j/FileAppender
> org/apache/log4j/PatternLayout
> org/apache/log4j/Priority
> Is there an easy way to get these packages, and anything they depend on?
>
> Regards,
>
> Jeroen Witmond.