Add fully qualified path to Regex class on default.build
--------------------------------------------------------

                 Key: QPID-2772
                 URL: https://issues.apache.org/jira/browse/QPID-2772
             Project: Qpid
          Issue Type: Improvement
          Components: Dot Net Client
    Affects Versions: 0.7
            Reporter: Sorin Suciu
             Fix For: 0.7


Using mono 2.6.4, while running nant against the trunk dotnet client we get: 

qpid/dotnet/default.build(129,18):
Compilation failed:
/tmp/47e460d2/73424764.0.cs(36,36) : error CS0103: The name `Regex' does not 
exist in the current context
/tmp/47e460d2/73424764.0.cs(41,36) : error CS0103: The name `Regex' does not 
exist in the current context
/tmp/47e460d2/73424764.0.cs(45,36) : error CS0103: The name `Regex' does not 
exist in the current context
/tmp/47e460d2/73424764.0.cs(53,36) : error CS0103: The name `Regex' does not 
exist in the current context
// 
------------------------------------------------------------------------------
//  <autogenerated>
//      This code was generated by a tool.
//      Mono Runtime Version: 2.0.50727.1433

The solution is to use the full class name here. 

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to