orgrune / bite-project

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

Still having problems building #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just pulled down the latest once I saw your comments from earlier today and 
tried to build again.

See attached for build log.

Also can't seem to get Chrome to load the extension due to the second issue.

I originally came across this tool after watching a webcast on how Google tests 
software and was very hopeful for something like this tool to address a number 
of issues that my development team is having in creating quality software - am 
still holding out hope but if it is this difficult in getting this thing up and 
running then soon my hopes will fail

Original issue reported on code.google.com by steven.w...@gmail.com on 13 Feb 2012 at 8:09

Attachments:

GoogleCodeExporter commented 8 years ago
The error in the first image appears to be that you don't have mercurial 
installed.

As for the second issue.  Try running "build.py --expunge"  then run "build.py" 
if you have the code checked out.  I tried both the dev and master branch and 
neither gives me the getactioninfo_script.js error.  Most likely, there was an 
error compiling or with a missing dependency that is caused that file to not 
compile.  By running with expunge it will force the system to redownload all 
the dependencies and remove all compiled/generated files.  Then running build 
again will hopefully work.  Please let me know.

Original comment by jason.stredwick@gmail.com on 13 Feb 2012 at 11:35

GoogleCodeExporter commented 8 years ago
Okay - making progress got the dependencies downloaded and getting much further 
- however I need to know which version of java is required for the build.py to 
run without error - I currently have JDK 7 

Original comment by steven.w...@gmail.com on 14 Feb 2012 at 10:05

GoogleCodeExporter commented 8 years ago
Sorry for the delay, for some reason I am not being notified when the issue is 
updated.

I do not know which versions are able to run the dependencies.  My machine is 
1.6 JRE.  Maybe that will help?  I think even with the JDK you will still need 
the JRE to use the dependencies.

Original comment by jason.stredwick@gmail.com on 21 Feb 2012 at 6:11

GoogleCodeExporter commented 8 years ago

Original comment by jason.stredwick@gmail.com on 3 Apr 2012 at 7:01