Hey, it looks like this commit clobbered cpp.testprofile and cpp.noprefetch.testprofile with locally modified config. For those who are unaware the build system will treat any file that ends in .testprofile as a profile, so you can prevent this sort of accident from happening by always copying testprofiles rather than modifying them in place. For example:

  cp cpp.testprofile mycpp.testprofile
  # modify mycpp.testprofile as desired
  ant test -Dprofile=mycpp

--Rafael

[EMAIL PROTECTED] wrote:
Author: arnaudsimon
Date: Fri Oct 17 05:51:51 2008
New Revision: 705588

URL: http://svn.apache.org/viewvc?rev=705588&view=rev
Log:
qpid-1371: added .net cc support + cc .net interop support


[snip]

    incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile
    incubator/qpid/trunk/qpid/java/cpp.testprofile

[snip]

Modified: incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile?rev=705588&r1=705587&r2=705588&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile (original)
+++ incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile Fri Oct 17 
05:51:51 2008
@@ -1,4 +1,4 @@
 broker.version=0-10
-broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t 
--load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so 
--auth no
-test.excludesfile=${project.root}/010ExcludeList-noPrefetch
-max_prefetch=0
\ No newline at end of file
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t 
--load-module 
/home/asimon/Projects/cruisecontrol/projects/bdbstore-cpp/lib/.libs/libbdbstore.so
 --auth no --no-module-dir
+max_prefetch=0
+test.excludesfile=${project.root}/010ExcludeList-noPrefetch
\ No newline at end of file

Modified: incubator/qpid/trunk/qpid/java/cpp.testprofile
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/cpp.testprofile?rev=705588&r1=705587&r2=705588&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/cpp.testprofile (original)
+++ incubator/qpid/trunk/qpid/java/cpp.testprofile Fri Oct 17 05:51:51 2008
@@ -1,3 +1,3 @@
 broker.version=0-10
-broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --auth no
-test.excludesfile=${project.root}/010ExcludeList
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t 
--load-module 
/home/asimon/Projects/cruisecontrol/projects/bdbstore-cpp/lib/.libs/libbdbstore.so
 --auth no --no-module-dir
+test.excludesfile=${project.root}/010ExcludeList-store


Reply via email to