Skip to content

ckilian867/bazel-ijar-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-ijar-test

Bazel

Install bazel - https://docs.bazel.build/versions/main/install.html

Run build with bazel

bazel build //ijar-test:ijartest

Buck

Download buck binary

curl https://jitpack.io/com/github/facebook/buck/0e72e40074e1731dd3c9068e5ed23ee10bcc75dd/buck-0e72e40074e1731dd3c9068e5ed23ee10bcc75dd.pex > buck.exe
chmod +x buck.exe

Run build with buck

./buck.exe build //ijar-test:ijartest

Differences

Bazel iJar for scalactic - ijars/bazel/scalactic_2.11-3.0.5-ijar.jar

Buck iJar for scalactic - ijars/buck/scalactic-abi.jar

Examine bytecode using luyten decompiler

java -jar luyten-0.5.4.jar

Bazel iJar class Bazel iJar Class

Buck iJar class Buck iJar Class

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published