Okay, it works now. Seems "dkAlgo" is renamed to "dkalgo" recently .... thats the problem.
thanks venkat On 6/6/05, Venkat Reddy <[EMAIL PROTECTED]> wrote: > With latest CVS i'm seeing compilation problems with > org.apache.ws.security.conversation.dkalgo. > > getting errors like - > > [javac] > C:\APACHE\ws-fx\wss4j\src\org\apache\ws\security\conversation\message\token\DerivedKeyToken.java:26: > package > org.apache.ws.security.conversation.dkalgo does not exist > [javac] import > org.apache.ws.security.conversation.dkalgo.DerivationAlgorithm; > [javac] ^ > [javac] > C:\APACHE\ws-fx\wss4j\src\org\apache\ws\security\conversation\KeyDerivator.java:24: > package org.apache.ws.se > curity.conversation.dkalgo does not exist > [javac] import org.apache.ws.security.conversation.dkalgo.AlgoFactory; > > I see that sources for the dkalgo package do exist on my local system, > and build file doesn't seem to exclude these. Any ideas? > > - venkat >
