sidhant-guliani / script-cover

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

Build script has numerous issues #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the build script

What is the expected output? What do you see instead?
Expected it to spit out an unpacked extension. Instead it hangs. Part of the 
issue seems to be the fetching of the soydata.js (which is no longer required).

It also seems to struggle with some of the build paths (maybe because my 
directories had spaces in?)

In the end I manually built it, by copying, pasting and rewriting what I 
thought the code was meant to do into a command line. It took a while, but I 
got there in the end.

What version of the product are you using? On what operating system?
The latest, on Windows

Please provide any additional information below.

Original issue reported on code.google.com by ed.go...@gmail.com on 26 Oct 2011 at 11:53

GoogleCodeExporter commented 8 years ago
This link details the discussion about soydata.js
http://code.google.com/p/closure-templates/issues/detail?id=47#c3

Original comment by ed.go...@gmail.com on 26 Oct 2011 at 11:53

GoogleCodeExporter commented 8 years ago
Thanks very much, Ed. I'm looking into this issue, but I'm happily accepting 
contributions to this project. If you make some progress on this yourself, 
please feel free to chime in and get credit!

Original comment by ekamensk...@google.com on 27 Oct 2011 at 7:37

GoogleCodeExporter commented 8 years ago

Original comment by ekamensk...@google.com on 15 Nov 2011 at 2:28

GoogleCodeExporter commented 8 years ago
The code has been updated with new version of build.py.

Please, check that it now works fine on Windows (check that python is in PATH 
variable before using build.py).
Reference: http://code.google.com/p/script-cover/wiki/Building

Original comment by ekamensk...@google.com on 17 Nov 2011 at 12:30