Skip to content

Instantly share code, notes, and snippets.

@byteit101
Created January 27, 2022 21:28
Show Gist options
  • Save byteit101/15887be0315193695ad33cb24bb8ef6f to your computer and use it in GitHub Desktop.
Save byteit101/15887be0315193695ad33cb24bb8ef6f to your computer and use it in GitHub Desktop.
zulu17 /tmp$ take testjfx
zulu17 /tmp/testjfx$ git clone https://github.com/jruby/jrubyfx
Cloning into 'jrubyfx'...
remote: Enumerating objects: 3211, done.
remote: Counting objects: 100% (73/73), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 3211 (delta 28), reused 49 (delta 24), pack-reused 3138
Receiving objects: 100% (3211/3211), 892.95 KiB | 8.67 MiB/s, done.
Resolving deltas: 100% (1586/1586), done.
zulu17 /tmp/testjfx$ cd jrubyfx
zulu17 /tmp/testjfx/jrubyfx$ ruby -S rake reflect
touch lib/jrubyfx/core_ext/precompiled.rb
touch lib/jrubyfx/dsl_map.rb
touch lib/jrubyfx/imports.rb
uri:classloader:/jruby/java/core_ext/object.rb:16: warning: already initialized constant Binding
Done Writing jrfx!
zulu17 /tmp/testjfx/jrubyfx$ ruby -S gem install pkg/jrubyfx*.gem
zsh: no matches found: pkg/jrubyfx*.gem
zulu17 /tmp/testjfx/jrubyfx$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment