|
From: Adrian P. <ad...@bt...> - 2006-04-13 13:21:28
|
Good day, That particular source file is generated by JavaCC during the build = process. The fact that you're encountering difficulties suggests that = perhaps you aren't following the documented build procedure. Once you've = configured your build system according to the instructions at = http://obe.sourceforge.net/ (under 'Getting Started > Configuring and = Getting Started > Building), running the build should simply be a matter = of executing setenv followed by ant from the OBE_HOME directory. Best, Adrian. Adrian Price =20 "tenax propositi, altiora peto" -----Original Message----- From: obe...@li... = [mailto:obe...@li...] On Behalf Of tecsee Sent: Thursday, April 13, 2006 4:46 AM To: obe-developer Subject: [Obe-developer] Build error compiling obe Hello, I am trying to compile the obe-src-1.0RC1 version. but i find a error in org.obe.engine.util.AttributeFilter.java =20 ---------------------------- try { SQLParser parser =3D new SQLParser(new = StringReader(filterString)); SimpleNode root =3D parser.SQLOrExpr(); if (_logger.isDebugEnabled()) { StringWriter out =3D new StringWriter(); root.write(out); _logger.debug("filter parsed to: " + out.toString()); } return root; } catch (Throwable e) { throw new RepositoryException(e); } ---------------------------- in obe-src-1.0RC1 ,i can not find org.obe.sql.SQLParser.java=20 How to resolve this question? Anyone could help me? Thanks in advance. =E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3= =80=80=E3=80=802006-04-13 N=18HS=E7=94=B8=E5=A5=A8=E7=9F=9A=E7=9F=88u?=E8=81=9C=E7=B0=BC=E8=AC=9E=EE= =9F=BB ?=E5=A6=9Cjxj = =E5=8F=93=E8=B0=B1v=E7=97=9EXj=E8=B2=AB=E6=A6=B7=E5=AE=AE=EE=9F=B7=E5=95=8E= =E9=96=A2&=E8=B9=B2v=E8=B2=A3+=E4=BC=B6j=E8=97=B5=E8=B2=96{z=E6=AE=AD=E7=BC= =83=E6=A5=97=E6=88=A4=E5=AA=99=E7=AA=89)=E5=A6=A0?=E6=BF=8E=E2=88=9D=E5=82= =8B??=E7=A8=9B=E9=81=8D=E6=90=BDjY=E5=80=83=EE=92=8Er |