avinashjoshi / walkaround

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

Build fails after tweaks to third-party-deps #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed Ubuntu--downloaded all required apps as instructed--followed steps 
on wiki--errored with third-party-deps--replaced line 60 as instructed on 
issues section of wiki--replaced line 74 in build-macros.xml as instructed on 
issues section of wiki.
2. Run get-third-party-deps--receive error: fetching 
http://cloud.github.com/downloads/KentBeck/junit/junit4.10.zip
http://cloud.github.com/downloads/KentBeck/junit/junit4.10.zip:
2013-05-03 16:18:37 ERROR 403: Forbidden.
3. Replace line 197 in third-party-deps with:
get https://github.com/junit-team/junit/downloads/ junit4.10.zip sha1 .....
4. Continue with steps to run walkaround.

What is the expected output?  What do you see instead?
 ? BUILD FAILED
/home/[user]/walkaround/build.xml:226 The following error occurred while 
executing this line:
/home/[user]/walkaround/build.xml:43: The following error occurred while 
executing this line:
/home/[user]/walkaround/build.xml:54: Java returned: 1

What browser and browser version are you using?  On what operating system?
was using terminal, not the browser  (but it's FF 20.0)
Ubuntu 13 (installed and updated today)

Please provide any additional information below.

What am I doing wrong?  

Original issue reported on code.google.com by girard...@gmail.com on 3 May 2013 at 8:59