vega113 / walkaround

Automatically exported from code.google.com/p/walkaround
Apache License 2.0
0 stars 0 forks source link

Cannot run waves re-index due to outdated appengine SDK. #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The get-third-party-deps script should be updated to refer to correct Java 
appengine SDK jar version. The most current one is 1.6.4 while the script 
refers to 1.6.1
This makes it impossible to run the waves reindex map reduce job as the API 
changed.

Attached the patch that fixes appengine sdk version.

To update the installation:
rm -rf third_party third_party_src
./get-third-party-deps
./runant clean war
./deploy

Original issue reported on code.google.com by vega113 on 28 Mar 2012 at 11:08

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for figuring this out.  Fixed in 
http://code.google.com/p/walkaround/source/detail?r=29b510bf7c1262bcae3071638e04
65028f482fc9 .  (A change to .classpath was also needed to keep Eclipse happy.)

Original comment by oh...@google.com on 3 Apr 2012 at 6:29