Hi Sue, Sue Walker-Thornton wrote: > [javac] import org.Apache.log4j.Logger; > > [javac] ^ > > [javac] /export/home/dspace-1 > 4-source/src/org/dspace/eperson/AuthenticationMethod.Java:48: package org > Apache.log4j does not exist
Java import statements are case-sensitive. The package is org.apache.log4j.Logger (lower-case 'a'). Cheers, Jim. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

