You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/01/18 17:55:03 UTC

[GitHub] nwangtw opened a new pull request #3163: Add target to generate packages for heron simulator

nwangtw opened a new pull request #3163: Add target to generate packages for heron simulator
URL: https://github.com/apache/incubator-heron/pull/3163
 
 
   Currently simulator packages (jar, etc) are not created and users cannot use it directly.
   
   With this PR, to build the packages:
   
   bazel build heron/simulator/src/java:all
   
   The output:
   
   $ ls -l bazel-bin/heron/simulator/src/java/
   total 17032
   drwxr-xr-x  4 nwang  wheel      128 Jan 18 09:49 _javac
   -r-xr-xr-x  1 nwang  wheel      284 Jan 18 09:49 libsimulator-java-native-header.jar
   -r-xr-xr-x  1 nwang  wheel    46566 Jan 18 09:49 libsimulator-java.jar
   -r-xr-xr-x  1 nwang  wheel     7630 Jan 18 09:49 libsimulator-java.jar-2.params
   -r-xr-xr-x  1 nwang  wheel     2291 Jan 18 09:49 libsimulator-java.jar_manifest_proto
   -r-xr-xr-x  1 nwang  wheel     1453 Jan 18 09:49 libsimulator-java.jdeps
   -r-xr-xr-x  1 nwang  wheel  3855925 Jan 18 09:50 simulator-shaded.jar
   -r-xr-xr-x  1 nwang  wheel    13309 Jan 18 09:46 simulator-unshaded
   -r-xr-xr-x  1 nwang  wheel    46570 Jan 18 09:49 simulator-unshaded.jar
   -r-xr-xr-x  1 nwang  wheel     8386 Jan 18 09:49 simulator-unshaded.jar-2.params
   -r-xr-xr-x  1 nwang  wheel     2291 Jan 18 09:49 simulator-unshaded.jar_manifest_proto
   -r-xr-xr-x  1 nwang  wheel     1457 Jan 18 09:49 simulator-unshaded.jdeps
   drwxr-xr-x  9 nwang  wheel      288 Jan 18 09:49 simulator-unshaded.runfiles
   -r-xr-xr-x  1 nwang  wheel    55509 Jan 18 09:49 simulator-unshaded.runfiles_manifest
   -r-xr-xr-x  1 nwang  wheel  3794019 Jan 18 09:50 simulator-unshaded_deploy.jar
   -r-xr-xr-x  1 nwang  wheel     2864 Jan 18 09:48 simulator-unshaded_deploy.jar-2.params
   

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


With regards,
Apache Git Services