Re: getting ant to enable ODBC
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
Hello, How do I tell ant to build the ODBC stuff? Thanks, Jeff