AOT Compiler does not Function
-------------------------------
Key: JRUBY-2067
URL: http://jira.codehaus.org/browse/JRUBY-2067
Project: JRuby
Issue Type: Bug
Components: Compiler
Affects Versions: JRuby 1.1RC1
Environment: Linux Fedora 8, JDK 1.6
Reporter: Derek Townsend
Priority: Blocker
Fix For: JRuby 1.1RC2
The JrubyC script compiles the ruby source files into byte code. Before Jruby
1.1 RC1 the jrubyC script allowed the compilation of the ruby source code to be
placed in usable packages.
For Example: JrubyC test.rb => test.class # pre RC1
Now the the jrubyc script creates a full class path from the root directory
For Example: jrubyc test.rb => ruby/<dir>/<from>/<root>/test_dot_rb.class
This is an unusable piece of code especially if the the new class files which
to be jarred.
Since the file names are changed so the require statements no longer point to
the correct files
--
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