]
Steve Ebersole closed HHH-1119.
-------------------------------
Closing stale resolved issues
HqlSqlWalker doesn't compile
----------------------------
Key: HHH-1119
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1119
Project: Hibernate Core
Issue Type: Bug
Reporter: George Lindholm
Assignee: Joshua Davis
Just checked out a copy of the source, and came up against this when I ran build.sh:
[javac]
/usr/local/src/workspace/Hibernate/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.java:715:
processConstant(antlr.collections.AST) in org.hibernate.hql.ast.util.LiteralProcessor
cannot be applied to (antlr.collections.AST,boolean)
[javac] literalProcessor.processConstant( constant, true); // Use the
delegate, resolve identifiers as FROM element aliases.
[javac] ^
[javac]
/usr/local/src/workspace/Hibernate/Hibernate3/src/org/hibernate/hql/ast/tree/IdentNode.java:117:
processConstant(antlr.collections.AST) in org.hibernate.hql.ast.util.LiteralProcessor
cannot be applied to (org.hibernate.hql.ast.tree.IdentNode,boolean)
[javac]
getWalker().getLiteralProcessor().processConstant(this, false);
[javac] ^
[javac] 2 errors
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: