Invalid javaflow ant task attribute "destdir"
---------------------------------------------
Key: SANDBOX-162
URL: http://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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]