dpinol / closure-templates

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

SoyToJsSrcCompiler.jar is missing in the latest package #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I'm installing Digital Fruit Lime (from http://www.limejs.com/ and the 
install instructions from https://github.com/digitalfruit/limejs) 
2. when I run 'lime.py init' it try to download the latest version of the 
template 
(urlretrieve("http://closure-templates.googlecode.com/files/closure-templates-fo
r-javascript-latest.zip"), but when try to extract the file 
'SoyToJsSrcCompiler.jar' it is not contained in the zip file
3. If i download the latest 2 versions I see that the file is missing (and the 
file included is SoyParseInfoGenerator.jar)

What version of the product are you using? On what operating system?
Im using the latest versions of Python, Lime, and the template. running under 
windows 7.

Original issue reported on code.google.com by schwarze...@gmail.com on 20 Sep 2011 at 6:14

GoogleCodeExporter commented 8 years ago

Original comment by mikesamuel@gmail.com on 20 Sep 2011 at 8:18

GoogleCodeExporter commented 8 years ago
The source of the problem was a copy/paste error at 
http://code.google.com/p/closure-templates/source/browse/trunk/build.xml?spec=sv
n20&r=20#643

The downloads are now fixed.  build.xml will be updated in the next push.

Original comment by mikesamuel@gmail.com on 20 Sep 2011 at 10:52