Closed GoogleCodeExporter closed 8 years ago
Should be fixed in
http://code.google.com/p/walkaround/source/detail?r=fe81869222db3af0c8cc88f304c2
5121c15d4823 .
Please run the re-indexing mapreduce after deploying this.
Original comment by ohl...@gmail.com
on 25 May 2012 at 8:15
I get this compilation error after pulling:
compile:
[javac] Compiling 196 source files to /home/vega/walkaround/build/server
[javac] WaveIndexer.java:473: incompatible types
[javac] found : com.google.appengine.api.search.AddDocumentsResponse
[javac] required: com.google.appengine.api.search.AddResponse
[javac] resp = idx.add(doc);
[javac] ^
[javac] 1 error
BUILD FAILED
Original comment by vega113
on 26 May 2012 at 7:26
Ok, solved it. Had to run ./get-third-party-deps after switching to
full-text-search branch.
Original comment by vega113
on 26 May 2012 at 8:07
Original issue reported on code.google.com by
vega113
on 24 May 2012 at 5:00