Skip to content

bin/jruby is not updated when bin/jruby.bash is #3215

@eregon

Description

@eregon

Because pom.rb says:

profile 'jruby.bash' do
    activation do
      file( :missing => '../bin/jruby' )
    end

So it will ignore that bin/jruby.bash is updated.

  • Is there a way to specify this dependency in maven?
  • Could it be a symlink to jruby.bash so it does not get outdated? (and there is less conflicts with jruby-launcher)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions