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

change the groovyc ant task to enable embedding the javac ant task

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1-beta-3
    • Ant integration
    • None

    Description

      instead of using the jointCompilation property and providing the options for the compiler in a command line like manner it would be nice to be able to reuse the ant javac task to run the joint compilation process.

      Example

      <groovyc srcdir="${testSourceDirectory}" destdir="${testClassesDirectory}">
        <javac source="1.4" target="1.4"/>
      </groovyc>
      

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            blackdrag Jochen Theodorou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: