[OJB-developers] build.xml missing jars
Brought to you by:
thma
From: <ba...@ge...> - 2002-01-14 17:07:42
|
Just a quick note, am sure you've come across it already. When running build.xml through ant, the following two jars are missing from the $classpath variable, and thus 'main' doesn't execute fully. ${lib}/parser.jar:${lib}/jta-spec1_0_1.jar I also get the following when the OQL is trying to be parsed in the 'oql' task. [build oql parser] oql-ojb.g:476: warning: nondeterminism upon [build oql parser] oql-ojb.g:476: k==1:Identifier [build oql parser] oql-ojb.g:476: k==2:"not" [build oql parser] oql-ojb.g:476: between alts 3 and 5 of block Thanks, Bay |