-
Notifications
You must be signed in to change notification settings - Fork 42
Windows 10 build question #36
Description
I build project on Win10,
prolem is below:
Running "closureBuilder:js" (closureBuilder) task
Executing: python closure-library/closure/bin/build/closurebuilder.py -n app --root=closure-library --root=js --root=out/generated/js -o compiled --output_file=out/static/app.js --compiler_jar=closure-compiler/target/closure-compiler-v20160517.jar --compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS"
Error: Command failed: python closure-library/closure/bin/build/closurebuilder.py -n app --root=closure-library --root=js --root=out/generated/js -o compiled --output_file=out/static/app.js --compiler_jar=closure-compiler/target/closure-compiler-v20160517.jar --compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS"
closure-library/closure/bin/build/closurebuilder.py: Scanning paths...
closure-library/closure/bin/build/closurebuilder.py: 1523 sources scanned.
closure-library/closure/bin/build/closurebuilder.py: Building dependency tree..
Traceback (most recent call last):
File "closure-library/closure/bin/build/closurebuilder.py", line 293, in
main()
File "closure-library/closure/bin/build/closurebuilder.py", line 229, in main
tree = depstree.DepsTree(sources)
File "C:\Users\sheng.han\google\gae-secure-scaffold-python\closure-library\closure\bin\build\depstree.py", line 56, in init
raise NamespaceNotFoundError(require, source)
depstree.NamespaceNotFoundError: Namespace "goog.soy.data.SanitizedUri" never provided. Required in PathSource out\generated\js\soyutils_usegoog.js
FAILED to run command for target: js