Export to GitHub

walkaround - issue #96

Problem running the code as per instructions on the wiki


Posted on Apr 7, 2012 by Happy Giraffe

I hope this s the right forum for asking my question.

After installing all dependencies and following the instructions given on the wiki to run the code -- ./runant ant What I see is:

BUILD FAILED <...>/walkaround/build.xml:28: Cannot find <...>/walkaround/third_party/appengine-sdk/sdk/config/user/ant-macros.xml imported from <...>/walkaround/build.xml

Though build.xml looks for it, I can't find any folder by the name of "appengine-sdk" inside the "third_party" folder.

The same happens to me on Arch linux and Ubuntu. (Just fyi)

I would be glad if someone can help me with this. I'm looking forward to playing around with the code.

Thanks! Siva

Comment #1

Posted on Apr 12, 2012 by Quick Lion

third_party/appengine-sdk is created by http://code.google.com/p/walkaround/source/browse/get-third-party-deps#267 . Did ./get-third-party-deps show any errors?

Comment #2

Posted on Apr 12, 2012 by Happy Giraffe

Running ./get-third-party-deps gives an error. Here's a copy of the log file generated at ./third_party_src/wave/trunk/build/logs/ (file attached)

Attachments

Comment #3

Posted on Apr 12, 2012 by Quick Lion

What javac are you using?

Comment #4

Posted on Apr 13, 2012 by Quick Lion

This is a compile error in Apache Wave, which walkaround depends on, not in walkaround itself.

Comment #5

Posted on Apr 20, 2012 by Quick Lion

Can you try removing the line

    <compilerarg value="-Werror"/>

from third_party_src/wave/trunk/build-macros.xml line 74 and running get-third-party-deps again?

Comment #6

Posted on Apr 21, 2012 by Happy Giraffe

When I do that, here's the output I get -- http://pastebin.ca/2138550

Comment #7

Posted on Apr 22, 2012 by Quick Lion

What javac are you using?

Comment #8

Posted on Apr 22, 2012 by Happy Giraffe

javac 1.7.0_03 and also jdk7 and jre7 (openjdk) if those of relevance.

Comment #9

Posted on Apr 22, 2012 by Quick Lion

I see. Is it easy for you to try out javac 1.6? That's what I'm using, and it works.

Status: New

Labels:
Type-Defect Priority-Medium Component-ApacheWave