Uploaded image for project: 'Commons Sandbox'
  1. Commons Sandbox
  2. SANDBOX-162

deprecate ant task attribute "dstdir" in favor of "destdir"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Nightly Builds
    • None
    • Javaflow
    • None
    • irrelevant

    Description

      The documentation (http://jakarta.apache.org/commons/sandbox/javaflow/antTask.html)
      reports that a javaflow ant task should be performed like this:

      <javaflow srcdir="build/classes" destdir="build/classes">
      <include name="*/.class" />
      </javaflow>

      However, the ant-task attributes name is "dstDir" instead of "destdir".

      In order to have a consistent spelling with the "srcdir" attribute of the javaflow task or the "destdir" attribute of other ant tasks such as "javadoc", I suggest to change the attribute's name from "dstDir" to "destdir" as reported in the documentation.

      Attachments

        Activity

          People

            tcurdt Torsten Curdt
            delu Marcus Deluigi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: