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

Writable is not on classpath for compilation when using maven repository

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.1
    • 4.0.0-alpha-1, 3.0.2
    • Templating
    • None

    Description

      TemplateEngine is a part of groovy-templates artifact and in its api it returns Template which is in the same artifact. The dependecies for this artifact are

      groovy-xml:3.01 (compile) -> groovy:3.0.1 (runtime)

      Class Template uses Writable in its interface and unfortunately the runtime maven dependency between groovy-xml and groovy causes that groovy artifact is not on the classpath when compiling against groovy-templates artifact.

       

      Compilation dependency:

      +--- org.codehaus.groovy:groovy-templates -> 3.0.1
        --- org.codehaus.groovy:groovy-xml:3.0.1

      Attachments

        Activity

          People

            paulk Paul King
            jub77 jub
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: