Activity log for bug #881481

Date Who What changed Old value New value Message
2011-10-25 15:24:47 Mike bug added bug
2011-10-25 15:27:55 Mike description A fresh checkout of trunk currently does not build: After doing a ant buildparser I build with ant The following output occurs: [lpmike@dredd trunk]$ ant Buildfile: /home/lpmike/workspace/stado/tmp/trunk/build.xml all: prepare: [mkdir] Created dir: /home/lpmike/workspace/stado/tmp/trunk/build [mkdir] Created dir: /home/lpmike/workspace/stado/tmp/trunk/jars [mkdir] Created dir: /home/lpmike/workspace/stado/tmp/trunk/dist compile: [javac] Compiling 123 source files to /home/lpmike/workspace/stado/tmp/trunk/build [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] Compiling 960 source files to /home/lpmike/workspace/stado/tmp/trunk/build [javac] /home/lpmike/workspace/stado/tmp/trunk/src/org/postgresql/stado/parser/core/CSQLParserTokenManager.java:11476: code too large for try statement [javac] catch(java.io.IOException e) { return curPos; } [javac] ^ [javac] /home/lpmike/workspace/stado/tmp/trunk/src/org/postgresql/stado/parser/core/CSQLParserTokenManager.java:5082: code too large [javac] private final int jjMoveNfa_0(int startState, int curPos) [javac] ^ [javac] Note: /home/lpmike/workspace/stado/tmp/trunk/src/org/postgresql/stado/misc/combinedresultset/ServerResultSetImpl.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors BUILD FAILED /home/lpmike/workspace/stado/tmp/trunk/build.xml:42: The following error occurred while executing this line: /home/lpmike/workspace/stado/tmp/trunk/build.xml:71: Compile failed; see the compiler error output for details. Total time: 35 seconds The problem seems to stem from the fix applied for TIMESTAMP WITH TIME ZONE bug #872215 https://bugs.launchpad.net/stado/+bug/872215 Once I removed the TIMESTAMP WITH TIMEZONE parsing changes, I was able to build again. A fresh checkout of trunk currently does not build: After doing a  ant buildparser I build with  ant The following output occurs: [lpmike@dredd trunk]$ ant Buildfile: /home/lpmike/workspace/stado/tmp/trunk/build.xml all: prepare:     [mkdir] Created dir: /home/lpmike/workspace/stado/tmp/trunk/build     [mkdir] Created dir: /home/lpmike/workspace/stado/tmp/trunk/jars     [mkdir] Created dir: /home/lpmike/workspace/stado/tmp/trunk/dist compile:     [javac] Compiling 123 source files to /home/lpmike/workspace/stado/tmp/trunk/build     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: Some input files use unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] Compiling 960 source files to /home/lpmike/workspace/stado/tmp/trunk/build     [javac] /home/lpmike/workspace/stado/tmp/trunk/src/org/postgresql/stado/parser/core/CSQLParserTokenManager.java:11476: code too large for try statement     [javac] catch(java.io.IOException e) { return curPos; }     [javac] ^     [javac] /home/lpmike/workspace/stado/tmp/trunk/src/org/postgresql/stado/parser/core/CSQLParserTokenManager.java:5082: code too large     [javac] private final int jjMoveNfa_0(int startState, int curPos)     [javac] ^     [javac] Note: /home/lpmike/workspace/stado/tmp/trunk/src/org/postgresql/stado/misc/combinedresultset/ServerResultSetImpl.java uses or overrides a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: Some input files use unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] 2 errors BUILD FAILED /home/lpmike/workspace/stado/tmp/trunk/build.xml:42: The following error occurred while executing this line: /home/lpmike/workspace/stado/tmp/trunk/build.xml:71: Compile failed; see the compiler error output for details. Total time: 35 seconds The problem seems to stem from the fix applied for TIMESTAMP WITH TIME ZONE bug #872215 https://bugs.launchpad.net/stado/+bug/872215 Once I removed the TIMESTAMP WITH TIMEZONE parsing changes, I was able to build again.
2011-10-27 13:08:56 Jim Mlodgenski stado: status New In Progress
2011-10-27 13:33:00 Jim Mlodgenski attachment added 881481.patch https://bugs.launchpad.net/stado/+bug/881481/+attachment/2575216/+files/881481.patch
2011-10-27 13:39:30 Jim Mlodgenski stado: status In Progress Fix Committed