[GitHub] [incubator-heron] nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined

2020-05-07 Thread GitBox


nicknezis commented on issue #3452:
URL: 
https://github.com/apache/incubator-heron/issues/3452#issuecomment-625435818


   @HenrietteRoeger Sorry for any confusion. The version of Bazel might differ 
depending on which branch you are using. But the latest on the `master` branch 
is now using 3.0.0. 
   
   @dttlgotv What branch are you building? If it's a feature branch, then it 
might still be 0.26.0, but if you are building off of the master branch, it 
should be 3.0.0. I only mention it so you can verify that your `git pull` 
worked to get the latest code.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-heron] nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined

2020-02-13 Thread GitBox
nicknezis commented on issue #3452: compile error: name 'maven_server' is not 
defined
URL: 
https://github.com/apache/incubator-heron/issues/3452#issuecomment-585986199
 
 
   There is also an ongoing effort to update the code base to support Bazel 
2.X, but it is still a work in progress. 
   https://github.com/apache/incubator-heron/pull/3438


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-heron] nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined

2020-02-13 Thread GitBox
nicknezis commented on issue #3452: compile error: name 'maven_server' is not 
defined
URL: 
https://github.com/apache/incubator-heron/issues/3452#issuecomment-585985562
 
 
   In the meantime, you can also use Docker to compile.
   `./docker/scripts/dev-env-create.sh name ubuntu14.04` (`name` is just a name 
for the container)
   Then in the running container, you can run:
   `./bazel_configure.py` and the `bazel build` commands.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services