You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Rick Hillegas <ri...@oracle.com> on 2013/05/20 19:19:52 UTC

heads-up, broken build

My last patch (derby-6213-13-aa-lint4-implSqlConn.diff, revision 
1484498) broke the build. After syncing to that patch, you will see 
errors like the following if you build Derby twice in a row:

     [javac] 
/Users/rh161140/derby/mainline/trunk/generated/java/org/apache/derby/impl/sql/compile/SQLParser.java:21661: 
error: <identifier> expected
     [javac] private java.util.Vector<Object><Object> jj_expentries = 
new java.util.Vector<Object>();
     [javac] ^

My next patch 
(derby-6213-14-aa-lint6-implSqlCompile-implSqlExecute.diff), currently 
being tested, should fix this.

Thanks for your patience,
-Rick