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

Matt Benson commented on SANDBOX-162:
-------------------------------------

Henri Yandell fixed the documentation in svn 486828.  This downgrades this to 
an enhancement request to deprecate dstdir in favor of destdir, IMHO.  It might 
be nice for consistency with core Ant tasks and (hopefully) those in the wild, 
but is hardly necessary.

> Invalid javaflow ant task attribute "destdir"
> ---------------------------------------------
>
>                 Key: SANDBOX-162
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-162
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: Javaflow
>    Affects Versions: Nightly Builds
>         Environment: Eclipse 3.2 on Mac Os X (Tiger) with Java 1.5
>            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