Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903105

remove jtreg Ant task

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • tools
    • None

      jtreg has long contained an Ant task, so that it can be invoked directly from Ant.

      The task has never (ever?) been widely used, and these days there are other more dominant ways to invoke jtreg:

      1. The JDK "make test" system
      2. Running individual tests from within an IDE
      3. Direct invocation of jtreg, perhaps using custom personal scripts.

      The Ant task has been updated in a long time, and there have been no requests to do so, especially to support more recent command-line options.

      We should remove the Ant task. jtreg can still be invoked from Ant, using either the `<java>` task to invoke the tool directly, or the `<exec>` task to invoke the script.

      Given the recent removal of the Ant build (CODETOOLS-7903104), removing the Ant task will mean we can drop Ant as a build dependence.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: