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

Ant Task Not Using Classpath

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-JSR-3
    • 1.1-rc-2
    • Ant integration
    • None
    • OSX 10.4, IDEA 5.0, Ant 1.6.5, Java 1.4.2

    Description

      In JSR03, the groovyc ant task doesn't seem to use the classpath provided.

      In JSR01, the following Ant task worked. In JSR03 it does not and I get class not found errors.

      <groovyc srcdir="${src}" destdir="${classes}" classpath="${classes}">
      <classpath>
      <fileset dir="${lib}" casesensitive="yes">
      <include name="*/.jar"/>
      </fileset>
      </classpath>
      </groovyc>

      Attachments

        Activity

          People

            paulk Paul King
            nyven Ron Lancaster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: