dev@glassfish.java.net

Re: GlassFish gem feature requests/bugs

From: Charles Oliver Nutter <charles.nutter_at_sun.com>
Date: Thu, 13 Sep 2007 16:17:57 -0600

Arun Gupta wrote:
> BTW, I found another bug in _jrubyvars.bat ...
>
> -- cut here --
> if not "%CLASSPATH%" == "" goto gotCP
> set CLASSPATH=%CP%
> goto doneCP
> :gotCP
> set CLASSPATH=%CP%;%CLASSPATH%
> :doneCP
> -- cut here --
>
> increases the CLASSPATH environment value exponentially and the script
> stop working after few runs.
>
> Everything works again if I start in a new shell.

As with the previous issue, we'll need someone with windows .bat
knowledge to help with this.

Please report it in JIRA.

- Charlie