on Wed, 6 Aug 2003 10:52:33 -0700 "Jeff Ramsdale" <[EMAIL PROTECTED]> wrote:
> I ran into the same problem. I found that doing "build" with no arguments > didn't give me > the error while "build webapp" did. I didn't have the time to probe deeper. That's weird; webapp is the default target. > I'd be interesting in hearing if/when you resolve it! It seems the problem is with test cases, so I simply removed dependency in compile target (actually I removed compile-deprecated dependency too, but removing compile-tests should be enough). After that build war compiles cleanly (and war depends on webapp so it should resolve your problem too) regards, Rufio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
