Gant

Incorrect reference to groovy-all-1.7.0.jar in startGroovy.bat

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.9.1
  • Fix Version/s: 1.9.2
  • Component/s: Command Line
  • Labels:
    None
  • Environment:
    Windows 7, command line prompt
  • Number of attachments :
    0

Description

The line

set STARTER_CLASSPATH=%GROOVY_HOME%\lib\groovy-all-1.7.0.jar;%STARTER_CLASSPATH%

in startGroovy.bat

should probably read

set STARTER_CLASSPATH=%GROOVY_HOME%\embeddable\groovy-all-1.7.0.jar;%STARTER_CLASSPATH%

as my groovy installation contains groovy-all in embeddable and not in lib...

Activity

Hide
Russel Winder added a comment -

Hummm . . .

It should have been groovy-1.7.0.jar. I'll have to think about what to do here. I won't be able to test anything though so I'll be making changes without testing.

Show
Russel Winder added a comment - Hummm . . . It should have been groovy-1.7.0.jar. I'll have to think about what to do here. I won't be able to test anything though so I'll be making changes without testing.
Hide
Russel Winder added a comment -

A putative solution to this problem has been committed to my development branch; this is a Bazaar branch on Launchpad at lp:~russel/gant/trunk_development.

However, I have no way of testing whether this works or not. Someone with Windows capability needs to build and install a distribution from my branch and see if it actually does solve the problem.

Show
Russel Winder added a comment - A putative solution to this problem has been committed to my development branch; this is a Bazaar branch on Launchpad at lp:~russel/gant/trunk_development. However, I have no way of testing whether this works or not. Someone with Windows capability needs to build and install a distribution from my branch and see if it actually does solve the problem.
Hide
Russel Winder added a comment -

Fix release with 1.9.2 release.

If this fails to fix the problem this issue should be reopened.

Show
Russel Winder added a comment - Fix release with 1.9.2 release. If this fails to fix the problem this issue should be reopened.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: