[ 
https://issues.apache.org/jira/browse/SANDBOX-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Benson updated SANDBOX-162:
--------------------------------

     Issue Type: Improvement  (was: Bug)
    Environment: irrelevant  (was: Eclipse 3.2 on Mac Os X (Tiger) with Java 
1.5)
        Summary: deprecate ant task attribute "dstdir" in favor of "destdir"  
(was: Invalid javaflow ant task attribute "destdir")

> deprecate ant task attribute "dstdir" in favor of "destdir"
> -----------------------------------------------------------
>
>                 Key: SANDBOX-162
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-162
>             Project: Commons Sandbox
>          Issue Type: Improvement
>          Components: Javaflow
>    Affects Versions: Nightly Builds
>         Environment: irrelevant
>            Reporter: Marcus Deluigi
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to