closed my IDE (intellij idea)... closed all other JVM's on my machine... manually deleted cleaned ojb dist directory... manually removed ojb jar from my lib-repo (we use maven)... added system.out to ObjectReferenceDescriptor class to check if jar is being used...
ran 'ant clean jar-debug'... manually fetched created jar and copied it to lib-repo... ran test... output of test confirmed i was using the newly created jar, however, no extra inline debugging information was available... Roger -----Original Message----- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 5:02 PM To: OJB Users List Subject: Re: BUG [CVS HEAD] : unable to query for classes which mappings h ave been altered dynamically Thomas Dudziak wrote: > Mmhh, try this: > > * make sure that no Eclipse (or any other IDE) containing the OJB > project, is running > * delete the complete target subfolder > * from the commandline run 'ant jar-debug' - this should recompile everything > For automatic delete of /target and /dist directory you can use the 'clean' target: 'ant clean jar-debug' regards, Armin > Tom > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
