FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
jruby/Rakefile at master · documatrix/jruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
documatrix
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
jruby
/
Rakefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 510 Bytes
Breadcrumbs
jruby
/
Rakefile
Copy path
File metadata and controls
17 lines (15 loc) · 510 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Rakefile for JRuby.
#
# At this time, most JRuby build tasks still use build.xml and Apache
# Ant. This Rakefile has some additional tasks. We hope to migrate
# more out of build.xml and into Rake in the future.
#
# See also rakelib/*.rake for more tasks and details.
require
File
.
dirname
(
__FILE__
)
+
'/rakelib/helpers.rb'
# Suppress .java lines from non-traced backtrace
begin
Rake
.
application
.
options
.
suppress_backtrace_pattern
=
/(
#{
Rake
::
Backtrace
::
SUPPRESS_PATTERN
}
)|(^org
\/
jruby)/
rescue
end
Back
|
FazBrowse Home
|
New Git URL