Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-4626

Console launched from groovy-all-1.7.6.jar now has ivy dependancy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.6
    • 1.7.8, 1.8-rc-1
    • Groovy Console
    • None
    • Windoes, but expect it to be cross platform

    Description

      Previous to 1.7.6, I have been launching a Groovy console in my application by a call to:

      groovy.ui.Console.main(new String[0]);

      My appliction makes use of the emmbedable grovy-all-1.7.X.jar.

      However, in 1.7.6, the console is now dependent on Ivy (through the additional code in the Console constructor). But the org.apache.ivy classes are not in the grovy-all-1.7.6.jar.

      I suggest that either:

      • The org.apache.ivy classes are also included in the all jar file
      • The dependency is documented (it may be already but I have missed it)
      • It is made possible to launch the Console without the dependency

      Attachments

        1. groovy4626.patch
          5 kB
          Paul King

        Activity

          People

            paulk Paul King
            mikevines Mike Vines
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: