That's what I thought too, I'll keep looking. The strange thing, the string variable for svn is identical in both the src and decompiled class. Shouldn't I be seeing a different time stamp?
On Aug 12, 2011, at 11:42 AM, Karl Wright <[email protected]> wrote: > It sounds like you have old core,agents, and pull-agents jars around. > It builds fine here with the ant build. > > Karl > > On Fri, Aug 12, 2011 at 12:25 PM, Farzad Valad <[email protected]> wrote: >> Some how when I'm building the core jars, like pull-agent, agent, etc, some >> of the classes are missing methods needed by the jcifs connector. I'm >> pretty stumped as to why the java compiler would not include some of the >> methods. >> >> Thought I just raise a flag in case you know what might be happening. For >> example, the class IFingerprintActivity is missing checkLengthIndexable and >> checkURLIndexable when I decompile the byte code. >> >> My build process is build the core mcf jars first, then build the jcifs >> connector. Thanks! >>
