bazel-scala-example icon indicating copy to clipboard operation
bazel-scala-example copied to clipboard

A minimal example of using bazel to build scala

Results 5 bazel-scala-example issues
Sort by recently updated
recently updated
newest added

Also upgraded and added necessary dependencies for rules_scala.

This commit is unavailable anymore. IntelliJ Idea can`t show this project.

``` $ bazel build -- //... ERROR: ~/bazel-scala-example/3rdparty/jvm/com/twitter/BUILD:1:1: name 'scala_import' is not defined (did you mean 'java_import'?) $ bazel version INFO: Invocation ID: 0030f1ce-7188-4832-8af4-aaab12b10014 Build label: 0.20.0-homebrew Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar...

``` st-oscar1:bazel-scala-example oscar$ bazel test example-lib:test ..... INFO: Elapsed time: 0.466s java.lang.NoClassDefFoundError: com/jcraft/jsch/JSchException at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:109) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:262) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130) at...