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
0
9 comments
It seems that you are using not latest master.
What revision did you use?
0
BTW, it seems that on the latest master you must have internet connection to build MPS
0
Whatever revision was on github at the time. How would I identify it?

On Tuesday, May 13, 2014, Victor Matchenko - Meta Programming System <
jetforum@jetbrains.com> wrote:

* Meta Programming System
<http://forum.jetbrains.com/forum/Meta-Programming-System> * > * Unable
to build MPS - module not found: org#MPS_31_JetPad_JetPad4MPS;250
<http://forum.jetbrains.com/thread/Meta-Programming-System-978> * 5:14 am<http://forum.jetbrains.com/thread/Meta-Programming-System-978?message=Meta-Programming-System-978-1>  Victor
Matchenko <http://forum.jetbrains.com/user/victor.matchenko>

It seems that you are using not latest master.
What revision did you use?

   Alan Snyder <http://forum.jetbrains.com/user/Alan%20Snyder> @ May 10<http://forum.jetbrains.com/thread/Meta-Programming-System-978>

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< /div>

  JetBrains Forum | Build #175 (Apr/16/2014 6:53PM) | Feedback<http://confluence.jetbrains.net/display/JETF/Feedback>
0
Indeed. Are you suggesting that host should be accessible?

On Tuesday, May 13, 2014, Mihail Muhin - Meta Programming System <
jetforum@jetbrains.com> wrote:

* Meta Programming System
<http://forum.jetbrains.com/forum/Meta-Programming-System> * > * Unable
to build MPS - module not found: org#MPS_31_JetPad_JetPad4MPS;250
<http://forum.jetbrains.com/thread/Meta-Programming-System-978> * 11:13 am<http://forum.jetbrains.com/thread/Meta-Programming-System-978?message=Meta-Programming-System-978-2>  Mihail
Muhin <http://forum.jetbrains.com/user/Mihail.Muhin>

BTW, it seems that on the latest master you must have internet connection
to build MPS

   Alan Snyder <http://forum.jetbrains.com/user/Alan%20Snyder> @ May 10<http://forum.jetbrains.com/thread/Meta-Programming-System-978>

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< /div>

  JetBrains Forum | Build #175 (Apr/16/2014 6:53PM) | Feedback<http://confluence.jetbrains.net/display/JETF/Feedback>
0
Just try latest version.
This problems was fix nearly 10 days ago and master branch on GitHub already up to day.
0
Are you suggesting that host should be accessible?

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.
0
I am still getting the same error.

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"/>
0
It's strange.
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.
0
It seems that your repository is not up to date or working dir is stuck on some old revision.


That was the case. Operator error. Thanks for your help.
0

Please sign in to leave a comment.