Re: AW: [OJB-developers] build.xml missing jars
Brought to you by:
thma
From: <ba...@ge...> - 2002-01-15 14:55:46
|
Hi Thomas, Rather than using build.sh, I use the ant script. Looking at the source code, source code in the ojb/ package refers to SAX classes, which are found in parser.jar, and code in ojb, org.odmg and javax.jdo refer to javax.transaction, which is found in jta-spec1_0_1.jar. The build.xml compiles the source variable, which is just the src/ directory, so it seems to me that all those files will be compiled, and those jars needed in the classpath. Apologies if the problem is either my using 'ant' or my being stupid. Thanks for the reply, Bay On Tue, 15 Jan 2002, Mahler Thomas wrote: > 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 > > > > > > 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 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= =2E > 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. > > > > > 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=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 > > > > That's normal! (Don't ask me what it's saying...) > > cu, > > Thomas > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > |