CLASSPATH environment variable increases exponentially in _jrubyvars.bat ------------------------------------------------------------------------
Key: JRUBY-1350 URL: http://jira.codehaus.org/browse/JRUBY-1350 Project: JRuby Issue Type: Bug Components: Miscellaneous Affects Versions: JRuby 1.0.1 Environment: Windows Vista Reporter: Arun Gupta Assignee: Thomas E Enebo In _jrubyvars.bat, the value of CLASSPATH environment variable increases exponentially. This is a fragment from batch file: -- cut here -- if not "%CLASSPATH%" == "" goto gotCP set CLASSPATH=%CP% goto doneCP :gotCP set CLASSPATH=%CP%;%CLASSPATH% :doneCP -- cut here -- Each execution of this script increases the value of the CLASSPATH variable exponentially by appending from the previous run. If this script gets executed in a new shell, then everything works. -- 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