You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/05/01 13:28:55 UTC

[jira] Created: (QPID-998) Prevent warnings about missing bin / etc directories

Prevent warnings about missing bin / etc directories
----------------------------------------------------

                 Key: QPID-998
                 URL: https://issues.apache.org/jira/browse/QPID-998
             Project: Qpid
          Issue Type: Improvement
          Components: Ant Build System
            Reporter: Martin Ritchie


Summary:

Would be good to have a clean build with ant where no warnings were shown.

Currently we have a few modules that show a warning as they have no bin or etc directory to copy to the build tree.

This is due to the generic nature of our build system but using a condition check to see if the directories exist we can prevent the error.

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


[jira] Assigned: (QPID-998) Prevent warnings about missing bin / etc directories

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-998:
-----------------------------------

    Assignee: Martin Ritchie

> Prevent warnings about missing bin / etc directories
> ----------------------------------------------------
>
>                 Key: QPID-998
>                 URL: https://issues.apache.org/jira/browse/QPID-998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Ant Build System
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> Summary:
> Would be good to have a clean build with ant where no warnings were shown.
> Currently we have a few modules that show a warning as they have no bin or etc directory to copy to the build tree.
> This is due to the generic nature of our build system but using a condition check to see if the directories exist we can prevent the error.

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


[jira] Resolved: (QPID-998) Prevent warnings about missing bin / etc directories

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-998.
---------------------------------

    Resolution: Fixed

This has been committed on trunk

> Prevent warnings about missing bin / etc directories
> ----------------------------------------------------
>
>                 Key: QPID-998
>                 URL: https://issues.apache.org/jira/browse/QPID-998
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Ant Build System
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>   Original Estimate: 0.25h
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Summary:
> Would be good to have a clean build with ant where no warnings were shown.
> Currently we have a few modules that show a warning as they have no bin or etc directory to copy to the build tree.
> This is due to the generic nature of our build system but using a condition check to see if the directories exist we can prevent the error.

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