Mismatched default compilation prefix
-------------------------------------
Key: JRUBY-4731
URL: http://jira.codehaus.org/browse/JRUBY-4731
Project: JRuby
Issue Type: Bug
Components: Compiler
Reporter: Gioele Barabucci
Priority: Minor
The compiler, when called with "javac" and with no parameters, generates files
with no prefix.
When called using the API (compile_files) and with no parameters, generates
files with the "ruby" prefix.
def compile_argv(argv)
basedir = Dir.pwd
prefix = ""
versus
def compile_files(filenames, basedir = Dir.pwd, prefix = "ruby", target =
Dir.pwd, java = false)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email