Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on build with gitlab pipeline #113

Open
makayabou opened this issue May 9, 2019 · 0 comments
Open

error on build with gitlab pipeline #113

makayabou opened this issue May 9, 2019 · 0 comments

Comments

@makayabou
Copy link

Hello,
I tried to fork the project on my gitlab instance, and building ends but shows error:

java -jar third-party/SoyToJsSrcCompiler.jar --shouldProvideRequireSoyNamespaces --isUsingIjData --outputPathFormat appengine/movie/generated/en/soy.js --srcs appengine/movie/template.soy
python build-app.py movie en

third-party/build/closurebuilder.py: Scanning paths...
third-party/build/closurebuilder.py: 2500 sources scanned.
third-party/build/closurebuilder.py: Building dependency tree..
Traceback (most recent call last):
  File "third-party/build/closurebuilder.py", line 293, in <module>
    main()
  File "third-party/build/closurebuilder.py", line 229, in main
    tree = depstree.DepsTree(sources)
  File "/builds/garagenum/blockly/public/third-party/build/depstree.py", line 56, in __init__
    raise NamespaceNotFoundError(require, source)
depstree.NamespaceNotFoundError: Namespace "soy" never provided. Required in PathSource appengine/generated/en/soy.js
appengine/generated/en/soy.js:10: ERROR - required "soy" namespace never provided
goog.require('soy');
^^^^^^^^^^^^^^^^^^^

appengine/generated/en/soy.js:11: ERROR - required "soydata" namespace never provided
goog.require('soydata');
^^^^^^^^^^^^^^^^^^^^^^^

when I go to the page (https://garagenum.gitlab.io/blockly/appengine/index.html) , I can look at source page and go to css and js links, but nothing is showed.
Locally it works well..
I really don't know what the problem is, maybe something about path because basepath for server in my gitlab instance is /blockly ...

Thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant