JRuby launcher should only add ONE JRuby JAR file from lib directory to its 
classpath automatically
---------------------------------------------------------------------------------------------------

                 Key: JRUBY-4559
                 URL: http://jira.codehaus.org/browse/JRUBY-4559
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.5
            Reporter: Stephen Bannasch
            Priority: Minor
             Fix For: JRuby 1.5


The JRuby shell launcher should only add *one* JRuby JAR file from lib/ 
directory to its classpath automatically to prevent this annoying result:

{code}
$ ant clean; ant; ant jar-complete
$ bin/jruby --version
ERROR: more than one JRuby JAR found in lib directory
{code}

The relates to this resolved issue [JRUBY-4408] and this 
[commit|http://github.com/jruby/jruby/commit/c818d49e3150638517c759ec04fa89de09d48e5b].

I suggest always using lib/jruby.jar if it exists and only if it doesn't exist 
using lib/jruby-complete.jar.


-- 
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


Reply via email to