Adding log4j and xerces to lib directory in cvs

I want to ask if it is possible to add xerces and log4j libraries to the lib directory of odejava, because they are required in build process and does not come with j2sdk.

The reason for me is that i dont want to put those libraries into jre’s path(i know i can modify build script and add them to lib), because i need to include my own xerces and log4j libraries with my application. This will make my tests buggy.

I dont think, this is the right approach as far as i understand. (Requiring every user to download them seperately and modifying build script)

What are your thoughts about this?

second.

Fair enough, I’ll add it to my list.

Will.

I added them to the cvs. ::slight_smile: Thanks.

great :slight_smile:

Will.