Is it possible you have a different copy of the jar somewhere else on your classpath? Such as in $JAVA_HOME/jre/lib/ext? (This occurred recently to a coworker of mine, so...)
- Stephen On 7/17/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote:
One of my projects module is failing to build with the message : D:\M2-WORK\eportal-services\src\za\co\mycompany\portal\services\PersonServiceImpl.java:[111,69] cannot find symbol symbol : method getClarifyAccountKey() location: class za.co.mycompany.portal.Organisation This class Organisation is in a jar called eportal-domain-1.0.0.jar and its included in the classpath as shown from the m2 debug output shown below: DEBUG] Output directory: D:\M2-WORK\eportal-services\target\classes [DEBUG] Classpath: [DEBUG] D:\M2-WORK\eportal-services\target\classes [DEBUG] D:\Documents and Settings\mutonhj\.m2\repository\za\co\mycompany\eportal\eportal-domain\1.0.0\eportal-domain-1.0.0.jar [DEBUG] D:\Documents and Settings\mutonhj\.m2\repository\javax\j2ee\j2ee\1.3.0\j2ee-1.3.0.jar I opened the eportal-domain-1.0.0.jar using winrar and opened the Organisation.class file using cavaj(a decompiler) and the method getClarifyAccountKey() exists in the class. What am I missing? -- Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]