On 3/17/02 3:40 PM, "Warner Onstine" <[EMAIL PROTECTED]> wrote:
> It's been a while since I've built from CVS - currently I cannot: > compile: > [javac] Compiling 81 source files to > C:\OpenSource\jakarta-velocity\bin\clas > ses > [javac] > C:\OpenSource\jakarta-velocity\bin\src\org\apache\velocity\runtime\l > og\AvalonLogSystem.java:152: cannot resolve symbol > [javac] symbol : constructor FileTarget > (java.io.File,boolean,org.apache.v > elocity.runtime.log.VelocityFormatter) > [javac] location: class org.apache.log.output.io.FileTarget > [javac] FileTarget target = new FileTarget( new File( logFile), > [javac] ^ > [javac] > C:\OpenSource\jakarta-velocity\bin\src\org\apache\velocity\runtime\l > og\VelocityFormatter.java:64: cannot resolve symbol > [javac] symbol : constructor PatternFormatter (java.lang.String) > [javac] location: class org.apache.log.format.PatternFormatter > [javac] super( format ); > [javac] ^ > [javac] 2 errors > > BUILD FAILED > > C:\OpenSource\jakarta-velocity\build\build.xml:189: Compile failed, messages > sho > uld have been provided. > > It appears to not be finding the logkit stuff. I went ahead and copied the > logkit-1.0.jar from the build/lib directory and placed it in my lib.repo. > Any ideas (I need to build this so I can build my turbine 2.2 jar). It was from a logkit update - so I remember - that was a while ago. I assume the logkit stuff didn't help? I am going to try a fresh build - I assume all is well in reality as this is gumped something like 12 times a day now... :) -- Geir Magnusson Jr. [EMAIL PROTECTED] System and Software Consulting "We will be judged not by the monuments we build, but by the monuments we destroy" - Ada Louise Huxtable -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
