Re: getting ant to enable ODBC

2006-05-30 Thread Andreas Fester
Jeffrey Graham wrote: > Hello, > > How do I tell ant to build the ODBC stuff? On which platform are you? On MS-Windows, it should always compile with ODBC support (#define LOG4CXX_HAVE_ODBC 1 in the MS-Windows specific configuration header log4cxx.hw). On UNIX, it seems that odbc is not yet supp

getting ant to enable ODBC

2006-05-26 Thread Jeffrey Graham
Hello, How do I tell ant to build the ODBC stuff? Thanks, Jeff