You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Daniel Ellis (JIRA)" <ji...@apache.org> on 2009/02/25 19:13:59 UTC

[jira] Created: (AMQNET-146) Unit tests do not emit any tracing when compiled using nant

Unit tests do not emit any tracing when compiled using nant
-----------------------------------------------------------

                 Key: AMQNET-146
                 URL: https://issues.apache.org/activemq/browse/AMQNET-146
             Project: ActiveMQ .Net
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: Building using NANT
            Reporter: Daniel Ellis
            Assignee: Jim Gomes
            Priority: Trivial


When building using nant and testing with nunit.  No trace output is available.  This is because the nant build script is not defining the TRACE symbol.

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


[jira] Resolved: (AMQNET-146) Unit tests do not emit any tracing when compiled using nant

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes resolved AMQNET-146.
------------------------------

    Resolution: Fixed

> Unit tests do not emit any tracing when compiled using nant
> -----------------------------------------------------------
>
>                 Key: AMQNET-146
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-146
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Building using NANT
>            Reporter: Daniel Ellis
>            Assignee: Jim Gomes
>            Priority: Trivial
>             Fix For: 1.1
>
>         Attachments: EnableTracing.patch
>
>
> When building using nant and testing with nunit.  No trace output is available.  This is because the nant build script is not defining the TRACE symbol.

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


[jira] Updated: (AMQNET-146) Unit tests do not emit any tracing when compiled using nant

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-146:
-----------------------------

    Fix Version/s: 1.1

> Unit tests do not emit any tracing when compiled using nant
> -----------------------------------------------------------
>
>                 Key: AMQNET-146
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-146
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Building using NANT
>            Reporter: Daniel Ellis
>            Assignee: Jim Gomes
>            Priority: Trivial
>             Fix For: 1.1
>
>         Attachments: EnableTracing.patch
>
>
> When building using nant and testing with nunit.  No trace output is available.  This is because the nant build script is not defining the TRACE symbol.

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


[jira] Updated: (AMQNET-146) Unit tests do not emit any tracing when compiled using nant

Posted by "Daniel Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Ellis updated AMQNET-146:
--------------------------------

    Attachment: EnableTracing.patch

I have attached a patch to enable tracing, but rather than change the nant configuration, I have added the TRACE symbol to the NmsTrace class.  This will guarantee that the Trace statements in the trace class always work regardless of the compilation arguments, and also means the change won't effect the release build.

> Unit tests do not emit any tracing when compiled using nant
> -----------------------------------------------------------
>
>                 Key: AMQNET-146
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-146
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Building using NANT
>            Reporter: Daniel Ellis
>            Assignee: Jim Gomes
>            Priority: Trivial
>         Attachments: EnableTracing.patch
>
>
> When building using nant and testing with nunit.  No trace output is available.  This is because the nant build script is not defining the TRACE symbol.

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