Unable to build MPS - module not found: org#MPS_31_JetPad_JetPad4MPS;250
I am trying to build from the GitHub repo. Is the build script out of date?
Host buildserver.labs.intellij.net not found. url=http://buildserver.labs.intellij.net/guestAuth/repository/download/MPS_31_JetPad_JetPad4MPS/250/teamcity-ivy.xml
Host buildserver.labs.intellij.net not found. url=http://buildserver.labs.intellij.net/guestAuth/repository/download/MPS_31_JetPad_JetPad4MPS/250/MPS_31_JetPad_JetPad4MPS.jar
module not found: org#MPS_31_JetPad_JetPad4MPS;250
Host buildserver.labs.intellij.net not found. url=http://buildserver.labs.intellij.net/guestAuth/repository/download/MPS_31_JetPad_JetPad4MPS/250/teamcity-ivy.xml
Host buildserver.labs.intellij.net not found. url=http://buildserver.labs.intellij.net/guestAuth/repository/download/MPS_31_JetPad_JetPad4MPS/250/MPS_31_JetPad_JetPad4MPS.jar
module not found: org#MPS_31_JetPad_JetPad4MPS;250
Please sign in to leave a comment.
What revision did you use?
On Tuesday, May 13, 2014, Victor Matchenko - Meta Programming System <
jetforum@jetbrains.com> wrote:
On Tuesday, May 13, 2014, Mihail Muhin - Meta Programming System <
jetforum@jetbrains.com> wrote:
This problems was fix nearly 10 days ago and master branch on GitHub already up to day.
It was internal repository server, which is not accessible outside.
Now it is changed to public repository, but you need internet connection, because prebuild ant script cheсks that artifacts are up to date.
This also will be fixed soon, so you will need internet connection only first time to upload artifacts to local cache.
From https://github.com/JetBrains/MPS
be8ddd2..2f022a0 master -> origin/master
alans-imac:MPS alan$ fgrep buildserver ./build/jetpad/ivysettings.xml
<ivy pattern='http://buildserver.labs.intellij.net/guestAuth/repository/download/[module]/[revision]/teamcity-ivy.xml'/>
pattern='http://buildserver.labs.intellij.net/guestAuth/repository/download/[module]/[revision]/[artifact](.[ext])'/>
alans-imac:MPS alan$ fgrep buildserver ./build/platform/update_platform.xml
<property name="main.url" value="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt2788/.lastPinned"/>
I'll check ./build/jetpad/ivysettings.xml for both revisions:
be8ddd2 and 2f022a0
Both is ok. It seems that your repository is not up to date or working dir is stuck on some old revision.
I'll try to clone it from GitHub and check it one more time.
That was the case. Operator error. Thanks for your help.