mockpp-commits Mailing List for Mock Objects for C++ (Page 37)
Brought to you by:
ewald-arnold
You can subscribe to this list here.
2005 |
Jan
|
Feb
(17) |
Mar
(178) |
Apr
(119) |
May
(60) |
Jun
(3) |
Jul
(60) |
Aug
(16) |
Sep
(55) |
Oct
(156) |
Nov
(136) |
Dec
(255) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(98) |
Feb
(8) |
Mar
(57) |
Apr
(43) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ewald A. <ewa...@us...> - 2005-05-23 21:16:09
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24606/mockpp/tests Modified Files: mock_test.vcproj Log Message: update Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mock_test.vcproj 9 Apr 2005 20:15:20 -0000 1.5 +++ mock_test.vcproj 23 May 2005 21:16:01 -0000 1.6 @@ -74,8 +74,8 @@ </Configuration> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\tests\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\tests\Debug" + OutputDirectory="C:\tmp\msvc_compile\mockpp\tests\Debug" + IntermediateDirectory="C:\tmp\msvc_compile\mockpp\tests\Debug" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -83,7 +83,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories=""X:\Documents\src\cppunit-1.10.2\include";../../..;"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="WIN32,_CONSOLE,CPPUNIT_DLL" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -104,7 +104,7 @@ OutputFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" + AdditionalLibraryDirectories="c:\tmp\msvc_compile\;c:\tmp\msvc_compile\cppunit;../../lib;"$(CPPUNIT_ROOT)/lib"" GenerateDebugInformation="TRUE" ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.pdb" SubSystem="1" |
From: Ewald A. <ewa...@us...> - 2005-05-21 14:31:14
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27472 Modified Files: ChangeLog Log Message: update Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- ChangeLog 21 May 2005 14:17:49 -0000 1.51 +++ ChangeLog 21 May 2005 14:31:05 -0000 1.52 @@ -2,10 +2,10 @@ mockpp history -------------- -2005-05-07 1.8.1: +2005-05-21 1.8.1: - install files below mockpp/production - - fix macro namespace + - fix macro namespace: i18n() ==> mockpp_i18n - rudimentary rpm generation - added another path to detect cppunit |
From: Ewald A. <ewa...@us...> - 2005-05-21 14:18:00
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25124/mockpp/docs/en Modified Files: appendix.docbook dev_production.docbook Log Message: release1.8.1 Index: appendix.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- appendix.docbook 7 May 2005 17:00:56 -0000 1.9 +++ appendix.docbook 21 May 2005 14:17:50 -0000 1.10 @@ -73,8 +73,8 @@ <!-- ===================================== --> -<sect2 id="generating-rpms"> -<title>Installing on systems using autoconf and friends</title> +<sect2 id="creating-rpms"> +<title>Creating and Installing an RPM</title> <para>Using the previous installation procedure has drawacks when you want do uninstall or upgrade to a newer version. Maybe you rather want to benefit Index: dev_production.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/dev_production.docbook,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- dev_production.docbook 6 May 2005 12:40:30 -0000 1.3 +++ dev_production.docbook 21 May 2005 14:17:50 -0000 1.4 @@ -56,7 +56,7 @@ code. Since variables are very internal you should not try to make them accessible somehow. The following sections show some patterns how to use member methods to intentionally grant access to parts which are actually - internal. </para> + internal.</para> <sect3> <title>Lifting class members</title> @@ -102,8 +102,8 @@ via getter and setter methods. If you make such methods <keysym>private</keysym> and <keysym>virtual</keysym> you prevent its direct use but still have the chance to overload the getter method in - the tests. This way it is possible to insert mock objects for internal - variables.</para> + the tests. This way it is possible to insert mock objects to replace + internal variables.</para> <para><programlisting>class Sample { |
From: Ewald A. <ewa...@us...> - 2005-05-21 14:18:00
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25124 Modified Files: ChangeLog configure.in Log Message: release1.8.1 Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- ChangeLog 7 May 2005 17:00:55 -0000 1.50 +++ ChangeLog 21 May 2005 14:17:49 -0000 1.51 @@ -7,6 +7,7 @@ - install files below mockpp/production - fix macro namespace - rudimentary rpm generation + - added another path to detect cppunit 2005-05-06 1.8.0: Index: configure.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/configure.in,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- configure.in 7 May 2005 12:44:33 -0000 1.78 +++ configure.in 21 May 2005 14:17:49 -0000 1.79 @@ -17,11 +17,11 @@ # MOCKPP_MAJOR_VERSION=1 MOCKPP_MINOR_VERSION=8 -MOCKPP_PATCH_VERSION=0 +MOCKPP_PATCH_VERSION=1 -MOCKPP_MICRO_VERSION=28 -MOCKPP_INTERFACE_AGE=0 -MOCKPP_BINARY_AGE=6 +MOCKPP_MICRO_VERSION=29 +MOCKPP_INTERFACE_AGE=1 +MOCKPP_BINARY_AGE=7 MOCKPP_VERSION=$MOCKPP_MAJOR_VERSION.$MOCKPP_MINOR_VERSION.$MOCKPP_PATCH_VERSION @@ -82,8 +82,8 @@ AC_CHECK_HEADERS(cppunit/Message.h) # "Unusual" places for cppunit -cppunit_inc_dirs="/usr/include /usr/local/include $CPPUNIT_ROOT" -cppunit_lib_dirs="/usr/lib /usr/local/lib $CPPUNIT_ROOT" +cppunit_inc_dirs="/usr/include /usr/local/include $CPPUNIT_ROOT $CPPUNIT_ROOT/include" +cppunit_lib_dirs="/usr/lib /usr/local/lib $CPPUNIT_ROOT $CPPUNIT_ROOT/lib" if test "ac_cv_header_cppunit_TestCase_h" != "yes"; then echo "checking for cppunit/TestCase.h at $cppunit_inc_dirs" |
From: Ewald A. <ewa...@us...> - 2005-05-13 21:24:39
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9687 Modified Files: cppunit.bpr mockpp.bpr mockpp_production.bpr Log Message: update Index: mockpp.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpr,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- mockpp.bpr 6 May 2005 20:12:26 -0000 1.41 +++ mockpp.bpr 13 May 2005 21:24:24 -0000 1.42 @@ -62,7 +62,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp.bpf"/> - <INCLUDEPATH value="..;..\mockpp\constraint;..\mockpp\stub;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\matcher;..;..\mockpp\constraint;..\mockpp\stub;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="mockpp;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp;..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> Index: mockpp_production.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp_production.bpr,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- mockpp_production.bpr 6 May 2005 20:12:26 -0000 1.6 +++ mockpp_production.bpr 13 May 2005 21:24:26 -0000 1.7 @@ -25,7 +25,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp_production.bpf"/> - <INCLUDEPATH value="..;..\..\mockpp;$(BCB)\include"/> + <INCLUDEPATH value="..\mockpp\production;..;..\..\mockpp;$(BCB)\include"/> <LIBPATH value="..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp-1.8.0;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> Index: cppunit.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/cppunit.bpr,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- cppunit.bpr 6 May 2005 20:12:24 -0000 1.17 +++ cppunit.bpr 13 May 2005 21:24:24 -0000 1.18 @@ -25,7 +25,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="cppunit.bpf"/> - <INCLUDEPATH value="..;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\examples\tutorial;C:\Programme\Borland\CBuilder5\Projects\;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:14:12
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8719/mockpp/tests Modified Files: Makefile.am Log Message: added comment Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Makefile.am,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- Makefile.am 7 May 2005 17:00:57 -0000 1.75 +++ Makefile.am 7 May 2005 17:14:02 -0000 1.76 @@ -142,7 +142,10 @@ ########################################################################### check_inst.cpp: - echo "/*" >check_inst.cpp + echo -n "" >check_inst.cpp + echo "// Don't edit, this file is automatically generated" >>check_inst.cpp + echo "// to check #include-ing of *all* headers" >>check_inst.cpp + echo "/*" >>check_inst.cpp (N=`pwd`/check_inst.cpp; cd $(srcdir)/../..; find . -name "*.h" \ | grep -v "config" | grep -v "/tests/" | grep -v "/docs/" | grep -v "/examples/" \ | sed -e "s,\./,#include <,g" -e "s/\.h/\.h>/g" >>$$N) @@ -151,5 +154,4 @@ echo "{" >>check_inst.cpp echo " return 0;" >>check_inst.cpp echo "}" >>check_inst.cpp - cp check_inst.cpp $(srcdir) |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:35
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936 Modified Files: AUTHORS ChangeLog Makefile.am README Log Message: cleanup Index: README =================================================================== RCS file: /cvsroot/mockpp/mockpp/README,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- README 12 Sep 2004 14:56:54 -0000 1.8 +++ README 7 May 2005 17:00:55 -0000 1.9 @@ -1,6 +1,7 @@ $Id$ Mock Objects for C++ + ====================== mockpp is a library to facilitate unit tests in the spirit of MockObjects, EasyMock and jMock which were all designed for Java. @@ -13,21 +14,22 @@ Contributed files. * mockpp - Files ported from the original java sources. + Common files ported from the various original java sources. - * mockpp/util - Files ported from the original java sources. + * mockpp/production + Files which help to optimize production code for tests. - * mockpp/dynamic - Files from the original java sources. + * mockpp/util + Files ported from the original MockObjects sources plus + extensions for C++. * mockpp/compat Additial files to keep interfaces compatible taken from - other java packages (junit, ..) + other java packages (junit, ..) plus extensions for C++. * mockpp/docs/en/var/index.html The handbook. It is not part of the source distribution. Either download - it from the same place or generate yourself if you have sgml-tools installed. + it from the same place or generate yourself if you have docbook installed. Just type "make html-files" in the the source directory. * mockpp/docs/api/html/index.html @@ -37,21 +39,24 @@ * mockpp/tests/* Files to help testing the library. They might also serve as a starting point - to learn more about the use. + to learn more about the use. Don't expect the library to run flawlessly unless + you have *all* the tests successfully running. * mockpp/examples/* + mockpp/examples/tutorial/* Example files to show the use of this library. * mockpp/constraint/* - Constraints from the original java sources plus some new ones. + Constraints from the original jmock sources plus some new ones. . * mockpp/matcher/* - Matchers from the original java sources plus some new ones. + Matchers from the original jmock sources plus some new ones. . * mockpp/stub/* - Stubs from the original java sources. + Stubs from the original jmock java sources. . - * mockpp/jmock/* + * mockpp/chaining/* + mockpp/builder/* Core files ported from jMock. In config-bcb5.h/config-msvc.h/... there are some #define's that might be @@ -66,13 +71,16 @@ mockpp is known to run fine on Linux, OpenBSD and Windows. Starting with version 1.2.0 mockpp uses partial template specialisation. In case you use -Microsoft Compilers you might run into trouble. Please send complaints to Microsoft -and ask them, why they don't adopt common standards for years. +Microsoft Compilers before MSVC 7.1 you will run into trouble with these new files. +Please send complaints to Microsoft and ask them, why they don't adopt common standards for years. Ports to not yet working platforms and compilers are highly welcome. Send comments, suggestions and bugfixes to the mailing lists found at -http://mockpp.sf.net (or as second choice to mo...@ew...). +http://mockpp.sf.net (or as a second choice to mo...@ew...). + +There are also several forums available which are also linked to from the +homepage. Happy mocking Ewald Arnold Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/Makefile.am,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Makefile.am 7 May 2005 12:44:33 -0000 1.27 +++ Makefile.am 7 May 2005 17:00:55 -0000 1.28 @@ -89,6 +89,6 @@ install-data-hook: $(mkdir_p) $(htmldir) - cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/ChangeLog $(pkgdatadir) + $(INSTALL) $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/ChangeLog $(pkgdatadir) ################################################################# Index: AUTHORS =================================================================== RCS file: /cvsroot/mockpp/mockpp/AUTHORS,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- AUTHORS 2 Apr 2005 14:10:16 -0000 1.6 +++ AUTHORS 7 May 2005 17:00:55 -0000 1.7 @@ -2,7 +2,7 @@ Ewald Arnold, mockpp at ewald-arnold.de FUKUDA, Fumiki (AKA episteme -- 'cuppa' project : http://www.unittest.org/) - Help to port to MSVC6, MSVC7 (up to 1.1.16) + Help to port to MSVC6, MSVC7 (up to mockpp 1.1.16) - Mathieu Champlon, mathieu.champlon at masagroup.net - Help to port to MSVC 7.1 (version 1.7 and later) +Mathieu Champlon, mathieu.champlon at masagroup.net + Help to port to MSVC 7.1 (mockpp 1.7 and later) Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- ChangeLog 6 May 2005 14:23:00 -0000 1.49 +++ ChangeLog 7 May 2005 17:00:55 -0000 1.50 @@ -2,6 +2,11 @@ mockpp history -------------- +2005-05-07 1.8.1: + + - install files below mockpp/production + - fix macro namespace + - rudimentary rpm generation 2005-05-06 1.8.0: |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:07
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936/mockpp/tests Modified Files: .cvsignore Makefile.am Log Message: cleanup Index: .cvsignore =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/.cvsignore,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- .cvsignore 22 Dec 2002 09:57:53 -0000 1.1.1.1 +++ .cvsignore 7 May 2005 17:00:57 -0000 1.2 @@ -1,4 +1,5 @@ *.directory +check_inst.cpp Makefile Makefile.in *.~* Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Makefile.am,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- Makefile.am 6 May 2005 14:23:05 -0000 1.74 +++ Makefile.am 7 May 2005 17:00:57 -0000 1.75 @@ -2,6 +2,20 @@ CLEANFILES = *.~* *.~~* *~ +########################################################################### + +AM_LDFLAGS = $(all_libraries) + +check_PROGRAMS = jmock_test mock_test readability_test check_inst + +SINGLE_TESTS = $(check_PROGRAMS) + +TESTS = $(SINGLE_TESTS) + +.PHONY: check_inst.cpp + +########################################################################### + mock_test_LDADD = $(top_builddir)/mockpp/libmockpp.la \ $(LIBDL) -lstdc++ $(EA_EXTRA_LIB) $(LIBCPPUNIT) @@ -11,13 +25,10 @@ readability_test_LDADD = $(top_builddir)/mockpp/libmockpp.la \ $(LIBDL) -lstdc++ $(EA_EXTRA_LIB) $(LIBCPPUNIT) -AM_LDFLAGS = $(all_libraries) - -check_PROGRAMS = jmock_test mock_test readability_test - -SINGLE_TESTS = $(check_PROGRAMS) +check_inst_LDADD = $(top_builddir)/mockpp/libmockpp.la \ + $(LIBDL) -lstdc++ $(EA_EXTRA_LIB) $(LIBCPPUNIT) -TESTS = $(SINGLE_TESTS) +########################################################################### raw-gen: cpp -DHAVE_CPPUNIT -DHAVE_CONFIG_H $(srcdir)/InvocationMocker_test.cpp $(INCLUDES) >x.cpp @@ -27,10 +38,11 @@ indent xx.cpp g++ xx.cpp -o xx +########################################################################### mock_test_SOURCES = mock_test.cpp VisitableMockObject_test.cpp \ - Formatter_test.cpp Throwable_test.cpp ThrowableList_test.cpp ExpectationCounter_test.cpp \ - ExpectationCounterRange_test.cpp ExpectationMap_test.cpp ExpectationList_test.cpp \ + Formatter_test.cpp Throwable_test.cpp ThrowableList_test.cpp ExpectationCounter_test.cpp \ + ExpectationCounterRange_test.cpp ExpectationMap_test.cpp ExpectationList_test.cpp \ ConstraintList_test.cpp ExpectationSet_test.cpp ExpectationConglomeration_test.cpp \ ExpectationSegment_test.cpp ExpectationValue_test.cpp ExpectationBoundary_test.cpp \ Verifiable_test.cpp Exception_test.cpp mockpp_test.cpp ReturnObjectList_test.cpp \ @@ -39,41 +51,53 @@ VisitableMockObject_4_test.cpp VisitableMockObject_5_test.cpp VisitableMockObject_void_test.cpp \ VisitableMockObject_1_void_test.cpp VisitableMockObject_2_void_test.cpp \ VisitableMockObject_3_void_test.cpp VisitableMockObject_4_void_test.cpp \ - VisitableMockObject_5_void_test.cpp VerifyingTestCase_test.cpp classes_ABCDE.cpp \ - VerifyingTestCaller_test.cpp TrackingCounter_test.cpp MixedMockObject_5_test.cpp TimeServer_test.cpp - -mock_test_count: - list=mock_test.files; \ - test -f $$list && rm $$list; \ - for f in $(mock_test_SOURCES); do \ - echo $$f >> $$list.tmp; \ - done; \ - cat $$list.tmp | wc -l ; echo "Dateien in mock_test"; \ - cat $$list.tmp | sort >$$list + VisitableMockObject_5_void_test.cpp VerifyingTestCase_test.cpp classes_ABCDE.cpp \ + VerifyingTestCaller_test.cpp TrackingCounter_test.cpp MixedMockObject_5_test.cpp TimeServer_test.cpp jmock_test_SOURCES = And_test.cpp IsAnything_test.cpp IsCloseTo_test.cpp \ - IsEqual_test.cpp IsGreaterOrEqual_test.cpp IsGreaterThan_test.cpp IsInstanceOf_test.cpp \ - IsLessOrEqual_test.cpp IsLessThan_test.cpp IsNot_test.cpp IsNothing_test.cpp IsSame_test.cpp \ - Or_test.cpp ReturnStub_test.cpp StringContains_test.cpp StubSequence_test.cpp \ - TestFailureStub_test.cpp ThrowStub_test.cpp VoidStub_test.cpp ChainingMockObjectSupport_test.cpp \ - CustomStub_test.cpp DefaultResultStub_test.cpp mock_test.cpp Invocation_test.cpp \ - AnyArgumentsMatcher_test.cpp InvokedRecorder_test.cpp InvokeAtLeastOnceMatcher_test.cpp \ - InvokeOnceMatcher_test.cpp InvokeCountMatcher_test.cpp InvokedAfterMatcher_test.cpp \ - TestFailureMatcher_test.cpp NoArgumentsMatcher_test.cpp ArgumentsMatcher_test.cpp \ - ConstraintSet_test.cpp ArgumentsMatchBuilder_test.cpp InvocationMockerBuilder_test.cpp \ - AbstractDynamicChainingMock_test.cpp AbstractInvocationDispatcher_test.cpp ChainingMockBuilder_test.cpp \ - CoreMock_test.cpp DynamicChainingMockError_test.cpp FIFOInvocationDispatcher_test.cpp \ - InvocationMocker_test.cpp LIFOInvocationDispatcher_test.cpp InvokeAtMostMatcher_test.cpp \ - InvokedBeforeMatcher_test.cpp StubBuilder_test.cpp MatchBuilder_test.cpp \ - InvokeAtLeastMatcher_test.cpp classes_ABCDE.cpp ChainableMockObject_1_test.cpp \ - ChainableMockObject_1_void_test.cpp ChainableMockObject_2_test.cpp ChainableMockObject_2_void_test.cpp \ - ChainableMockObject_3_test.cpp ChainableMockObject_3_void_test.cpp ChainableMockObject_4_test.cpp \ - ChainableMockObject_4_void_test.cpp ChainableMockObject_5_test.cpp ChainableMockObject_5_void_test.cpp \ - ChainableMockObject_test.cpp ChainableMockObject_void_test.cpp TypelessStubSequence_test.cpp \ - StringEndsWith_test.cpp StringStartsWith_test.cpp UnlimitedMatcher_test.cpp mockpp_pti_test.cpp + IsEqual_test.cpp IsGreaterOrEqual_test.cpp IsGreaterThan_test.cpp IsInstanceOf_test.cpp \ + IsLessOrEqual_test.cpp IsLessThan_test.cpp IsNot_test.cpp IsNothing_test.cpp IsSame_test.cpp \ + Or_test.cpp ReturnStub_test.cpp StringContains_test.cpp StubSequence_test.cpp \ + TestFailureStub_test.cpp ThrowStub_test.cpp VoidStub_test.cpp ChainingMockObjectSupport_test.cpp \ + CustomStub_test.cpp DefaultResultStub_test.cpp mock_test.cpp Invocation_test.cpp \ + AnyArgumentsMatcher_test.cpp InvokedRecorder_test.cpp InvokeAtLeastOnceMatcher_test.cpp \ + InvokeOnceMatcher_test.cpp InvokeCountMatcher_test.cpp InvokedAfterMatcher_test.cpp \ + TestFailureMatcher_test.cpp NoArgumentsMatcher_test.cpp ArgumentsMatcher_test.cpp \ + ConstraintSet_test.cpp ArgumentsMatchBuilder_test.cpp InvocationMockerBuilder_test.cpp \ + AbstractDynamicChainingMock_test.cpp AbstractInvocationDispatcher_test.cpp ChainingMockBuilder_test.cpp \ + CoreMock_test.cpp DynamicChainingMockError_test.cpp FIFOInvocationDispatcher_test.cpp \ + InvocationMocker_test.cpp LIFOInvocationDispatcher_test.cpp InvokeAtMostMatcher_test.cpp \ + InvokedBeforeMatcher_test.cpp StubBuilder_test.cpp MatchBuilder_test.cpp \ + InvokeAtLeastMatcher_test.cpp classes_ABCDE.cpp ChainableMockObject_1_test.cpp \ + ChainableMockObject_1_void_test.cpp ChainableMockObject_2_test.cpp ChainableMockObject_2_void_test.cpp \ + ChainableMockObject_3_test.cpp ChainableMockObject_3_void_test.cpp ChainableMockObject_4_test.cpp \ + ChainableMockObject_4_void_test.cpp ChainableMockObject_5_test.cpp ChainableMockObject_5_void_test.cpp \ + ChainableMockObject_test.cpp ChainableMockObject_void_test.cpp TypelessStubSequence_test.cpp \ + StringEndsWith_test.cpp StringStartsWith_test.cpp UnlimitedMatcher_test.cpp mockpp_pti_test.cpp readability_test_SOURCES = readability_test.cpp classes_ABCDE.cpp +check_inst_SOURCES = check_inst.cpp + +noinst_HEADERS = classes_ABCDE.h MyBuilderNamespace.h MyMatchBuilder.h + +#compilecheck_SOURCES = compilecheck.cpp + +########################################################################### + +#compilecheck_LDADD = $(top_builddir)/mockpp/libmockpp.la $(EA_EXTRA_LIB) \ +# $(LIBCPPUNIT) -lstdc++ + +jmock_test_LDFLAGS = -L/opt/intel_cc_80/lib + +mock_test_LDFLAGS = -L/opt/intel_cc_80/lib + +readability_test_LDFLAGS = -L/opt/intel_cc_80/lib + +check_inst_LDFLAGS = -L/opt/intel_cc_80/lib + +########################################################################### + jmock_test_count: list=jmock_test.files; \ test -f $$list && rm $$list; \ @@ -83,7 +107,16 @@ cat $$list.tmp | wc -l ; echo "Dateien in jmock_test"; \ cat $$list.tmp | sort >$$list -#compilecheck_SOURCES = compilecheck.cpp +mock_test_count: + list=mock_test.files; \ + test -f $$list && rm $$list; \ + for f in $(mock_test_SOURCES); do \ + echo $$f >> $$list.tmp; \ + done; \ + cat $$list.tmp | wc -l ; echo "Dateien in mock_test"; \ + cat $$list.tmp | sort >$$list + +########################################################################### VALGRIND_OPTS=--show-reachable=yes --leak-check=yes -v VG_SUPPRESS=vg-suppress-`hostname`.txt @@ -106,13 +139,17 @@ done; echo "Store all the suppression block to $(srcdir)/$(VG_SUPPRESS)" -#compilecheck_LDADD = $(top_builddir)/mockpp/libmockpp.la $(EA_EXTRA_LIB) \ -# $(LIBCPPUNIT) -lstdc++ - -jmock_test_LDFLAGS = -L/opt/intel_cc_80/lib - -mock_test_LDFLAGS = -L/opt/intel_cc_80/lib +########################################################################### -readability_test_LDFLAGS = -L/opt/intel_cc_80/lib +check_inst.cpp: + echo "/*" >check_inst.cpp + (N=`pwd`/check_inst.cpp; cd $(srcdir)/../..; find . -name "*.h" \ + | grep -v "config" | grep -v "/tests/" | grep -v "/docs/" | grep -v "/examples/" \ + | sed -e "s,\./,#include <,g" -e "s/\.h/\.h>/g" >>$$N) + echo "*/" >>check_inst.cpp + echo "int main()" >>check_inst.cpp + echo "{" >>check_inst.cpp + echo " return 0;" >>check_inst.cpp + echo "}" >>check_inst.cpp + cp check_inst.cpp $(srcdir) -noinst_HEADERS = classes_ABCDE.h MyBuilderNamespace.h MyMatchBuilder.h |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:06
|
Update of /cvsroot/mockpp/mockpp/msvc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936/msvc7 Modified Files: README Log Message: cleanup Index: README =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc7/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 25 Mar 2005 10:24:59 -0000 1.1 +++ README 7 May 2005 17:00:58 -0000 1.2 @@ -1,4 +1,7 @@ The files here have been removed due to the lack of maintainance. Please use the project files under msvc6 and convert -them to msvc7 if needed. \ No newline at end of file +them to msvc7 if needed. + +Please note that MSVC compiler before 7.1 are not expected being +capable to compile mockpp 1.2.0 and later. |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:05
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936/mockpp/examples/tutorial Modified Files: Makefile.am Log Message: cleanup Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Makefile.am 7 May 2005 12:44:33 -0000 1.22 +++ Makefile.am 7 May 2005 17:00:57 -0000 1.23 @@ -79,12 +79,12 @@ install-data-hook: $(mkdir_p) $(htmldir)/tutorial - cp -pR html $(htmldir)/tutorial + $(INSTALL) html/* $(htmldir)/tutorial # Automake's "distcheck" is sensitive to having files left over # after "make uninstall", so we have to clean up the install hook. uninstall-local: - rm -rf $(htmldir) + rm -rf $(htmldir)/tutorial ################################################################# |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:05
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936/mockpp/docs/en Modified Files: Makefile.am appendix.docbook Log Message: cleanup Index: appendix.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- appendix.docbook 5 May 2005 21:01:59 -0000 1.8 +++ appendix.docbook 7 May 2005 17:00:56 -0000 1.9 @@ -71,6 +71,35 @@ </sect2> +<!-- ===================================== --> + +<sect2 id="generating-rpms"> +<title>Installing on systems using autoconf and friends</title> + +<para>Using the previous installation procedure has drawacks when you +want do uninstall or upgrade to a newer version. Maybe you rather want to benefit +from the common mechanism provided by <application>rpm</application>. +Before installing the library this way you need to create rpm packages +which requires some developer tools like <application>doxygen</application> +or <application>docbook</application> and a bit of experience in this +matter.</para> + +<para>This can be done by running the following command in the top level directory +of the source distribution: + +<screen width="40"> + <prompt>%</prompt> <userinput>make rpm</userinput> +</screen> + +After completion you will receive two rpm packages: one for the library and the +headers and one for the documentation. They are usually located at +<filename>/usr/src/pacakges/RPMS</filename>. + +</para> +</sect2> + +<!-- ===================================== --> + <sect2 id="installing-others"> <title>Installing on other systems</title> Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/Makefile.am,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Makefile.am 7 May 2005 12:44:33 -0000 1.24 +++ Makefile.am 7 May 2005 17:00:56 -0000 1.25 @@ -23,6 +23,8 @@ # pdf-files doc: html-files +################################################################ + html-chunk-files: -test -L tutorial && rm tutorial ln -s ../../examples/tutorial/html tutorial @@ -37,9 +39,7 @@ ln -s ../common var/common; \ ln -s ../images var/images; \ fi - xsltproc -o var/ $(srcdir)/customize-chuked.xsl $(srcdir)/index.docbook - -html-files: html-flat-files + xsltproc -o var/ $(srcdir)/customize-chunked.xsl $(srcdir)/index.docbook html-flat-files: -test -L tutorial && rm tutorial @@ -57,6 +57,10 @@ fi xsltproc -o var/ $(srcdir)/customize-flat.xsl $(srcdir)/index.docbook +html-files: html-chunk-files + +################################################################ + pdf-files: xsltproc --output var/mockpp.fo /usr/share/xml/docbook/stylesheet/nwalsh/current/fo/docbook.xsl $(srcdir)/index.docbook fop var/mockpp.fo var/mockpp.pdf @@ -65,20 +69,25 @@ xsltproc --output var/mockpp.fo /usr/share/xml/docbook/stylesheet/nwalsh/current/fo/docbook.xsl $(srcdir)/index.docbook fop var/mockpp.fo -svg var/mockpp.svg -.PHONY: html-files pdf-files doc-dist remote-install doc svg-files +.PHONY: html-files pdf-files doc-dist remote-install doc \ + svg-files html-chunk-files html-flat-files ################################################################# htmldir = $(pkgdatadir)/html install-data-hook: - $(mkdir_p) $(htmldir)/handbook - cp -pR var $(htmldir)/handbook + $(mkdir_p) $(htmldir)/handbook/common + $(mkdir_p) $(htmldir)/handbook/images/callouts + $(INSTALL) var/*.html $(htmldir)/handbook + $(INSTALL) $(srcdir)/common/*.css $(htmldir)/handbook/common + $(INSTALL) $(srcdir)/images/*.png $(htmldir)/handbook/images + $(INSTALL) $(srcdir)/images/callouts/*.png $(htmldir)/handbook/images/callouts # Automake's "distcheck" is sensitive to having files left over # after "make uninstall", so we have to clean up the install hook. uninstall-local: - rm -rf $(htmldir) + rm -rf $(htmldir)/handbook ################################################################# |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:04
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936/mockpp/docs/api Modified Files: Makefile.am Log Message: cleanup Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/api/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.am 7 May 2005 12:44:32 -0000 1.15 +++ Makefile.am 7 May 2005 17:00:56 -0000 1.16 @@ -49,12 +49,12 @@ htmldir = $(pkgdatadir)/html install-data-hook: - $(mkdir_p) $(htmldir)/api - cp -pR html $(htmldir)/api + $(mkdir_p) $(htmldir)/api-doc + $(INSTALL) html/* $(htmldir)/api-doc # Automake's "distcheck" is sensitive to having files left over # after "make uninstall", so we have to clean up the install hook. uninstall-local: - rm -rf $(htmldir) + rm -rf $(htmldir)/api-doc ################################################################# |
From: Ewald A. <ewa...@us...> - 2005-05-07 17:00:41
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5863 Modified Files: mockpp.spec.in Log Message: rudimentary rpms Index: mockpp.spec.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp.spec.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- mockpp.spec.in 22 Dec 2002 09:57:41 -0000 1.1.1.1 +++ mockpp.spec.in 7 May 2005 17:00:31 -0000 1.2 @@ -1,61 +1,67 @@ -%define RELEASE 1 +%define RELEASE 2 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} -%define lib_name mockpp - Name: @PACKAGE@ Version: @VERSION@ Release: %rel -Summary: Mocking Objects for C++ +Summary: Mock Objects for C++ Copyright: LGPL Group: Development/Libraries Vendor: The mockpp Project -Packager: x@y.com +Packager: mo...@ew... Url: http://mockpp.sourceforge.net/ - -Source: ftp://download.sourceforge.net/pub/sourceforge/mockpp/%name-%version.tar.gz +Requires: cppunit >= 1.10.0 +BuildArch: i586 Prefix: %_prefix BuildRoot: %_tmppath/%name-%version-root %description -Ultra Leightweight XML-RPC Library for C++ +Mock Objects for C++ %package doc -Summary: HTML formatted API documention for Log for C++ +Summary: HTML formatted documention for Mock Objects for C++ Group: Development/Libraries -Requires: %name = %version +Copyright: LGPL +Vendor: The mockpp Project +Packager: mo...@ew... +Url: http://mockpp.sourceforge.net/ +BuildArch: noarch %description doc -The %name-doc package contains HTML formatted API documention generated by -the popular doxygen documentation generation tool. +The %name-doc package contains HTML formatted API documention, the handbook and +a tutorial. %prep -rm -rf $RPM_BUILD_ROOT - -%setup -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --enable-doxygen +%__rm -r * -%build -make +# %setup +CFLAGS="$RPM_OPT_FLAGS" ../SOURCES/%name-%version/configure --prefix=%{prefix} --enable-doxygen -%install -rm -rf $RPM_BUILD_ROOT +# %build +%__make +%__make doc -make prefix=$RPM_BUILD_ROOT%{prefix} install +# %install +%__rm -rf $RPM_BUILD_ROOT +%__make prefix=$RPM_BUILD_ROOT%{prefix} install +%__mkdir -p $RPM_BUILD_ROOT%{prefix}/share/doc/packages +%__mv $RPM_BUILD_ROOT%{prefix}/share/mockpp $RPM_BUILD_ROOT%{prefix}/share/doc/packages %clean -rm -rf $RPM_BUILD_ROOT +%__rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,755) %attr(755,root,root) %prefix/lib/lib*.so.* -%doc AUTHORS COPYING INSTALL README ChangeLog +%prefix/share/doc/packages/mockpp/AUTHORS +%prefix/share/doc/packages/mockpp/COPYING +%prefix/share/doc/packages/mockpp/README +%prefix/share/doc/packages/mockpp/ChangeLog %prefix/include/* -%prefix/share/* %attr(755,root,root) %prefix/lib/lib*.so %attr(644,root,root) %prefix/lib/*.*a %files doc -%doc doc/html/* +%prefix/share/doc/packages/mockpp |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:48:03
|
Update of /cvsroot/mockpp/mockpp/mockpp/production In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8563/mockpp/production Modified Files: Makefile.am Log Message: install header Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/production/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 6 May 2005 14:23:05 -0000 1.2 +++ Makefile.am 7 May 2005 12:47:39 -0000 1.3 @@ -5,6 +5,8 @@ libmockpp_production_la_LDFLAGS = -no-undefined -version-info \ $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +libmockpp_productionincludedir = $(includedir)/mockpp/production + libmockpp_production_la_SOURCES = TimeServer.cpp -pkginclude_HEADERS = mockpp_production.h TimeServer.h +libmockpp_productioninclude_HEADERS = mockpp_production.h TimeServer.h |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:46:28
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8234/mockpp/constraint Modified Files: ConstraintList.h Log Message: fix macro namespace Index: ConstraintList.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/ConstraintList.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ConstraintList.h 6 Apr 2005 20:11:28 -0000 1.3 +++ ConstraintList.h 7 May 2005 12:46:19 -0000 1.4 @@ -92,7 +92,7 @@ { if( expectNothing) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); } @@ -101,12 +101,12 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue); - fmt = i18n(MOCKPP_PCHAR("%1 did not receive the expected amount of values.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive the expected amount of values.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, actualItems.size() == constraints.size()); @@ -272,14 +272,14 @@ */ void checkImmediateValue(const T &actualItem, unsigned pos) const { - String fmt = i18n(MOCKPP_PCHAR("%1 had different item sizes.\n") + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 had different item sizes.\n") MOCKPP_PCHAR("Expected %2 items but received %3 when adding %4.")); fmt << this->getVerifiableName() << constraints.size() << (pos+1) << actualItem; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, constraints.size() > pos); String s; - fmt = i18n(MOCKPP_PCHAR("%1 added constraint[%2] does not match: <%3> != %4")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 added constraint[%2] does not match: <%3> != %4")); fmt << this->getVerifiableName() << pos << constraints[pos]->describeTo(s) << actualItem; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, constraints[pos]->eval(actualItem)); } |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:46:28
|
Update of /cvsroot/mockpp/mockpp/mockpp/compat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8234/mockpp/compat Modified Files: Formatter.cpp Log Message: fix macro namespace Index: Formatter.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/compat/Formatter.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Formatter.cpp 10 Apr 2005 12:33:52 -0000 1.39 +++ Formatter.cpp 7 May 2005 12:46:19 -0000 1.40 @@ -46,7 +46,7 @@ { if ( base < 2 || base > 36 ) { - mockpp::String fmt = i18n( MOCKPP_PCHAR( "Conversion of long to String: base %1 not allowed" ) ); + mockpp::String fmt = mockpp_i18n( MOCKPP_PCHAR( "Conversion of long to String: base %1 not allowed" ) ); fmt << number( ( unsigned long ) base, 10 ); throw mockpp::AssertionFailedError( __LINE__, __FILE__, fmt ); } @@ -103,7 +103,7 @@ { if ( base < 2 || base > 36 ) { - mockpp::String fmt = i18n( MOCKPP_PCHAR( "Conversion of ulong to String: base %1 not allowed" ) ); + mockpp::String fmt = mockpp_i18n( MOCKPP_PCHAR( "Conversion of ulong to String: base %1 not allowed" ) ); fmt << number( ( unsigned long ) base, 10 ); throw mockpp::AssertionFailedError( __LINE__, __FILE__, fmt ); } @@ -213,10 +213,10 @@ text += x; #else #if (defined (_MSC_VER) && (_MSC_VER <= 1300)) || (defined (__GNUC__) && (__GNUC__ < 3)) - if (!isalnum(x)) -#else - if (!std::isalnum(x)) -#endif + if (!isalnum(x)) +#else + if (!std::isalnum(x)) +#endif { text += MOCKPP_PCHAR("0x") + number((unsigned long)x, 16); } |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:46:28
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8234/mockpp/examples Modified Files: mock_greeter.cpp Log Message: fix macro namespace Index: mock_greeter.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/mock_greeter.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- mock_greeter.cpp 30 Dec 2004 20:54:04 -0000 1.16 +++ mock_greeter.cpp 7 May 2005 12:46:19 -0000 1.17 @@ -367,19 +367,19 @@ { int ret = 1; #ifdef HAVE_CPPUNIT - std::cout << mockpp::getLatin1(i18n("Now running cppunit tests:\n\n")); + std::cout << mockpp::getLatin1(mockpp_i18n("Now running cppunit tests:\n\n")); CppUnit::TextUi::TestRunner runner; CppUnit::TestFactory ®istry = CppUnit::TestFactoryRegistry::getRegistry(); runner.addTest(registry.makeTest()); ret = runner.run(); #else - std::cout << mockpp::getLatin1(i18n("CppUnit was not available at compile time!\n")); - std::cout << mockpp::getLatin1(i18n("Will use mockpp features only.\n\n")); + std::cout << mockpp::getLatin1(mockpp_i18n("CppUnit was not available at compile time!\n")); + std::cout << mockpp::getLatin1(mockpp_i18n("Will use mockpp features only.\n\n")); #endif try { - std::cout << mockpp::getLatin1(i18n("Now running some tests with just mockpp features:\n\n")); + std::cout << mockpp::getLatin1(mockpp_i18n("Now running some tests with just mockpp features:\n\n")); Streamer_test st; st.test_write_ok(); @@ -416,7 +416,7 @@ << "msg : " << mockpp::getLatin1(ex.getMessage()) << std::endl; ret = 1; } - std::cout << mockpp::getLatin1(i18n("Finished.\n")); + std::cout << mockpp::getLatin1(mockpp_i18n("Finished.\n")); return ret; } |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:45:48
|
Update of /cvsroot/mockpp/mockpp/mockpp/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7870/mockpp/util Modified Files: AssertMo.cpp Log Message: fix macro namespace Index: AssertMo.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/util/AssertMo.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- AssertMo.cpp 2 Apr 2005 13:46:34 -0000 1.18 +++ AssertMo.cpp 7 May 2005 12:45:09 -0000 1.19 @@ -115,14 +115,14 @@ threwException = true; } - assertTrue(srcline, srcfile, i18n(MOCKPP_PCHAR("Should not have verified.")), threwException); + assertTrue(srcline, srcfile, mockpp_i18n(MOCKPP_PCHAR("Should not have verified.")), threwException); } void MOCKPP_EXPORT notImplemented(unsigned srcline, const char* srcfile, const String &mockName) { - mockpp::String fmt = i18n(MOCKPP_PCHAR("Not Implemented in %1.")); + mockpp::String fmt = mockpp_i18n(MOCKPP_PCHAR("Not Implemented in %1.")); fmt << mockName; throw NotImplementedException(srcline, srcfile, fmt); } |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:45:24
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7870/mockpp Modified Files: AbstractExpectation.h ExpectationBoundary.h ExpectationConglomeration.h ExpectationCounter.cpp ExpectationList.h ExpectationSegment.h ExpectationSet.h ExpectationValue.h mockpp.h ReturnObjectList.h ThrowableList.cpp TrackingCounter.cpp VisitableMockObject_macro.h VisitableMockObject_template.h Log Message: fix macro namespace Index: TrackingCounter.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/TrackingCounter.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- TrackingCounter.cpp 3 Mar 2005 15:49:01 -0000 1.8 +++ TrackingCounter.cpp 7 May 2005 12:45:10 -0000 1.9 @@ -129,18 +129,18 @@ if( isExpectNothing() ) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myActualValue == 0 ); } else { - String fmt = i18n(MOCKPP_PCHAR("%1 was tagged %2 times which is less than the expected count of %3.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was tagged %2 times which is less than the expected count of %3.")); fmt << getVerifiableName() << myActualValue << getExpectedMinValue(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, getExpectedMinValue() <= myActualValue); - fmt = i18n(MOCKPP_PCHAR("%1 was tagged %2 times which is more than the expected count of %3.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was tagged %2 times which is more than the expected count of %3.")); fmt << getVerifiableName() << myActualValue << getExpectedMaxValue(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, getExpectedMaxValue() >= myActualValue); } @@ -194,7 +194,7 @@ myActualValue++; if (shouldCheckImmediately()) { - String fmt = i18n(MOCKPP_PCHAR("%1 was tagged %2 times but should not be called more than %3 times.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was tagged %2 times but should not be called more than %3 times.")); fmt << getVerifiableName() << myActualValue << getExpectedMaxValue(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myActualValue <= getExpectedMaxValue()); @@ -261,18 +261,18 @@ if( isExpectNothing() ) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myActualValue == 0 ); } else { - String fmt = i18n(MOCKPP_PCHAR("%1 was last tagged with %2 which is less than the expected count of %3.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was last tagged with %2 which is less than the expected count of %3.")); fmt << getVerifiableName() << myActualValue << getExpectedMinValue(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, getExpectedMinValue() <= myActualValue); - fmt = i18n(MOCKPP_PCHAR("%1 was last tagged with %2 which is more than the expected count of %3.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was last tagged with %2 which is more than the expected count of %3.")); fmt << getVerifiableName() << myActualValue << getExpectedMaxValue(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, getExpectedMaxValue() >= myActualValue); } @@ -285,7 +285,7 @@ countervalues.push_back(myActualValue); if (shouldCheckImmediately()) { - String fmt = i18n(MOCKPP_PCHAR("%1 was tagged with %2 but should not be tagged more than %3 times.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was tagged with %2 but should not be tagged more than %3 times.")); fmt << getVerifiableName() << myActualValue << getExpectedMaxValue(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myActualValue <= getExpectedMaxValue()); Index: VisitableMockObject_macro.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockObject_macro.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- VisitableMockObject_macro.h 9 Apr 2005 16:43:55 -0000 1.28 +++ VisitableMockObject_macro.h 7 May 2005 12:45:11 -0000 1.29 @@ -223,7 +223,7 @@ { \ if (objptr->methname ## haveDefaultReturnValue) \ { \ - mockpp::String fmt = i18n(MOCKPP_PCHAR("%1 is unused.")); \ + mockpp::String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 is unused.")); \ fmt << MOCKPP_PCHAR(#methname) MOCKPP_PCHAR("DefaultReturnValueUsed"); \ MOCKPP_ASSERT_TRUE_MESSAGE(fmt, objptr->methname ## DefaultReturnValueUsed); \ } \ @@ -231,7 +231,7 @@ mockpp::Throwable *dt = objptr->methname ## DefaultThrowable.get(); \ if (dt != 0) \ { \ - mockpp::String fmt = i18n(MOCKPP_PCHAR("%1 is unused.")); \ + mockpp::String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 is unused.")); \ fmt << MOCKPP_PCHAR(#methname) MOCKPP_PCHAR("DefaultThrowable"); \ MOCKPP_ASSERT_TRUE_MESSAGE(fmt, dt->hasThrown()); \ } \ @@ -247,7 +247,7 @@ mockpp::Throwable *dt = objptr->methname ## DefaultThrowable.get(); \ if (dt != 0) \ { \ - mockpp::String fmt = i18n(MOCKPP_PCHAR("%1 is unused.")); \ + mockpp::String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 is unused.")); \ fmt << MOCKPP_PCHAR(#methname) MOCKPP_PCHAR("DefaultThrowable"); \ MOCKPP_ASSERT_TRUE_MESSAGE(fmt, dt->hasThrown()); \ } \ Index: ThrowableList.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ThrowableList.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ThrowableList.cpp 21 Apr 2005 20:35:40 -0000 1.20 +++ ThrowableList.cpp 7 May 2005 12:45:10 -0000 1.21 @@ -87,7 +87,7 @@ Throwable *MOCKPP_EXPORT ThrowableList::nextThrowableObject() { - String fmt = i18n(MOCKPP_PCHAR("%1 has run out of objects.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 has run out of objects.")); fmt << getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, list.size() > 0); @@ -125,7 +125,7 @@ void MOCKPP_EXPORT ThrowableList::verify() { - String fmt = i18n(MOCKPP_PCHAR("%1 has %2 un-used objects.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 has %2 un-used objects.")); fmt << getVerifiableName() << list.size(); MOCKPP_ASSERT_EQUALS_MESSAGE(fmt, (size_t)0, list.size()); Index: ExpectationList.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationList.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- ExpectationList.h 6 Apr 2005 20:11:28 -0000 1.37 +++ ExpectationList.h 7 May 2005 12:45:10 -0000 1.38 @@ -79,7 +79,7 @@ { if( expectNothing) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); } @@ -88,12 +88,12 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue); - fmt = i18n(MOCKPP_PCHAR("%1 did not receive the expected item list.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive the expected item list.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, actualItems == expectedItems); @@ -234,13 +234,13 @@ void checkImmediateValue(const T &actualItem) const { unsigned size = actualItems.size(); - String fmt = i18n(MOCKPP_PCHAR("%1 had different item sizes.\n") + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 had different item sizes.\n") MOCKPP_PCHAR("Expected %2 items but received %3 when adding %4.")); fmt << this->getVerifiableName() << expectedItems.size() << size << actualItem; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, expectedItems.size() >= size); - fmt = i18n(MOCKPP_PCHAR("%1 added item[%2] does not match. %3 != %4.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 added item[%2] does not match. %3 != %4.")); fmt << this->getVerifiableName() << size << expectedItems[(size - 1)] << actualItem; assertEquals(fmt, actualItem, expectedItems[(size - 1)]); Index: ExpectationSegment.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationSegment.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- ExpectationSegment.h 11 Mar 2005 00:24:54 -0000 1.25 +++ ExpectationSegment.h 7 May 2005 12:45:10 -0000 1.26 @@ -132,7 +132,7 @@ { if( expectNothing ) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); @@ -142,12 +142,12 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue ); MOCKPP_ASSERT_INCLUDES_MESSAGE( - i18n(MOCKPP_PCHAR("Should include string segment.")), + mockpp_i18n(MOCKPP_PCHAR("Should include string segment.")), myExpectedSegment, myActualString); } Index: ExpectationSet.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationSet.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- ExpectationSet.h 11 Mar 2005 00:24:54 -0000 1.31 +++ ExpectationSet.h 7 May 2005 12:45:10 -0000 1.32 @@ -126,7 +126,7 @@ { if( expectNothing) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); } @@ -135,17 +135,17 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue ); - fmt = i18n(MOCKPP_PCHAR("%1 did not receive the expected number of collection items.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive the expected number of collection items.")); fmt << getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt,actualItems.size() == expectedItems.size()); - fmt = i18n(MOCKPP_PCHAR("%1 did not receive the expected item set.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive the expected item set.")); fmt << getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, actualItems == expectedItems); @@ -220,7 +220,7 @@ */ virtual void checkImmediateValue(const T &actualItem) const { - String fmt = i18n(MOCKPP_PCHAR("%1 did not receive an expected item.\nUnexpected: %2")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive an expected item.\nUnexpected: %2")); fmt << getVerifiableName() << actualItem; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, Index: ExpectationBoundary.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationBoundary.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ExpectationBoundary.h 11 Mar 2005 00:24:53 -0000 1.18 +++ ExpectationBoundary.h 7 May 2005 12:45:10 -0000 1.19 @@ -179,7 +179,7 @@ { if( expectNothing ) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); @@ -189,15 +189,15 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue ); - fmt = i18n(MOCKPP_PCHAR("%1 received a value of %2 which is less than the expected value of %3.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 received a value of %2 which is less than the expected value of %3.")); fmt << this->getVerifiableName() << actualValue << lower_bound; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, lower_bound <= actualValue ); - fmt = i18n(MOCKPP_PCHAR("%1 received a value of %2 which is greater than the expected value of %3.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 received a value of %2 which is greater than the expected value of %3.")); fmt << this->getVerifiableName() << actualValue << upper_bound; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, actualValue <= upper_bound); } Index: mockpp.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp.h,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- mockpp.h 30 Apr 2005 21:15:45 -0000 1.55 +++ mockpp.h 7 May 2005 12:45:10 -0000 1.56 @@ -321,13 +321,13 @@ #define MOCKPP_STRING(x) mockpp::String(x) //! Dummy, tags a string for translation without doing anything -#ifndef I18N_NOOP -#define I18N_NOOP(x) x +#ifndef MOCKPP_I18N_NOOP +#define MOCKPP_I18N_NOOP(x) x #endif //! Dummy, prepare automatic translation within the code -#ifndef i18n -#define i18n(x) x +#ifndef mockpp_i18n +#define mockpp_i18n(x) x #endif //! add template specialisation to prevent float/double ExpectationValue's Index: VisitableMockObject_template.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockObject_template.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- VisitableMockObject_template.h 2 Apr 2005 20:45:29 -0000 1.24 +++ VisitableMockObject_template.h 7 May 2005 12:45:11 -0000 1.25 @@ -70,7 +70,7 @@ if (*start != MOCKPP_UNLIMITED) // @todo ouput signatures of unused objects unused += *start; - String fmt = i18n(MOCKPP_PCHAR("%1 has a total of %2 un-used response objects.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 has a total of %2 un-used response objects.")); fmt << getVerifiableName() << unused; MOCKPP_ASSERT_EQUALS_MESSAGE(fmt, (unsigned)0, unused); Index: ExpectationConglomeration.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationConglomeration.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ExpectationConglomeration.h 11 Mar 2005 00:24:54 -0000 1.17 +++ ExpectationConglomeration.h 7 May 2005 12:45:10 -0000 1.18 @@ -172,7 +172,7 @@ { if( expectNothing) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); } @@ -181,11 +181,11 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue ); - fmt = i18n(MOCKPP_PCHAR("%1 did not receive the expected item set.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive the expected item set.")); fmt << this->getVerifiableName(); typename std::set<T>::const_iterator it; for (it = actualItems.begin(); it != actualItems.end(); ++it) @@ -251,7 +251,7 @@ */ virtual void checkImmediateValue(const T &actualItem) const { - String fmt = i18n(MOCKPP_PCHAR("%1 did not receive an expected item.\nUnexpected: %2")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive an expected item.\nUnexpected: %2")); fmt << getVerifiableName() << actualItem; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, contains(actualItem)); Index: ExpectationValue.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationValue.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- ExpectationValue.h 27 Feb 2005 11:48:14 -0000 1.29 +++ ExpectationValue.h 7 May 2005 12:45:10 -0000 1.30 @@ -135,7 +135,7 @@ { if( expectNothing ) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_FALSE_MESSAGE(fmt, haveActualValue ); @@ -145,12 +145,12 @@ if (!this->hasExpectations() ) return; - String fmt = i18n(MOCKPP_PCHAR("%1 expected a value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected a value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, haveActualValue ); - fmt = i18n(MOCKPP_PCHAR("%1 did not receive the expected value. %2 != %3.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 did not receive the expected value. %2 != %3.")); fmt << this->getVerifiableName() << myExpectedValue << myActualValue; assertEquals(fmt, myExpectedValue, myActualValue); Index: ReturnObjectList.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ReturnObjectList.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- ReturnObjectList.h 28 Mar 2005 09:39:05 -0000 1.25 +++ ReturnObjectList.h 7 May 2005 12:45:10 -0000 1.26 @@ -136,7 +136,7 @@ */ T nextReturnObject() { - String fmt = i18n(MOCKPP_PCHAR("%1 has run out of objects.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 has run out of objects.")); fmt << getVerifiableName(); if (myObjects.size() == 0 && haveDefault) @@ -172,7 +172,7 @@ */ virtual void verify() { - String fmt = i18n(MOCKPP_PCHAR("%1 has %2 un-used objects.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 has %2 un-used objects.")); fmt << getVerifiableName() << myObjects.size(); MOCKPP_ASSERT_EQUALS_MESSAGE(fmt, (size_t)0, myObjects.size()); Index: ExpectationCounter.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ExpectationCounter.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ExpectationCounter.cpp 27 Feb 2005 11:48:14 -0000 1.21 +++ ExpectationCounter.cpp 7 May 2005 12:45:10 -0000 1.22 @@ -83,7 +83,7 @@ myActualCalls++; if (shouldCheckImmediately()) { - String fmt = i18n(MOCKPP_PCHAR("%1 was called %2 times but should not be called more than %3 times.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was called %2 times but should not be called more than %3 times.")); fmt << getVerifiableName() << myActualCalls << myExpectedMaxCalls; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myActualCalls <= myExpectedMaxCalls); @@ -125,18 +125,18 @@ if( expectNothing ) { - String fmt = i18n(MOCKPP_PCHAR("%1 expected no value.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 expected no value.")); fmt << this->getVerifiableName(); MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myActualCalls == 0 ); } else { - String fmt = i18n(MOCKPP_PCHAR("%1 was called %2 times which is less than the expected count of %3.")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was called %2 times which is less than the expected count of %3.")); fmt << getVerifiableName() << myActualCalls << myExpectedMinCalls; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myExpectedMinCalls <= myActualCalls); - fmt = i18n(MOCKPP_PCHAR("%1 was called %2 times which is more than the expected count of %3.")); + fmt = mockpp_i18n(MOCKPP_PCHAR("%1 was called %2 times which is more than the expected count of %3.")); fmt << getVerifiableName() << myActualCalls << myExpectedMaxCalls; MOCKPP_ASSERT_TRUE_MESSAGE(fmt, myExpectedMaxCalls >= myActualCalls); } Index: AbstractExpectation.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/AbstractExpectation.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- AbstractExpectation.h 27 Feb 2005 11:48:14 -0000 1.23 +++ AbstractExpectation.h 7 May 2005 12:45:10 -0000 1.24 @@ -124,7 +124,7 @@ if (message.length() == 0) { - String fmt = i18n(MOCKPP_PCHAR("%1 assertion failed.\nExpected: %2\nReceived: %3")); + String fmt = mockpp_i18n(MOCKPP_PCHAR("%1 assertion failed.\nExpected: %2\nReceived: %3")); fmt << getVerifiableName() << expectedValue << actualValue; MOCKPP_FAIL(fmt); } |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:44:42
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7591 Modified Files: configure.in Makefile.am Log Message: create rpms Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/Makefile.am,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Makefile.am 3 Apr 2005 21:49:57 -0000 1.26 +++ Makefile.am 7 May 2005 12:44:33 -0000 1.27 @@ -32,6 +32,12 @@ (cd $(top_builddir)/mockpp/docs/en && make doc-dist) (cd $(top_builddir)/mockpp/examples/tutorial && make tutorial-dist) +doc: + -rm -rf $(top_builddir)/mockpp/docs/api/html/* + (cd $(top_builddir)/mockpp/docs/api && make apidoc) + (cd $(top_builddir)/mockpp/docs/en && make doc) + (cd $(top_builddir)/mockpp/examples/tutorial && make tutorial) + maintainer-clean: maintainer-clean-generic src-dist: distdir @@ -51,15 +57,20 @@ zip-dist: distdir zip -r $(distdir)-src.zip $(distdir)/* -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) - -rm $(distdir)-src.zip.asc - gpg -ba --no-use-agent $(distdir)-src.zip + +gz-dist: distdir + $(AMTAR) chof - $(distdir) | gzip -c >$(distdir).tar.gz + -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) bz2-dist: distdir - $(AMTAR) chof - $(distdir) | $(ZIPPER) -c >$(distdir)-src.tar.$(ZIPPER_EXT) + $(AMTAR) chof - $(distdir) | bzip2 -c >$(distdir).tar.bz2 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) - -rm $(distdir)-src.tar.$(ZIPPER_EXT).asc - gpg -ba --no-use-agent $(distdir)-src.tar.$(ZIPPER_EXT) +rpm: mockpp.spec + - test -d /usr/src/packages/SOURCES/$(distdir) && rm -r /usr/src/packages/SOURCES/$(distdir) + ln -s $(top_srcdir) /usr/src/packages/SOURCES/$(distdir) + rpmbuild -v -bb mockpp.spec + rm /usr/src/packages/SOURCES/$(distdir) install-data-local: @echo "" @@ -72,3 +83,12 @@ MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files +################################################################# + +htmldir = $(pkgdatadir) + +install-data-hook: + $(mkdir_p) $(htmldir) + cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/ChangeLog $(pkgdatadir) + +################################################################# Index: configure.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/configure.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- configure.in 6 May 2005 14:23:00 -0000 1.77 +++ configure.in 7 May 2005 12:44:33 -0000 1.78 @@ -391,6 +391,8 @@ # ---------------------------------------------------------------------------- AC_OUTPUT(\ + mockpp.spec \ + \ Makefile \ \ bcb5/Makefile \ |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:44:42
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7591/mockpp/examples/tutorial Modified Files: Makefile.am Log Message: create rpms Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Makefile.am 30 Mar 2005 18:17:30 -0000 1.21 +++ Makefile.am 7 May 2005 12:44:33 -0000 1.22 @@ -73,4 +73,18 @@ basicmock_SOURCES = basicmock.cpp consumer.cpp +################################################################# + +htmldir = $(pkgdatadir)/html + +install-data-hook: + $(mkdir_p) $(htmldir)/tutorial + cp -pR html $(htmldir)/tutorial + +# Automake's "distcheck" is sensitive to having files left over +# after "make uninstall", so we have to clean up the install hook. +uninstall-local: + rm -rf $(htmldir) + +################################################################# |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:44:41
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7591/mockpp/docs/en Modified Files: Makefile.am Log Message: create rpms Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Makefile.am 6 May 2005 12:40:28 -0000 1.23 +++ Makefile.am 7 May 2005 12:44:33 -0000 1.24 @@ -20,7 +20,8 @@ test -f mockpp-$(VERSION)-handbook.zip && mv mockpp-$(VERSION)-handbook.zip $(top_builddir) rm -r mockpp-$(VERSION)-handbook -doc: html-files pdf-files +# pdf-files +doc: html-files html-chunk-files: -test -L tutorial && rm tutorial @@ -66,6 +67,22 @@ .PHONY: html-files pdf-files doc-dist remote-install doc svg-files +################################################################# + +htmldir = $(pkgdatadir)/html + +install-data-hook: + $(mkdir_p) $(htmldir)/handbook + cp -pR var $(htmldir)/handbook + +# Automake's "distcheck" is sensitive to having files left over +# after "make uninstall", so we have to clean up the install hook. +uninstall-local: + rm -rf $(htmldir) + +################################################################# + + EXTRA_DIST=appendix.docbook bookinfo.docbook credits.docbook customize.xsl customize-flat.xsl \ dev_advanced.docbook dev_advanced_easymock.docbook customize-chunked.xsl \ dev_advanced_intro.docbook dev_poor_mans_mock.docbook dev_advanced_jmock.docbook dev_basic.docbook \ |
From: Ewald A. <ewa...@us...> - 2005-05-07 12:44:41
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7591/mockpp/docs/api Modified Files: Makefile.am Log Message: create rpms Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/api/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile.am 8 Jan 2005 13:24:10 -0000 1.14 +++ Makefile.am 7 May 2005 12:44:32 -0000 1.15 @@ -43,3 +43,18 @@ mv $(PACKAGE)-$(VERSION)-apidoc.zip $(top_builddir) rm -rf $(PACKAGE)-$(VERSION)-apidoc + +################################################################# + +htmldir = $(pkgdatadir)/html + +install-data-hook: + $(mkdir_p) $(htmldir)/api + cp -pR html $(htmldir)/api + +# Automake's "distcheck" is sensitive to having files left over +# after "make uninstall", so we have to clean up the install hook. +uninstall-local: + rm -rf $(htmldir) + +################################################################# |
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19714 Modified Files: cppunit.bpr jmock_test.bpr mock_test.bpr mockpp.bpr mockpp_production.bpr poormock-se.bpr poormock.bpr readability.bpr verifying.bpr Log Message: fix include path Index: poormock.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/poormock.bpr,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- poormock.bpr 6 May 2005 19:08:35 -0000 1.16 +++ poormock.bpr 6 May 2005 20:12:27 -0000 1.17 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="poormock.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\examples\tutorial;..\;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ -Item1=..\mockpp\examples\tutorial;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ -Item2=..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item3=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item5=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item6=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item7=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item10=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item11=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item14=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item15=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item16=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item17=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item18=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item19=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item20=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item21=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item23=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item24=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item25=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item26=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item27=..\mockpp_28\tests;..\mockpp -Item28=..\mockpp -Item29=..\mockpp_28\tests;..\mockpp_28\mockpp +Item0=..\mockpp\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item1=..\mockpp\examples\tutorial;.\..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item2=..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item3=..\mockpp\examples\tutorial;..\;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item4=..\mockpp\examples\tutorial;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item5=..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item6=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item7=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item8=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item9=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item10=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item11=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item12=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item13=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item14=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item15=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item16=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item17=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item18=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item19=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item20=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item21=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item22=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item23=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item24=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item25=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item26=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item27=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item28=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item29=..\mockpp_28\tests;..\mockpp;$(BCB)/include [HistoryLists\hlLibraryPath] Count=19 Index: verifying.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/verifying.bpr,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- verifying.bpr 6 May 2005 19:08:35 -0000 1.13 +++ verifying.bpr 6 May 2005 20:12:27 -0000 1.14 @@ -25,7 +25,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="verifying.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -72,36 +72,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item3=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item4=..\mockpp_28\examples\tutorial;..\..\..\..\src;$(BCB)\include;..\..\..\cppunit.ups\include -Item5=..\mockpp_28\examples\tutorial;..\..\..;$(BCB)\include;..\..\..\cppunit.ups\include -Item6=..\mockpp_28\examples\tutorial;..\..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item7=..\..;$(BCB)\include;..\..\..\cppunit.ups\include -Item8=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include -Item9=..;$(BCB)\include;..\..\..\..\cppunit.ups\include -Item10=..\mockpp_28\examples\tutorial;..\examples\tutorial;..\examples;..\..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include -Item11=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item12=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item13=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item14=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item15=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item16=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item17=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item18=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item19=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item20=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item21=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item22=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item23=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item24=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item25=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item26=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item27=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item28=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item29=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\mockpp\examples\tutorial;..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item1=..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item2=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item3=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item5=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item6=..\mockpp_28\examples\tutorial;..\..\..\..\src;$(BCB)\include;..\..\..\cppunit.ups\include +Item7=..\mockpp_28\examples\tutorial;..\..\..;$(BCB)\include;..\..\..\cppunit.ups\include +Item8=..\mockpp_28\examples\tutorial;..\..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item9=..\..;$(BCB)\include;..\..\..\cppunit.ups\include +Item10=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include +Item11=..;$(BCB)\include;..\..\..\..\cppunit.ups\include +Item12=..\mockpp_28\examples\tutorial;..\examples\tutorial;..\examples;..\..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include +Item13=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item14=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item15=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item16=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item17=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item18=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item19=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item20=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item21=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item22=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item23=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item24=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item25=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item26=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item27=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item28=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item29=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ [HistoryLists\hlLibraryPath] Count=20 Index: mockpp_production.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp_production.bpr,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mockpp_production.bpr 6 May 2005 19:08:34 -0000 1.5 +++ mockpp_production.bpr 6 May 2005 20:12:26 -0000 1.6 @@ -25,7 +25,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp_production.bpf"/> - <INCLUDEPATH value="..\mockpp\production;..\..\mockpp-1.8.0;$(BCB)\include"/> + <INCLUDEPATH value="..;..\..\mockpp;$(BCB)\include"/> <LIBPATH value="..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp-1.8.0;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> @@ -75,40 +75,40 @@ [HistoryLists\hlIncludePath] Count=30 Item0=..\mockpp\production;..;$(BCB)\include -Item1=..\..\mockpp-1.8.0;$(BCB)\include -Item2=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp-1.8.0;$(BCB)\include;X:\cppunit-1.10.2\include\;..\..\cppunit-1.10\include -Item3=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item4=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item5=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item6=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item7=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item8=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item9=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item10=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item11=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item12=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item13=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item14=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item15=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item16=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item17=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include -Item18=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include -Item19=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include -Item20=..;$(BCB)\include -Item21=..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..;$(BCB)\include;$(BCB)\include\vcl -Item23=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item24=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item25=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item26=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item27=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item28=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item29=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl +Item1=..\mockpp\production;..\..\mockpp;$(BCB)\include +Item2=..\mockpp\production;.\..;$(BCB)\include +Item3=..\mockpp\production;..\..\mockpp-1.8.0;$(BCB)\include +Item4=..\..\mockpp-1.8.0;$(BCB)\include +Item5=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp-1.8.0;$(BCB)\include;X:\cppunit-1.10.2\include\;..\..\cppunit-1.10\include +Item6=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item7=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item8=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item9=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item10=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item11=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item12=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include +Item13=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include +Item14=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item15=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item16=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item17=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item18=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item19=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item20=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include +Item21=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include +Item22=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include +Item23=..;$(BCB)\include +Item24=..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item25=..;$(BCB)\include;$(BCB)\include\vcl +Item26=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item27=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item28=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item29=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ [HistoryLists\hlLibraryPath] Count=18 -Item0=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item1=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp-1.8.0;$(BCB)\lib\obj;$(BCB)\lib +Item0=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp-1.8.0;$(BCB)\lib\obj;$(BCB)\lib +Item1=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib Item2=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib Item3=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib Item4=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib Index: poormock-se.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/poormock-se.bpr,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- poormock-se.bpr 6 May 2005 19:08:35 -0000 1.10 +++ poormock-se.bpr 6 May 2005 20:12:26 -0000 1.11 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="poormock-se.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item3=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item4=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item7=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item10=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item13=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item14=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item16=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item17=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item18=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item19=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item20=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item21=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item24=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item25=..\mockpp_28\tests;..\mockpp -Item26=..\mockpp -Item27=..\mockpp_28\tests;..\mockpp_28\mockpp -Item28=..\mockpp_28\mockpp -Item29=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\mockpp\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item1=..\mockpp\examples\tutorial;..\mockpp\..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item2=..\mockpp\examples\tutorial;..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item3=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item5=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item6=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item7=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item8=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item10=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item11=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item12=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item13=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item14=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item15=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item16=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item17=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item18=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item19=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item20=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item21=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item22=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item24=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item25=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item26=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item27=..\mockpp_28\tests;..\mockpp;$(BCB)/include +Item28=..\mockpp_28\tests;..\mockpp +Item29=..\mockpp [HistoryLists\hlLibraryPath] Count=19 Index: jmock_test.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/jmock_test.bpr,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- jmock_test.bpr 6 May 2005 19:08:33 -0000 1.23 +++ jmock_test.bpr 6 May 2005 20:12:24 -0000 1.24 @@ -92,7 +92,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="jmock_test.bpf"/> - <INCLUDEPATH value="..\mockpp\tests;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\tests;..\mockpp_28\tests;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wsig -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> @@ -140,36 +140,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item1=..\mockpp\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\tests;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item3=..\mockpp\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item4=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item5=mockpp\tests;mockpp\\tests;..\mockpp_28\Ctests;..\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item6=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item7=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item8=..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. -Item9=..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item10=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item11=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item12=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item13=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item14=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item15=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item16=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item17=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item18=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item19=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item20=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item21=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item22=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item23=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item24=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item25=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item26=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item27=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item28=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item29=..\mockpp_28\tests;..\mockpp +Item0=..\mockpp\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item1=..\mockpp\tests;.\..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item2=..\mockpp\tests;..\..\mockpp-1.8.0;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item3=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item4=..\mockpp\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item5=..\mockpp\tests;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item6=..\mockpp\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item7=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item8=mockpp\tests;mockpp\\tests;..\mockpp_28\Ctests;..\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item9=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item10=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item11=..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. +Item12=..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item13=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item14=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item15=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item16=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item17=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item18=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item19=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item20=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item21=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item22=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item23=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item24=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item25=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item26=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item27=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item28=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item29=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] Count=17 Index: mockpp.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpr,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- mockpp.bpr 6 May 2005 19:08:34 -0000 1.40 +++ mockpp.bpr 6 May 2005 20:12:26 -0000 1.41 @@ -62,7 +62,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp.bpf"/> - <INCLUDEPATH value="..\mockpp\matcher;..\mockpp\constraint;..\mockpp\stub;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..;..\mockpp\constraint;..\mockpp\stub;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="mockpp;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp;..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> Index: readability.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/readability.bpr,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- readability.bpr 6 May 2005 19:08:35 -0000 1.3 +++ readability.bpr 6 May 2005 20:12:27 -0000 1.4 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="readability.bpf"/> - <INCLUDEPATH value="..\mockpp\tests;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="mockpp\tests;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\tests;..\mockpp\tests;..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item1=mockpp\tests;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\tests;..\mockpp\tests;..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item3=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item4=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item5=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item6=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item7=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item9=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item10=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item14=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item16=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item17=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item18=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item19=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item20=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item21=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item22=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item24=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item25=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item26=..\mockpp_28\tests;..\mockpp -Item27=..\mockpp -Item28=..\mockpp_28\tests;..\mockpp_28\mockpp -Item29=..\mockpp_28\mockpp +Item0=..\mockpp\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item1=..\mockpp\tests;..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item2=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item3=mockpp\tests;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\tests;..\mockpp\tests;..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item5=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item6=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item7=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item8=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item10=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item11=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item12=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item13=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item14=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item15=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item16=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item17=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item18=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item19=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item20=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item21=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item22=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item24=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item25=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item26=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item27=..\mockpp_28\tests;..\mockpp;$(BCB)/include +Item28=..\mockpp_28\tests;..\mockpp +Item29=..\mockpp [HistoryLists\hlLibraryPath] Count=20 Index: cppunit.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/cppunit.bpr,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- cppunit.bpr 6 May 2005 19:08:32 -0000 1.16 +++ cppunit.bpr 6 May 2005 20:12:24 -0000 1.17 @@ -25,7 +25,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="cppunit.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\examples\tutorial;C:\Programme\Borland\CBuilder5\Projects\;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -72,36 +72,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10.2\include -Item3=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\..\cppunit-1.10.2\include -Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item5=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item6=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item7=..\mockpp_28\examples\tutorial;..\..\..\..\src;$(BCB)\include;..\..\..\cppunit.ups\include -Item8=..\mockpp_28\examples\tutorial;..\..\..;$(BCB)\include;..\..\..\cppunit.ups\include -Item9=..\mockpp_28\examples\tutorial;..\..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item10=..\..;$(BCB)\include;..\..\..\cppunit.ups\include -Item11=..;$(BCB)\include;..\..\..\cppunit.ups\include -Item12=C:\Programme\Borland\CBuilder5\Projects;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item13=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item14=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item15=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item16=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item17=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item18=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item19=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item20=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item21=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item22=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item23=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item24=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item25=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item26=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item27=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item28=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item29=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item0=..\mockpp\examples\tutorial;..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item1=..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item2=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item3=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10.2\include +Item5=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\..\cppunit-1.10.2\include +Item6=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item7=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item8=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item9=..\mockpp_28\examples\tutorial;..\..\..\..\src;$(BCB)\include;..\..\..\cppunit.ups\include +Item10=..\mockpp_28\examples\tutorial;..\..\..;$(BCB)\include;..\..\..\cppunit.ups\include +Item11=..\mockpp_28\examples\tutorial;..\..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item12=..\..;$(BCB)\include;..\..\..\cppunit.ups\include +Item13=..;$(BCB)\include;..\..\..\cppunit.ups\include +Item14=C:\Programme\Borland\CBuilder5\Projects;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item15=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item16=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item17=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item18=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item19=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item20=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item21=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item22=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item23=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item24=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item25=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item26=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item27=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item28=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item29=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include [HistoryLists\hlLibraryPath] Count=21 Index: mock_test.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpr,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- mock_test.bpr 6 May 2005 19:08:34 -0000 1.35 +++ mock_test.bpr 6 May 2005 20:12:25 -0000 1.36 @@ -63,7 +63,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mock_test.bpf"/> - <INCLUDEPATH value="..\mockpp\tests;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="..\mockpp\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include"/> <LIBPATH value="..\mockpp\tests;..\mockpp_28\tests;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> @@ -111,36 +111,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include -Item1=..\mockpp\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\tests;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item3=..\mockpp\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item4=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item5=..\tests;tests;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item6=..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item7=..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include;.. -Item8=..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item10=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item11=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item12=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item14=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item15=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item16=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item17=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item18=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item19=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item20=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item21=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)... [truncated message content] |
From: Ewald A. <ewa...@us...> - 2005-05-06 19:08:48
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3323/bcb5 Modified Files: basicmock.bpr chainmock.bpr cppunit.bpr jmock_test.bpr mock_greeter.bpr mock_test.bpr mockpp.bpr mockpp_production.bpr poormock-se.bpr poormock.bpr readability.bpr verifying.bpr visitmock.bpr Log Message: cleanup paths Index: poormock.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/poormock.bpr,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- poormock.bpr 6 May 2005 14:23:02 -0000 1.15 +++ poormock.bpr 6 May 2005 19:08:35 -0000 1.16 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="poormock.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item3=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item4=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item7=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item9=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item10=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item12=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item13=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item14=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item16=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item17=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item18=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item19=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item20=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item21=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item23=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item24=..\mockpp_28\tests;..\mockpp -Item25=..\mockpp -Item26=..\mockpp_28\tests;..\mockpp_28\mockpp -Item27=..\mockpp_28\mockpp -Item28=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item29=..\mockpp_28\tests;E:\Eigene Dateien\c++\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\mockpp\examples\tutorial;..\;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item1=..\mockpp\examples\tutorial;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include\ +Item2=..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item3=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item4=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item5=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item6=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item7=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item10=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item11=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item12=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item13=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item14=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item15=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item16=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item17=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item18=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item19=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item20=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item21=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item23=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item24=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item25=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item26=..\mockpp_28\tests;..\mockpp;$(BCB)/include +Item27=..\mockpp_28\tests;..\mockpp +Item28=..\mockpp +Item29=..\mockpp_28\tests;..\mockpp_28\mockpp [HistoryLists\hlLibraryPath] Count=19 Index: verifying.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/verifying.bpr,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- verifying.bpr 6 May 2005 14:23:02 -0000 1.12 +++ verifying.bpr 6 May 2005 19:08:35 -0000 1.13 @@ -25,7 +25,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="verifying.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..\..\mockpp-1.8.0;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -72,36 +72,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item3=..\mockpp_28\examples\tutorial;..\..\..\..\src;$(BCB)\include;..\..\..\cppunit.ups\include -Item4=..\mockpp_28\examples\tutorial;..\..\..;$(BCB)\include;..\..\..\cppunit.ups\include -Item5=..\mockpp_28\examples\tutorial;..\..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item6=..\..;$(BCB)\include;..\..\..\cppunit.ups\include -Item7=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include -Item8=..;$(BCB)\include;..\..\..\..\cppunit.ups\include -Item9=..\mockpp_28\examples\tutorial;..\examples\tutorial;..\examples;..\..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include -Item10=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item11=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item12=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item13=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item14=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item15=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item16=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item17=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item18=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item19=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item20=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item21=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item22=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item23=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item24=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item25=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item26=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item27=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item28=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item29=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item0=..;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item3=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item4=..\mockpp_28\examples\tutorial;..\..\..\..\src;$(BCB)\include;..\..\..\cppunit.ups\include +Item5=..\mockpp_28\examples\tutorial;..\..\..;$(BCB)\include;..\..\..\cppunit.ups\include +Item6=..\mockpp_28\examples\tutorial;..\..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item7=..\..;$(BCB)\include;..\..\..\cppunit.ups\include +Item8=..\mockpp_28\examples\tutorial;..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include +Item9=..;$(BCB)\include;..\..\..\..\cppunit.ups\include +Item10=..\mockpp_28\examples\tutorial;..\examples\tutorial;..\examples;..\..\..\mockpp;$(BCB)\include;..\..\..\..\cppunit.ups\include +Item11=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item12=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item13=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item14=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item15=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item16=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item17=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item18=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item19=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item20=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item21=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item22=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item23=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item24=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item25=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item26=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item27=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item28=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item29=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] Count=20 Index: mockpp_production.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp_production.bpr,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mockpp_production.bpr 6 May 2005 14:30:35 -0000 1.4 +++ mockpp_production.bpr 6 May 2005 19:08:34 -0000 1.5 @@ -25,8 +25,8 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp_production.bpf"/> - <INCLUDEPATH value="..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> - <LIBPATH value="..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib"/> + <INCLUDEPATH value="..\mockpp\production;..\..\mockpp-1.8.0;$(BCB)\include"/> + <LIBPATH value="..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp-1.8.0;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> </MACROS> @@ -73,55 +73,58 @@ Comments= [HistoryLists\hlIncludePath] -Count=29 -Item0=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item3=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item4=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item5=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item6=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item7=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item8=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item9=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item10=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item11=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item12=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include -Item14=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include -Item15=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include -Item16=..;$(BCB)\include -Item17=..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item18=..;$(BCB)\include;$(BCB)\include\vcl -Item19=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item20=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item21=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item22=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item23=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item24=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item25=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item26=..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item27=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;..\..\Expat-1.95.2\Source\lib -Item28=..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Count=30 +Item0=..\mockpp\production;..;$(BCB)\include +Item1=..\..\mockpp-1.8.0;$(BCB)\include +Item2=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp-1.8.0;$(BCB)\include;X:\cppunit-1.10.2\include\;..\..\cppunit-1.10\include +Item3=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item4=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item5=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item6=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item7=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item8=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item9=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include +Item10=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include +Item11=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item12=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item13=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include +Item14=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item15=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item16=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item17=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include +Item18=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include +Item19=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include +Item20=..;$(BCB)\include +Item21=..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item22=..;$(BCB)\include;$(BCB)\include\vcl +Item23=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item24=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item25=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item26=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item27=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item28=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl +Item29=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] -Count=16 -Item0=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item1=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib -Item2=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item3=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib -Item4=..;$(BCB)\lib\obj;$(BCB)\lib -Item5=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib -Item6=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib -Item7=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;..\mockpp_28\compat;..\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ -Item8=mockpp;..\mockpp_28\compat;..\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ -Item9=..\mockpp_28\compat;..\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ -Item10=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ -Item11=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ -Item12=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\temp -Item13=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib -Item14=..\expat;$(BCB)\lib\obj;$(BCB)\lib -Item15=..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Count=18 +Item0=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item1=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp-1.8.0;$(BCB)\lib\obj;$(BCB)\lib +Item2=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item5=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Item6=..;$(BCB)\lib\obj;$(BCB)\lib +Item7=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\lib\obj;$(BCB)\lib +Item8=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib +Item9=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;..\mockpp_28\compat;..\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ +Item10=mockpp;..\mockpp_28\compat;..\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ +Item11=..\mockpp_28\compat;..\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects\;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ +Item12=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ +Item13=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\tmp\compile\mockpp_28\ +Item14=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib;c:\temp +Item15=..\mockpp;..\expat;$(BCB)\lib\obj;$(BCB)\lib +Item16=..\expat;$(BCB)\lib\obj;$(BCB)\lib +Item17=..\mockpp;$(BCB)\lib\obj;$(BCB)\lib [HistoryLists\hlDebugSourcePath] Count=1 Index: visitmock.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/visitmock.bpr,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- visitmock.bpr 6 May 2005 14:23:02 -0000 1.15 +++ visitmock.bpr 6 May 2005 19:08:35 -0000 1.16 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="visitmock.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item3=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item4=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item7=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item9=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item10=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item12=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item13=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item14=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item16=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item17=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item18=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item19=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item20=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item21=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item23=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item24=..\mockpp_28\tests;..\mockpp -Item25=..\mockpp -Item26=..\mockpp_28\tests;..\mockpp_28\mockpp -Item27=..\mockpp_28\mockpp -Item28=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item29=..\mockpp_28\tests;E:\Eigene Dateien\c++\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item3=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item4=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item5=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item7=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item8=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item10=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item11=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item12=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item13=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item14=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item16=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item17=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item18=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item19=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item20=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item21=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item24=..\mockpp_28\tests;..\mockpp;$(BCB)/include +Item25=..\mockpp_28\tests;..\mockpp +Item26=..\mockpp +Item27=..\mockpp_28\tests;..\mockpp_28\mockpp +Item28=..\mockpp_28\mockpp +Item29=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] Count=19 Index: poormock-se.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/poormock-se.bpr,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- poormock-se.bpr 6 May 2005 14:23:02 -0000 1.9 +++ poormock-se.bpr 6 May 2005 19:08:35 -0000 1.10 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="poormock-se.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item3=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item4=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item7=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item9=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item10=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item12=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item13=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item14=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item16=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item17=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item18=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item19=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item20=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item21=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item23=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item24=..\mockpp_28\tests;..\mockpp -Item25=..\mockpp -Item26=..\mockpp_28\tests;..\mockpp_28\mockpp -Item27=..\mockpp_28\mockpp -Item28=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item29=..\mockpp_28\tests;E:\Eigene Dateien\c++\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item3=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit.ups\include +Item4=\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item5=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item7=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item8=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item10=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item11=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item12=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item13=\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item14=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item16=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item17=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item18=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item19=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item20=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item21=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item24=..\mockpp_28\tests;..\mockpp;$(BCB)/include +Item25=..\mockpp_28\tests;..\mockpp +Item26=..\mockpp +Item27=..\mockpp_28\tests;..\mockpp_28\mockpp +Item28=..\mockpp_28\mockpp +Item29=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] Count=19 Index: basicmock.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/basicmock.bpr,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- basicmock.bpr 6 May 2005 14:23:00 -0000 1.15 +++ basicmock.bpr 6 May 2005 19:08:32 -0000 1.16 @@ -26,7 +26,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="basicmock.bpf"/> - <INCLUDEPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <INCLUDEPATH value="..\mockpp\examples\tutorial;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w-par"/> </MACROS> @@ -73,36 +73,36 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item2=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item3=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item4=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include -Item5=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include -Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include -Item7=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include -Item8=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item9=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item10=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp_19\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item11=..;$(BCB)\include;X:\src\cppunit-1.8.0\include -Item12=\\SONNE\HOMES\src\mockpp_28\mockpp_19\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item13=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item14=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include -Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item16=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item17=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item18=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item19=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item20=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat -Item21=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include -Item23=..\mockpp_28\tests;..\mockpp;$(BCB)/include -Item24=..\mockpp_28\tests;..\mockpp -Item25=..\mockpp -Item26=..\mockpp_28\tests;..\mockpp_28\mockpp -Item27=..\mockpp_28\mockpp -Item28=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item29=..\mockpp_28\tests;E:\Eigene Dateien\c++\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\.;$(BCB)\include;X:\Documents\src\cppunit-1.10.2\include +Item1=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include +Item2=..\mockpp\examples\tutorial;..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item3=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include +Item4=..\mockpp_28\examples\tutorial;..\mockpp_28\examples;..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item5=..\mockpp_28\examples;..\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\cppunit\include;..\..\..\cppunit-1.8.0\include +Item6=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include;X:\src\cppunit-1.8.0\include +Item7=..\mockpp_28\tests;..;$(BCB)\include;..\..\cppunit\include +Item8=..\mockpp_28\tests;..;$(BCB)\include;B:\cvs\ups\src\3party\cppunit\include +Item9=..\mockpp_28\tests;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item10=..;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item11=..\mockpp_28\tests;\\SONNE\HOMES\src\mockpp_28\mockpp_19\mockpp_28\tests;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include +Item12=..;$(BCB)\include;X:\src\cppunit-1.8.0\include +Item13=\\SONNE\HOMES\src\mockpp_28\mockpp_19\mockpp_28\tests;..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item14=..;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item15=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include +Item16=..\..\mockpp;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item17=.. ;..\mockpp_28\tests;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ +Item18=.. ;..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include +Item19=..\mockpp_28\tests;..\expat;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item20=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item21=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;expat +Item22=..\mockpp_28\tests;..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item23=..\mockpp_28\tests;..\mockpp;$(BCB)\include +Item24=..\mockpp_28\tests;..\mockpp;$(BCB)/include +Item25=..\mockpp_28\tests;..\mockpp +Item26=..\mockpp +Item27=..\mockpp_28\tests;..\mockpp_28\mockpp +Item28=..\mockpp_28\mockpp +Item29=..\mockpp_28\tests;..\mockpp_28\mockpp;$(BCB)\include;$(BCB)\include\vcl [HistoryLists\hlLibraryPath] Count=19 Index: mockpp.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpr,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- mockpp.bpr 6 May 2005 17:34:15 -0000 1.39 +++ mockpp.bpr 6 May 2005 19:08:34 -0000 1.40 @@ -62,7 +62,7 @@ <USERDEFINES value="__DLL___;_DEBUG"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mockpp.bpf"/> - <INCLUDEPATH value="mockpp;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp;..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include"/> + <INCLUDEPATH value="..\mockpp\matcher;..\mockpp\constraint;..\mockpp\stub;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;"X:\Documents\src\cppunit-1.10.2\include\""/> <LIBPATH value="mockpp;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp;..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\..\mockpp;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> @@ -111,56 +111,57 @@ [HistoryLists\hlIncludePath] Count=30 -Item0=..\mockpp\production;..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item1=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item2=..mockpp\builder;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\constraint;\\SONNE\HOMES\Documents\src\mockpp\mockpp\mockpp\builder;..\mockpp\stub;..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item3=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\cppunit-1.10\include -Item4=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item5=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item6=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item7=..;$(BCB)\include;..\..\..\cppunit-1.10.2\include;..\..\..\cppunit-1.10\include -Item8=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\builder;..\mockpp\chaining;..\mockpp\compat;..\mockpp\util;..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..;$(BCB)\include;..\..\..\cppunit-1.10.2\include -Item9=..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item10=..\mockpp_28\matcher;..\mockpp_28\constraint;..\mockpp_28\builder;..\mockpp_28\chaining;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit.ups\include -Item11=..\mockpp;..;$(BCB)\include;..\..\..\cppunit.ups\include -Item12=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item13=..\mockpp_28\builder;..\mockpp_28\matcher;..\mockpp_28\constraint;..\builder;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\matcher;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\constraint;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\builder;..\mockpp_28\chaining;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp;\\SONNE\HOMES\Documents\src\mockpp_28\mockpp\mockpp_28\chaining;mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;..\..\..\cppunit-1.8.0\include -Item14=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include;X:\Documents\src\cppunit-1.8.0\include -Item15=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..\..\mockpp;$(BCB)\include -Item16=mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;..;$(BCB)\include -Item17=..;$(BCB)\include -Item18=..\mockpp_28\compat;..\mockpp_28\util;..\mockpp;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\compat;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp_28\util;\\SONNE\HOMES\src\mockpp_28\mockpp\mockpp;..\ulxmlrpcpp;..\..\mockpp;$(BCB)\include;$(BCB)\include\vcl -Item19=..;$(BCB)\include;$(BCB)\include\vcl -Item20=..\ulxmlrpcpp;C:\Programme\Borland\CBuilder5\Projects;\\SONNE\HOMES\src\ulxr\mockpp_28\mockpp;..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item21=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item22=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item23=..\..\mockpp;..\mockpp;..\expat;..;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include\ -Item24=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl;C:\wx2\include -Item25=..\..\mockpp;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item26=..;..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item27=..\mockpp;..\expat;$(BCB)\include;$(BCB)\include\vcl -Item28=..\mockpp;$(BCB)\include;$(BCB)\include\vcl;..\..\Expat-1.95.2\Source\lib -Item29=..\mockpp;$(BCB)\include;$(BCB)\include\vcl +Item0=..\mockpp\matcher;..\mockpp\constraint;..\mockpp\stub;..\mockpp\builder;..\mockpp;..\mockpp\chaini... [truncated message content] |