AW: [OJB-developers] build.xml missing jars
Brought to you by:
thma
From: Mahler T. <tho...@it...> - 2002-01-15 09:40:42
|
Hi Bay, thanks for your notes, > -----Urspr=FCngliche Nachricht----- > Von: ba...@ge... [mailto:ba...@ge...] > Gesendet: Montag, 14. Januar 2002 18:08 > An: obj...@li... > Betreff: [OJB-developers] build.xml missing jars >=20 >=20 > Just a quick note, am sure you've come across it already. >=20 > When running build.xml through ant, the following two jars are = missing > from the $classpath variable, and thus 'main' doesn't execute fully. >=20 > ${lib}/parser.jar:${lib}/jta-spec1_0_1.jar I have been running the build process under Linux and Windows without = any problems. running build.sh junit (or build.bat junit) works fine on all my = machines. AFAIK the libs parser.jar and jta-spec1_0_1.jar are not reference = during compilation. They are only needed at runtime, that's why they are contained in the runtime_classpath. >=20 > I also get the following when the OQL is trying to be parsed=20 > in the 'oql' > task. >=20 > [build oql parser] oql-ojb.g:476: warning: nondeterminism upon > [build oql parser] oql-ojb.g:476: k=3D=3D1:Identifier > [build oql parser] oql-ojb.g:476: k=3D=3D2:"not" > [build oql parser] oql-ojb.g:476: between alts 3 and 5 of block >=20 That's normal! (Don't ask me what it's saying...) cu, Thomas=20 |