Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
10.7.1.1
-
Debian Linux Linux inf-7590.int-evry.fr 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64 GNU/Linux
java -version (also tested with sun jvm)
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.7) (6b18-1.8.7-2)
OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)
ant -version
Apache Ant version 1.8.0 compiled on March 11 2010Debian Linux Linux inf-7590.int-evry.fr 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64 GNU/Linux java -version (also tested with sun jvm) java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.7) (6b18-1.8.7-2) OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) ant -version Apache Ant version 1.8.0 compiled on March 11 2010
-
Urgent
-
Repro attached
Description
I try to and Apache derby into Debian, so I begin to compile derby
sources [1], derby sources provide each own libs and javacc is one of
them. In Debian, javacc version is 5.0 [2].
After some tries, I'm in a this situation : compilation success with the
official [3] javacc 4.0 and fail with the 5.0 official one.
I think that is related with javacc options passed in .jj files
(ex. java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj lines 2-14)
I don't know much about javacc, so I can't resolve unless modifying
options blindly and I'm afraid that isn't enough ...
Best regards,
Zied
[1] http://svn.apache.org/repos/asf/db/derby/code/tags/10.7.1.1/
[2] http://packages.debian.org/squeeze/javacc
[3] http://java.net/projects/javacc/downloads
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6989 Upgrade javacc version
- Open