You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Marcus Deluigi (JIRA)" <ji...@apache.org> on 2006/07/31 20:25:14 UTC

[jira] Created: (SANDBOX-162) Invalid javaflow ant task attribute "destdir"

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (SANDBOX-162) deprecate ant task attribute "dstdir" in favor of "destdir"

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
     [ 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (SANDBOX-162) Invalid javaflow ant task attribute "destdir"

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
    [ 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org