DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15106>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15106 TrueCoverage build fails in Window(PatchAvailable) Summary: TrueCoverage build fails in Window(PatchAvailable) Product: Xerces-C++ Version: 2.1.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My application is using xerces2.1. while i am tring to build it with TrueCoverage I am getting errors. It's due to class context that was not exported from it's outer class. Here is the patch --- RegularExpression.hpp 2002/08/29 04:48:22 1.1.1.1 +++ RegularExpression.hpp 2002/11/01 05:01:18 1.2 @@ -55,7 +55,7 @@ */ /* - * $Id: RegularExpression.hpp,v 1.1.1.1 2002/08/29 04:48:22 psahu Exp $ + * $Id: RegularExpression.hpp,v 1.2 2002/12/01 05:01:18 psahu Exp $ */ #if !defined(REGULAREXPRESSION_HPP) @@ -138,7 +138,7 @@ // ----------------------------------------------------------------------- // Private data types // ----------------------------------------------------------------------- - class Context + class XMLUTIL_EXPORT Context { public : Context(); Please let me know if there are any issues with this changes. Thanks, --Pranav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
