---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I hereby award myself dimwit of the year award. When compiling the new 1.1b3 source tree, I forgot that I had the 1.0 jserv jar in my CLASSPATH already. When building JServ.java, the compiler kept picking up the old jar, which did not have all the nice new CH_* variables defined in JServLogChannels.java. Oh woe is me. Wasted 2 days on this. Thank god for make -n naeem -----Original Message----- From: Bari, Naeem [mailto:[EMAIL PROTECTED]] Sent: Friday, October 29, 1999 10:00 AM To: 'Java Apache Users' Subject: compile of 1.1b3 fails on solaris 7 ---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi, Am trying to upgrade to 1.1b3. My platform is Solaris 7, jdk 1.1.7 running on Sun Ultra5 Configure goes fine. When I run make (GNU Make 3.76.1), it fails miserably when compiling all classes that contain references to CH_DEBUG, CH_WARNING, CH_INFO et al. These static strings were defined in interface JServLogChannels, which the above classes were implementing. The inteface itself compiled fine. What gives? Thanks for the help. naeem -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
