From 995d7cb96b8d60514a8433823d9fa4866a61084f Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 17 Sep 2007 08:46:52 +0000
Subject: attempt to add extra set of nant local rules
---
.nant/local.include | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 .nant/local.include
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
new file mode 100644
index 0000000..29133da
--- /dev/null
+++ b/.nant/local.include
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
--
cgit v1.1
From 59ddae41dea3c9f7decffe888700cdd84da51e49 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 17 Sep 2007 11:25:47 +0000
Subject: the beginnings of a workable dist target
---
.nant/local.include | 31 +++++++++++++++++++++++++++----
1 file changed, 27 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 29133da..d95c729 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,7 +1,30 @@
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From b9a76267502721998cd47f31385ac41cd60582c5 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 17 Sep 2007 11:55:09 +0000
Subject: getting closer to a dist that will run
---
.nant/local.include | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index d95c729..0ba99e2 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -5,13 +5,19 @@
-
-
-
+
+
+
+
-
+
+
+
+
+
+
--
cgit v1.1
From 219d3a7e37e4eddccbe16daca6937b867bfdf699 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 17 Sep 2007 12:14:23 +0000
Subject: I think this is the last bits for a consistant pristine source build
with "nant dist" target
---
.nant/local.include | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 0ba99e2..7e1627c 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,9 +1,11 @@
-
+
+
+
@@ -13,13 +15,15 @@
-
-
-
+
+
+
+
+
--
cgit v1.1
From 5ab73ae026b9837468533535ac696d97515f72d0 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 17 Sep 2007 13:06:07 +0000
Subject: added top level README file. It would be good if people looked this
over
---
.nant/local.include | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 7e1627c..48955aa 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -6,6 +6,7 @@
+
--
cgit v1.1
From e11978d2096a790188fe6a58470063a0a4a369c5 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 07:00:07 +0000
Subject: * Committing improved bamboo.build * Incremented OpenSim version
counter to 0.5.5 (from 0.4)
---
.nant/local.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 48955aa..2580af6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,4 +1,4 @@
-
+
--
cgit v1.1
From 3bed13f76f27244b500a71afef1564fbdb3cbe25 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 08:37:47 +0000
Subject: * Moving bamboo.build
---
.nant/bamboo.build | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 .nant/bamboo.build
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
new file mode 100644
index 0000000..f819d54
--- /dev/null
+++ b/.nant/bamboo.build
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.1
From 2eb542dc59cc9f6ab04cd1caad42ae5d49f4e283 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 08:42:15 +0000
Subject: * Updated filesystem refs for bamboo.build
---
.nant/bamboo.build | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index f819d54..1eb4750 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -1,17 +1,17 @@
-
-
+
+
-
-
+
+
-
-
-
+
+
+
@@ -19,20 +19,20 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
\ No newline at end of file
--
cgit v1.1
From abce091e8dec46a02d4bc72212c41574bde20e2d Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 12:10:29 +0000
Subject: * Committing working dir fix for bamboo.build
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 1eb4750..6e98dc4 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -6,7 +6,7 @@
-
+
--
cgit v1.1
From 73d765901e2bf27dea80fb1395acc4831892d1ee Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 12:14:53 +0000
Subject: * Another bamboo fix
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 6e98dc4..9f0059e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -6,7 +6,7 @@
-
+
--
cgit v1.1
From 92e10a91b276052d1d2d35c7f7e389c93714f2de Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 30 Apr 2008 22:49:56 +0000
Subject: * Trying to fix bamboo build script so that builds.opensimulator.org
makes packages with file paths embedded in vain attempt to prevent my BF from
maiming me. :)
---
.nant/bamboo.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 9f0059e..50ecad6 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -23,12 +23,12 @@
-
+
-
+
--
cgit v1.1
From a336abe1d66a5e5120bfc5f1ab5f16004f17fe72 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 30 Apr 2008 22:58:26 +0000
Subject: * Fix attempt #2.
---
.nant/bamboo.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 50ecad6..431abf7 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -23,12 +23,12 @@
-
+
-
+
--
cgit v1.1
From b67cf72bc3978fa443dbde52da64491df20adf97 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 30 Apr 2008 23:03:54 +0000
Subject: * Fix #3
---
.nant/bamboo.build | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 431abf7..216c3e4 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -22,13 +22,13 @@
-
-
+
+
-
-
+
+
--
cgit v1.1
From 6c77aba2f882ca64c0a57a121f3d8927c0b168f5 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Thu, 1 May 2008 14:09:03 +0000
Subject: * Attempting to add NUnit testing to our Bamboo builder.
---
.nant/bamboo.build | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 216c3e4..e39200d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -21,6 +21,16 @@
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From b663c8d6d21be4c295544078825b60060681eb23 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Thu, 1 May 2008 14:14:57 +0000
Subject: * Only testing binaries with tests for the moment.
---
.nant/bamboo.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index e39200d..48ba10d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -26,7 +26,8 @@
-
+
+
--
cgit v1.1
From bdf126260592c512cc7c6da9dae27d1470e46f54 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Thu, 1 May 2008 14:23:57 +0000
Subject: * Looks like I had the bamboo build right in the first place - it was
just throwing an exception onto the console needlessly. Yay!
---
.nant/bamboo.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 48ba10d..e39200d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -26,8 +26,7 @@
-
-
+
--
cgit v1.1
From be024e1e938e8d4ebe8844e5814da5f69895fa40 Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Tue, 6 May 2008 22:14:15 +0000
Subject: Restored svn:keywords to prebuild.xml. Set svn properties script to
ignore this property from now on. Update svn properties on some other file
types. Minor formatting cleanup.
---
.nant/bamboo.build | 88 +++++++++++++++++++++++++++---------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index e39200d..c25110b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -1,48 +1,48 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 3dcc3e4798fa4535b83e9b9866909d34dad81ea3 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Thu, 15 May 2008 19:53:56 +0000
Subject: * Removing NUnit tests from CI build server temporarily while we work
out what the hell is wrong with NUnit.
---
.nant/bamboo.build | 8 --------
1 file changed, 8 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index c25110b..11cf78e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -22,14 +22,6 @@
-
-
-
-
-
-
-
-
--
cgit v1.1
From 7ed86b429a832f159f54e73f2c8948e724316cda Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Sun, 18 May 2008 23:23:39 +0000
Subject: * Committing a change to our build script to generate doxygen
documentation with each build. Thanks MikeM. (Issue#1279)
---
.nant/bamboo.build | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 11cf78e..79a9792 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -22,7 +22,7 @@
-
+
@@ -33,8 +33,19 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 67e06fa3f64faea37ab9a450ba618d321e5987ed Mon Sep 17 00:00:00 2001
From: Charles Krinke
Date: Fri, 6 Jun 2008 01:03:37 +0000
Subject: Mantis#1333. Thank you kindly, Mikem for a patch to sync online
documentation with source code every continuous build run.
---
.nant/bamboo.build | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 79a9792..5577dd9 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -39,13 +39,6 @@
-
-
-
-
-
-
-
-
+
--
cgit v1.1
From 117cc09edcc796f93cb05f98d7589b7ca5313ee8 Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Thu, 24 Jul 2008 05:23:38 +0000
Subject: Replace implicit casts from LSLFloat to int and uint which were
removed in r5487.
Also put the unit tests back for Bamboo to execute them, let's see how this
goes.
---
.nant/bamboo.build | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 5577dd9..93e9ad7 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -21,7 +21,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 1ea30711570bfb039c807e9c787ecc6303380e2a Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Thu, 24 Jul 2008 05:38:26 +0000
Subject: Unit tests still broken, remove them from Bamboo build file.
---
.nant/bamboo.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 93e9ad7..9657a13 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -23,7 +23,7 @@
-
+
--
cgit v1.1
From 7a4494b134f278765254ead477e64ce3e25a95ec Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Fri, 25 Jul 2008 00:12:54 +0000
Subject: Let's try unit tests in the automated build again.
---
.nant/bamboo.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 9657a13..93e9ad7 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -23,7 +23,7 @@
-
+
--
cgit v1.1
From 10c905988670ce94feea109ac8cd573df828ac73 Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Fri, 25 Jul 2008 01:06:20 +0000
Subject: Let's not fail if tests fail.
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 93e9ad7..6c2c8e6 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -23,7 +23,7 @@
-
+
--
cgit v1.1
From 87a3de9bf64353a70d3004ca03c7b28eb2a1231e Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Fri, 25 Jul 2008 05:25:55 +0000
Subject: Enable OdePlugin unit test in continuous build.
---
.nant/bamboo.build | 6 ++++++
1 file changed, 6 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 6c2c8e6..a4eb4ba 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -21,8 +21,13 @@
+
+
+
+
+
@@ -31,6 +36,7 @@
+
--
cgit v1.1
From ff0644a10480d718a76fd1231c904dc6800425a1 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Fri, 25 Jul 2008 05:45:08 +0000
Subject: * disclude ode unit testing until the native library issue can be
resolved.
---
.nant/bamboo.build | 1 -
1 file changed, 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index a4eb4ba..0a1daf2 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,7 +36,6 @@
-
--
cgit v1.1
From a2990d43e180367c43e5eff04832575130d957fe Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Fri, 25 Jul 2008 16:02:08 +0000
Subject: * Trying to copy a 64 bit libode.so file from home directory to the
build directory in the bamboo build process....
---
.nant/bamboo.build | 4 ++++
1 file changed, 4 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 0a1daf2..453f2ed 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -27,6 +27,10 @@
+
+
+
+
--
cgit v1.1
From 13b54ed58470655126c096a4663f87e665ed9805 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Fri, 25 Jul 2008 16:15:45 +0000
Subject: * Re-enabling ODE unit testing... This may break the bamboo build..
---
.nant/bamboo.build | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 453f2ed..c12dae1 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -40,6 +40,7 @@
+
--
cgit v1.1
From ddd2581d8c3aba0e01ccbef6d1c616415aa279cc Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Fri, 25 Jul 2008 16:26:16 +0000
Subject: * disabling ODE unit tests again.. until the dllnotfound exception
is resolved..
---
.nant/bamboo.build | 1 -
1 file changed, 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index c12dae1..453f2ed 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -40,7 +40,6 @@
-
--
cgit v1.1
From 23eaa950ab42231ed65616eafcb88026a0cf125a Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Mon, 28 Jul 2008 07:59:19 +0000
Subject: Add Shared/LSL_Types* tests to Bamboo.
---
.nant/bamboo.build | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 453f2ed..695807c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -38,6 +38,7 @@
+
--
cgit v1.1
From fb9bd7dec67ae82efc92ba969ba3b6b929790df8 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 4 Sep 2008 22:06:18 +0000
Subject: normalize naming for OpenSim.Tests.Framework.dll
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 695807c..676206c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,7 +36,7 @@
-
+
--
cgit v1.1
From d363661a7e65e2bd83d6da99230d27cb593436ed Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 4 Sep 2008 22:11:13 +0000
Subject: complete rationalization of unit tests that we currently run
---
.nant/bamboo.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 676206c..766a0ff 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -37,9 +37,9 @@
-
-
-
+
+
+
--
cgit v1.1
From 8e6062631cf56eab34252edeb0b5451a6873d37d Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 4 Sep 2008 22:24:45 +0000
Subject: create a "nant test" target to make it very simple to run the nunit
tests on the console on linux.
---
.nant/local.include | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 2580af6..5a787d4 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -27,6 +27,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From cbec2bf22bacae263879d5dff51b1b7c7b28dd66 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Sat, 6 Sep 2008 05:56:03 +0000
Subject: * minor: speculatively try a change to bamboo.build to see if this
generates nightly binaries again
---
.nant/bamboo.build | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 766a0ff..e57692c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
-
+
@@ -30,7 +30,6 @@
-
@@ -46,12 +45,12 @@
-
+
-
+
--
cgit v1.1
From 1428d7f3db3b8073d647c4940fb327ffa0d1a146 Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Sun, 7 Sep 2008 07:17:46 +0000
Subject: (Hopefully) fix making .zip and .tar.gz files with each build.
---
.nant/bamboo.build | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index e57692c..85a9b6f 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -45,13 +45,13 @@
-
-
+
+
-
-
+
+
--
cgit v1.1
From 6540b56041cd6c6d137b35422b812130761a0a34 Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Mon, 8 Sep 2008 02:21:18 +0000
Subject: Fix dll filenames in test targets.
---
.nant/bamboo.build | 8 ++++----
.nant/local.include | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 85a9b6f..8fe4c63 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -18,7 +18,7 @@
-
+
@@ -36,8 +36,8 @@
-
-
+
+
@@ -57,7 +57,7 @@
-
+
diff --git a/.nant/local.include b/.nant/local.include
index 5a787d4..7d0b690 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -33,8 +33,8 @@
-
-
+
+
--
cgit v1.1
From ce0a8d7beffccbaeb6b603a96b7729278c4c9e75 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 8 Sep 2008 20:34:45 +0000
Subject: changes to Test directory structure per opensim-dev conversation
---
.nant/bamboo.build | 8 ++++----
.nant/local.include | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 8fe4c63..fcb22b1 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -35,10 +35,10 @@
-
-
-
-
+
+
+
+
diff --git a/.nant/local.include b/.nant/local.include
index 7d0b690..0328d42 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -32,10 +32,10 @@
-
-
-
-
+
+
+
+
--
cgit v1.1
From 5913fcc8e872912f2b71831592313a0354473103 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 8 Sep 2008 21:08:01 +0000
Subject: rejigger tests out of OpenSim.Region.Environment and into
OpenSim.Region.Environment.Tests.dll
---
.nant/bamboo.build | 2 +-
.nant/local.include | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index fcb22b1..7e4a9fc 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -39,7 +39,7 @@
-
+
diff --git a/.nant/local.include b/.nant/local.include
index 0328d42..1b526e6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -36,7 +36,7 @@
-
+
--
cgit v1.1
From 1799913593f74b113322118106e8ca221310ba69 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 10 Sep 2008 17:49:37 +0000
Subject: add shell for SQLite testing. No tests yet. add another nant target
for test-xml to get the verbose version
---
.nant/local.include | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 1b526e6..1612358 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -37,11 +37,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From f97059719431c81d8526ecbfa8ed9de0700fff28 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 10 Sep 2008 17:49:41 +0000
Subject: added the first couple of sqlite tests. we'll see how bamboo handles
them.
---
.nant/bamboo.build | 2 ++
.nant/local.include | 2 ++
2 files changed, 4 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 7e4a9fc..3b2ec1a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -40,6 +40,8 @@
+
+
diff --git a/.nant/local.include b/.nant/local.include
index 1612358..df27359 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,3 +1,5 @@
+
+
--
cgit v1.1
From 1776d4d84e37f2b59fdb6dd755c25167a5d194b7 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 10 Sep 2008 18:12:02 +0000
Subject: force a clean before the build to see if this makes bamboo fail less
often.
---
.nant/bamboo.build | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 3b2ec1a..9f4e34e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -7,6 +7,7 @@
+
--
cgit v1.1
From 601be9079add8c57dc387b3adeb36e663b3574c8 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 10 Sep 2008 18:14:53 +0000
Subject: don't build doxygen docs on every build. This really slows down
bamboo and is probably better done on cron.
---
.nant/bamboo.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 9f4e34e..beef52d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -61,8 +61,10 @@
+
--
cgit v1.1
From 4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 10 Sep 2008 18:29:01 +0000
Subject: break the rsync line because bamboo doesn't accept it in the comment
field
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index beef52d..5c0f70b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -64,7 +64,7 @@
--
cgit v1.1
From 2dae0291c542aa87dac12774ce4b25df8528414c Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Thu, 11 Sep 2008 08:25:38 +0000
Subject: Add file containing output of `svn info` into .zip and .tar.gz files
found at http://builds.opensimulator.org/
---
.nant/bamboo.build | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 5c0f70b..862ff6e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -20,6 +20,7 @@
+
--
cgit v1.1
From 6238c0f33be6331e30c827f982eb71b9c4c987fd Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 11 Sep 2008 15:18:02 +0000
Subject: add doxygen target
---
.nant/local.include | 4 ++++
1 file changed, 4 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index df27359..8ebc11c 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -61,6 +61,10 @@
+
+
+
+
--
cgit v1.1
From 908f1bcbe23a92ff4e8c51013ead449fc843924a Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Tue, 23 Sep 2008 18:38:25 +0000
Subject: check in stubbing for mysql tests. This is ignored with
Assert.Ignore() for now, so it won't change anything, but I want to make sure
it doesn't break the bamboo infrastructure in it's current state.
---
.nant/bamboo.build | 1 +
.nant/local.include | 1 +
2 files changed, 2 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 862ff6e..b86e0ba 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -43,6 +43,7 @@
+
diff --git a/.nant/local.include b/.nant/local.include
index 8ebc11c..2cf22c6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -40,6 +40,7 @@
+
--
cgit v1.1
From 32a98c3f8736f4f5ee46d41a0382de2a777895a6 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Tue, 23 Sep 2008 19:23:32 +0000
Subject: remove the bamboo line to see if this fixes things
---
.nant/bamboo.build | 1 -
1 file changed, 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index b86e0ba..862ff6e 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -43,7 +43,6 @@
-
--
cgit v1.1
From e4dd526b0da64a033f2d83e023dbad41af0cf1c4 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Tue, 23 Sep 2008 21:02:58 +0000
Subject: trying to force bamboo to have a clean working tree on each go around
---
.nant/bamboo.build | 2 ++
1 file changed, 2 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 862ff6e..42d0b22 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -67,5 +67,7 @@
-->
+
+
--
cgit v1.1
From 1aab81e23594e460c3926c1c9e0ef4d24a53ff4c Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Tue, 23 Sep 2008 21:56:38 +0000
Subject: couple of minor test cleanups to see if this gets us past the bamboo
hump
---
.nant/bamboo.build | 1 -
1 file changed, 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 42d0b22..e3fbe4d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -68,6 +68,5 @@
-->
-
--
cgit v1.1
From a060b24322feb9227a18e12dc5f4b8cd5f74b888 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 24 Sep 2008 11:16:50 +0000
Subject: another try an lighting the mysql tests, to see if bamboo breaks
---
.nant/bamboo.build | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index e3fbe4d..fbe17f8 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -43,6 +43,7 @@
+
--
cgit v1.1
From 8b1edb62925f5583969fa72893b370584dac3654 Mon Sep 17 00:00:00 2001
From: Mike Mazur
Date: Wed, 24 Sep 2008 23:35:17 +0000
Subject: -remove Common.Tests from nant.local -add MySQL tests to test-xml
target in nant.local
---
.nant/local.include | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 2cf22c6..7176987 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -35,7 +35,6 @@
-
@@ -52,11 +51,11 @@
-
+
--
cgit v1.1
From f36fab7e3363dbac2dd9a2584d7610982da37f12 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Fri, 26 Sep 2008 08:35:21 +0000
Subject: * Update the bamboo build to not copy the custom libode.so out of my
home directory on the server.. as it's no longer there.
---
.nant/bamboo.build | 2 --
1 file changed, 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index fbe17f8..04b696d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -29,8 +29,6 @@
-
-
--
cgit v1.1
From a1f34090326d6d567aecb2052ec4ba0b6c4f52e2 Mon Sep 17 00:00:00 2001
From: Dr Scofield
Date: Mon, 6 Oct 2008 19:42:03 +0000
Subject: cleaning up OSHttpRequest removing old Http stuff. also adding test
case for OSHttpRequest (not very fancy yet, but still).
---
.nant/bamboo.build | 1 +
.nant/local.include | 2 ++
2 files changed, 3 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 04b696d..7c912f2 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,6 +36,7 @@
+
diff --git a/.nant/local.include b/.nant/local.include
index 7176987..fa7a9bc 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -35,6 +35,7 @@
+
@@ -51,6 +52,7 @@
+
--
cgit v1.1
From 919d907a3dc48360614c6311758d861ebf06849d Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 9 Oct 2008 16:52:33 +0000
Subject: * Create project for LindenUDP ClientStack tests * No functional
tests yet
---
.nant/local.include | 2 ++
1 file changed, 2 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index fa7a9bc..a54adf2 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -36,6 +36,7 @@
+
@@ -53,6 +54,7 @@
+
--
cgit v1.1
From 45c74316d6c7766e7d61a826a8fc07f1d3ef1488 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 9 Oct 2008 18:34:28 +0000
Subject:
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 7c912f2..0afb09a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
-
+
--
cgit v1.1
From 4c72c3542a8b08ed90b49d844bd8d4b363b5735f Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 9 Oct 2008 18:36:39 +0000
Subject: * well, apparantly we're actually 0.5.11 instead - who knew?
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 0afb09a..48ad917 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
-
+
--
cgit v1.1
From 50180984fad8aed21233a7a4301bbd0723b7f8c9 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 22 Oct 2008 17:45:43 +0000
Subject: - Inserted code coverage monocov. To run do nant test-cov. Creates
a new directory cov and exports to html files in subdirectories.
---
.nant/local.include | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index a54adf2..8963772 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -47,6 +47,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 2e8730055b87b3ad37f482d7687a34b5204cf310 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Wed, 22 Oct 2008 17:45:49 +0000
Subject: - Final fixes to the code coverage test (nant test-cov).
Observation: Monocov currently works only with mono 1.2.x, implementation
will be halted until it supports mono 2.0. Will be left in tree for future
development.
---
.nant/local.include | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 8963772..51146dc 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -48,12 +48,12 @@
-
+
-
+
@@ -64,7 +64,7 @@
-
+
@@ -75,10 +75,10 @@
-
+
-
+
@@ -86,7 +86,7 @@
-
+
@@ -97,7 +97,7 @@
-
+
@@ -108,7 +108,7 @@
-
+
@@ -119,13 +119,15 @@
-
+
+
+
--
cgit v1.1
From 0d2487d8a902aa850c8a01e5121927446c6e94a5 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 30 Oct 2008 12:55:56 +0000
Subject: - Inserted code coverage monocov. To run do nant test-cov. Creates
a new directory cov and exports to html files in subdirectories.
From: Arthur Rodrigo S Valadares
---
.nant/local.include | 3 +++
1 file changed, 3 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 51146dc..a8108d8 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -166,3 +166,6 @@
+
+
+
--
cgit v1.1
From 09d44612aaccfcca21225850f3cf142bfffc47ba Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 30 Oct 2008 13:04:58 +0000
Subject: fix nant file break
From: Sean Dague
---
.nant/local.include | 3 ---
1 file changed, 3 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index a8108d8..51146dc 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -166,6 +166,3 @@
-
-
-
--
cgit v1.1
From 66ca0ffd37448319ddb0ee8cfa4772cef19dfac3 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 10 Nov 2008 22:09:14 +0000
Subject: update autobuilder to 0.6.1
From: Sean Dague
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 48ad917..db5a85b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
-
+
--
cgit v1.1
From e0262d42351ac3be1fe43ac5af431dc8a316336f Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 20 Nov 2008 17:38:22 +0000
Subject: * See if we can make bamboo test log information more verbose
---
.nant/bamboo.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index db5a85b..8d3ab26 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -31,7 +31,7 @@
-
+
@@ -43,7 +43,6 @@
-
--
cgit v1.1
From 93977c2d4715211d97c7adfd7cf78ff711a5b7eb Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Wed, 10 Dec 2008 17:43:45 +0000
Subject: * Establish OpenSim.Framework.Communications.Tests beachhead * No
valid tests yet
---
.nant/local.include | 13 +++++++++++++
1 file changed, 13 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 51146dc..84e775d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -35,6 +35,7 @@
+
@@ -60,6 +61,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -137,6 +149,7 @@
+
--
cgit v1.1
From 6c83702f15bd05929be4c711b11b2d092145e672 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Fri, 12 Dec 2008 20:21:41 +0000
Subject: * Actually add the new user profile cache tests to the bamboo ci
build
---
.nant/bamboo.build | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 8d3ab26..0b4067b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,6 +36,7 @@
+
--
cgit v1.1
From c67bc4bf6aa800becd03af026512d1f78e483404 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 19:03:09 +0000
Subject: * attempt at adding ODEPlugin testing part duex. This may cause the
build to fail if I didn't do it properly.. crossing fingers.
---
.nant/bamboo.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 0b4067b..8c66423 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -28,7 +28,8 @@
-
+
+
@@ -44,6 +45,8 @@
+
+
--
cgit v1.1
From 31614a3625c5634c060f0d980434dc96a2679d8e Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 19:15:24 +0000
Subject: * attempt 2 for ODE Tests
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 8c66423..3581a52 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -29,7 +29,7 @@
-
+
--
cgit v1.1
From 58de1bfdf5114c1ebb5e00135ad5c88558d17e0e Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 19:25:51 +0000
Subject: * hide test for the moment.
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 3581a52..ee5ef4c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -45,7 +45,7 @@
-
+
--
cgit v1.1
From d1ee5a1db92d08e4e476909177c1fb81890b8aa8 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 20:18:18 +0000
Subject: * attempt 3 for ODEPlugin Tests
---
.nant/bamboo.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index ee5ef4c..d9b128b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -28,8 +28,10 @@
+
+
@@ -45,7 +47,7 @@
-
+
--
cgit v1.1
From 35226ee38cf77249133f098e467e7b3a16c52dd1 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 20:53:23 +0000
Subject: * Add odeplugin to the nant locals..
---
.nant/local.include | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 84e775d..d0b16a6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -43,6 +43,7 @@
+
@@ -137,9 +138,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -157,6 +171,7 @@
+
--
cgit v1.1
From 15dde1ff4af66b226adef90355462d3220ac465e Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 21:01:56 +0000
Subject: * Make build work again while working on a different strategy.
---
.nant/bamboo.build | 7 ++-----
.nant/local.include | 15 +--------------
2 files changed, 3 insertions(+), 19 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index d9b128b..3df501a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -26,9 +26,7 @@
-
-
-
+
@@ -46,8 +44,7 @@
-
-
+
diff --git a/.nant/local.include b/.nant/local.include
index d0b16a6..899bb2f 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -43,7 +43,6 @@
-
@@ -138,18 +137,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -171,7 +159,6 @@
-
--
cgit v1.1
From 6ad6b9817c73cf61214c68c34222b8614e6d299c Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 22:15:22 +0000
Subject: * Attempting to add ode tests one more time.. this time with
.config autodetection......
---
.nant/bamboo.build | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 3df501a..2e5d7a6 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -28,8 +28,8 @@
-
-
+
+
@@ -44,7 +44,9 @@
-
+
+
+
--
cgit v1.1
From fae20712a925926d562b43e79b8a383b754f77fc Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Fri, 6 Feb 2009 21:37:10 +0000
Subject: * reinstate OpenSim/Region/Framework/Scenes/Tests * should bring us
back up to 240 tests
---
.nant/bamboo.build | 19 ++++++++++---------
.nant/local.include | 13 +++++++++++++
2 files changed, 23 insertions(+), 9 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 2e5d7a6..196d04f 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,16 +36,17 @@
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/.nant/local.include b/.nant/local.include
index 899bb2f..41e0742 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -41,6 +41,7 @@
+
@@ -116,6 +117,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -157,6 +169,7 @@
+
--
cgit v1.1
From f95b8b386321be6b8fc51f3321ce1ff00395a13b Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Mon, 9 Feb 2009 15:57:53 +0000
Subject: * Reinstate tests that are now in CoreModules
---
.nant/bamboo.build | 1 +
.nant/local.include | 2 ++
2 files changed, 3 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 196d04f..c8756f8 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -42,6 +42,7 @@
+
diff --git a/.nant/local.include b/.nant/local.include
index 41e0742..d2a8c7c 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -41,6 +41,7 @@
+
@@ -168,6 +169,7 @@
+
--
cgit v1.1
From 180be7de07014aa33bc6066f12a0819b731c1c9d Mon Sep 17 00:00:00 2001
From: Dr Scofield
Date: Tue, 10 Feb 2009 13:10:57 +0000
Subject: this is step 2 of 2 of the OpenSim.Region.Environment refactor.
NOTHING has been deleted or moved off to forge at this point. what has
happened is that OpenSim.Region.Environment.Modules has been split in two:
- OpenSim.Region.CoreModules: all those modules that are either
directly or indirectly referenced from other OpenSim packages, or
that provide functionality that the OpenSim developer community
considers core functionality:
CoreModules/Agent/AssetTransaction
CoreModules/Agent/Capabilities
CoreModules/Agent/TextureDownload
CoreModules/Agent/TextureSender
CoreModules/Agent/TextureSender/Tests
CoreModules/Agent/Xfer
CoreModules/Avatar/AvatarFactory
CoreModules/Avatar/Chat/ChatModule
CoreModules/Avatar/Combat
CoreModules/Avatar/Currency/SampleMoney
CoreModules/Avatar/Dialog
CoreModules/Avatar/Friends
CoreModules/Avatar/Gestures
CoreModules/Avatar/Groups
CoreModules/Avatar/InstantMessage
CoreModules/Avatar/Inventory
CoreModules/Avatar/Inventory/Archiver
CoreModules/Avatar/Inventory/Transfer
CoreModules/Avatar/Lure
CoreModules/Avatar/ObjectCaps
CoreModules/Avatar/Profiles
CoreModules/Communications/Local
CoreModules/Communications/REST
CoreModules/Framework/EventQueue
CoreModules/Framework/InterfaceCommander
CoreModules/Hypergrid
CoreModules/InterGrid
CoreModules/Scripting/DynamicTexture
CoreModules/Scripting/EMailModules
CoreModules/Scripting/HttpRequest
CoreModules/Scripting/LoadImageURL
CoreModules/Scripting/VectorRender
CoreModules/Scripting/WorldComm
CoreModules/Scripting/XMLRPC
CoreModules/World/Archiver
CoreModules/World/Archiver/Tests
CoreModules/World/Estate
CoreModules/World/Land
CoreModules/World/Permissions
CoreModules/World/Serialiser
CoreModules/World/Sound
CoreModules/World/Sun
CoreModules/World/Terrain
CoreModules/World/Terrain/DefaultEffects
CoreModules/World/Terrain/DefaultEffects/bin
CoreModules/World/Terrain/DefaultEffects/bin/Debug
CoreModules/World/Terrain/Effects
CoreModules/World/Terrain/FileLoaders
CoreModules/World/Terrain/FloodBrushes
CoreModules/World/Terrain/PaintBrushes
CoreModules/World/Terrain/Tests
CoreModules/World/Vegetation
CoreModules/World/Wind
CoreModules/World/WorldMap
- OpenSim.Region.OptionalModules: all those modules that are not core
modules:
OptionalModules/Avatar/Chat/IRC-stuff
OptionalModules/Avatar/Concierge
OptionalModules/Avatar/Voice/AsterixVoice
OptionalModules/Avatar/Voice/SIPVoice
OptionalModules/ContentManagementSystem
OptionalModules/Grid/Interregion
OptionalModules/Python
OptionalModules/SvnSerialiser
OptionalModules/World/NPC
OptionalModules/World/TreePopulator
---
.nant/bamboo.build | 1 -
.nant/local.include | 10 ++++------
2 files changed, 4 insertions(+), 7 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index c8756f8..fa0541a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -43,7 +43,6 @@
-
diff --git a/.nant/local.include b/.nant/local.include
index d2a8c7c..8652376 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -40,7 +40,6 @@
-
@@ -110,13 +109,13 @@
-
+
-
+
-
+
-
+
@@ -170,7 +169,6 @@
-
--
cgit v1.1
From 058ec414b457f7bad2a0a8421d7d1db2f23dc69a Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 12 Feb 2009 17:02:54 +0000
Subject: * Added XEngine tests and gathered other ScriptEngine Tests together
From: Arthur Rodrigo S Valadares
---
.nant/local.include | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 8652376..839c79b 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -38,8 +38,7 @@
-
-
+
@@ -166,8 +165,7 @@
-
-
+
--
cgit v1.1
From 8e7f1279bd362a1b63d062090c6f6c1d45ba34cc Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 12 Feb 2009 18:23:05 +0000
Subject: * Forgot to fix bamboo.build for the new ScriptEngine Tests
From: Arthur Rodrigo S Valadares
---
.nant/bamboo.build | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index fa0541a..31ff2fe 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -39,9 +39,7 @@
-
-
-
+
--
cgit v1.1
From 756d49d3db7e7fd0853c56231845a16f813d228c Mon Sep 17 00:00:00 2001
From: Dahlia Trimble
Date: Tue, 24 Feb 2009 06:23:28 +0000
Subject: update version number for bamboo zip file output
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 31ff2fe..5f0f35d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
-
+
--
cgit v1.1
From 6d48c2422e6ac938f53d7fa5da518621ddb85f02 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 30 Mar 2009 18:49:01 +0000
Subject: set MONO_THREADS_PER_CPU for the test runs, see if this makes the
breaks happen less randomly.
---
.nant/bamboo.build | 1 +
.nant/local.include | 1 +
2 files changed, 2 insertions(+)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 5f0f35d..f37c199 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -1,5 +1,6 @@
+
diff --git a/.nant/local.include b/.nant/local.include
index 839c79b..58285bb 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -30,6 +30,7 @@
+
--
cgit v1.1
From 5e36a232025df54b6956d336f5b764366e8e2125 Mon Sep 17 00:00:00 2001
From: Homer Horwitz
Date: Sun, 5 Apr 2009 18:24:49 +0000
Subject: Update bamboo build to 0.6.4
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index f37c199..a0614ac 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -6,7 +6,7 @@
-
+
--
cgit v1.1
From cf18eae9f2405c5fb82a4e0055d1f5634f8bf62d Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 13 Apr 2009 22:29:26 +0000
Subject: comment out ode tests for now, as I can't get these to run manually
on the opensim box.
---
.nant/bamboo.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index a0614ac..6cb238a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -45,7 +45,7 @@
-
+
--
cgit v1.1
From 04846bf919424585e4202e99b4ccb7523641c8ba Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 13 Apr 2009 22:54:59 +0000
Subject: don't build the snapshot builds, if you want experimental, you need
to know how to use a compiler.
---
.nant/bamboo.build | 14 --------------
1 file changed, 14 deletions(-)
(limited to '.nant')
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 6cb238a..3280dd0 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -52,20 +52,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.1
From 441518bad6e78191a79ff2680789a351ef83cd33 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 31 Aug 2009 17:44:52 -0400
Subject: change the way the unit tests are run in the hopes of greater
stability
---
.nant/local.include | 93 ++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 77 insertions(+), 16 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 58285bb..c4b75f2 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -156,25 +156,86 @@
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 1bc430ca869f51e641fd3c34b5e0100c15c3afb0 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 31 Aug 2009 17:54:51 -0400
Subject: add some fail detection to the new test-xml target
---
.nant/local.include | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index c4b75f2..1e1c030 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -172,41 +172,51 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From cc30fce49f212bea86335d0f6adec2f49e1809bb Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 31 Aug 2009 20:15:20 -0400
Subject: change regular test target to use nunit exec mode detect if you have
nunit-console2 or nunit-console and use the appropriate one
---
.nant/local.include | 109 ++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 81 insertions(+), 28 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 1e1c030..eaccfdd 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,6 +1,7 @@
-
+
+
@@ -29,24 +30,56 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -156,53 +189,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
--
cgit v1.1
From 7e9b12ac807510536baa4e86427db25c261ded53 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 31 Aug 2009 20:26:16 -0400
Subject: change the nunit detection code
---
.nant/local.include | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index eaccfdd..510bdc6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -195,15 +195,10 @@
-
-
-
-
+ if="${int::parse(hasnunit2)==1}" />
--
cgit v1.1
From 64fa23df7c1ab196ec1b901839e71837403b29ce Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Thu, 3 Sep 2009 19:41:38 +0100
Subject: If a test dll fails, stop immediately rather than trying all the
other test dlls This is very useful behaviour if debugging test failures
otherwise it's hard to pick out the test output Also, some minor method
shuffling in the iar module
---
.nant/local.include | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 510bdc6..6ad893a 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -37,48 +37,47 @@
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
--
cgit v1.1
From 9bd0106333771f084ce2774dac8e264d0d91f772 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Thu, 3 Sep 2009 14:55:54 -0400
Subject: some more tooling around on nant / nunit to make it a bit cleaner
---
.nant/local.include | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 6ad893a..58d1ad1 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -34,50 +34,55 @@
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From d810ad9e91930a152266aa92ed77a3a9d492ade4 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 4 Sep 2009 18:51:25 +0100
Subject: If a test dll fails when manually run, stop immediately rather than
trying all the other test dlls
---
.nant/local.include | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 58d1ad1..5401829 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -41,48 +41,47 @@
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
--
cgit v1.1
From 4c560df8acbf374c73e5ccb882a6fd0a92cdf490 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 4 Sep 2009 19:22:09 +0100
Subject: If running tests manually, fail immediately on error
---
.nant/local.include | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 5401829..8c72c80 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -38,47 +38,47 @@
the assembly here as an exec, and you add the fail clause later.
This lets all the unit tests run and tells you if they fail at the
end, instead of stopping short -->
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
--
cgit v1.1
From 40cf840df26e66fca8ab81d602fd67ff1d2a6afa Mon Sep 17 00:00:00 2001
From: dr scofield (aka dirk husemann)
Date: Thu, 1 Oct 2009 09:47:45 +0200
Subject: adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)
---
.nant/local.include | 5 +++++
1 file changed, 5 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 8c72c80..8e233d0 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -53,6 +53,11 @@
+
+
+
+
+
--
cgit v1.1
From 133a4a9906e55b20ff8780ebe5f59df87d5523ee Mon Sep 17 00:00:00 2001
From: dr scofield (aka dirk husemann)
Date: Thu, 1 Oct 2009 15:03:16 +0200
Subject: - adding new LandDataSerializer testcase to "test-xml" target as well
- adding another LandDataSerializer testcase
---
.nant/local.include | 5 +++++
1 file changed, 5 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 8e233d0..f78c6a6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -228,6 +228,11 @@
+
+
+
+
+
--
cgit v1.1
From bec4d0c564a0ed421a021d1446f2851a07517381 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 9 Oct 2009 16:54:50 +0100
Subject: fix test suite (and hopefully the panda build) by commenting out
LindenUDP.Tests.dll references
---
.nant/local.include | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index f78c6a6..266864b 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -58,10 +58,12 @@
+
@@ -115,16 +117,18 @@
+
@@ -238,10 +242,12 @@
+
--
cgit v1.1
From 16a9a2604bbb258de9b2c3589d1551a357704204 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 9 Oct 2009 18:19:51 +0100
Subject: Remove another lindenudp tests reference. Maybe this will make panda
happy
---
.nant/local.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 266864b..5e02665 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -277,7 +277,7 @@
-
+
--
cgit v1.1
From 1c68ad2bba43b87e204cf6eafb7f0a31d3272c01 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 3 Mar 2010 17:50:05 +0000
Subject: remove references to OpenSim.Framework.Commuications.Tests.dll since
all relevant test code has been obsoleted this allows the tests to pass on my
local system
---
.nant/local.include | 22 ----------------------
1 file changed, 22 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 5e02665..c611bd2 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -43,11 +43,6 @@
-
-
-
-
-
@@ -106,17 +101,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.1
From 5dd75931792149d81d410e64722575c33805e885 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 3 Mar 2010 23:05:48 +0000
Subject: remove a final trace of the old framework.communications.tests This
might make panda pass again!
---
.nant/local.include | 1 -
1 file changed, 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index c611bd2..29674ab 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -254,7 +254,6 @@
-
--
cgit v1.1
From a3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 5 Mar 2010 22:38:03 +0000
Subject: automatically delete %temp% directory after running tests this
prevents a huge cruft buildup
---
.nant/local.include | 2 ++
1 file changed, 2 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 29674ab..114c12d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -85,6 +85,8 @@
+
+
--
cgit v1.1
From 9d747cb53b7b19933fd32e4e727dd3a2e633f449 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 26 Mar 2010 19:33:19 +0000
Subject: comment out very probably unused dist and distdir nant targets
---
.nant/local.include | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 114c12d..3da7c1c 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -1,8 +1,23 @@
-
+
+
@@ -296,17 +312,3 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.1
From bcac984f5d7d57db46a7459dc238481929d22a3e Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 26 Mar 2010 19:56:53 +0000
Subject: fix nant related build break
---
.nant/local.include | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 3da7c1c..0f3b9cd 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -36,10 +36,9 @@
-
-
+
--
cgit v1.1
From fd53deb6fc55845067b5adcd05f23acaccf56868 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 26 Mar 2010 20:47:26 +0000
Subject: add nant distbin target this will delete all extraneous source code
files and copy OpenSim.ini.example to OpenSim.ini
---
.nant/local.include | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 0f3b9cd..2591aba 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -2,6 +2,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From df2f69f295a16a0e3de510de566d8bb607c9664d Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey
Date: Sat, 15 May 2010 02:07:07 +0100
Subject: Make "nant distbin" remove BUILDING.txt
---
.nant/local.include | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index b78b3ef..97353e0 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -20,6 +20,7 @@
+
--
cgit v1.1
From d53057c2c7dfc7762fec99144289edf472e05bc6 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 28 May 2010 16:26:14 +0100
Subject: hopefully get "nant test" passing again by replacing
data.sqlite/mysql references in .nant/local.include with
OpenSim.Data.Tests.dll
---
.nant/local.include | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 97353e0..0b6f9fe 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -127,15 +127,10 @@
-
-
+
+
-
-
-
-
-
-
+
@@ -297,14 +292,9 @@
-
-
-
-
-
-
-
-
+
+
+
@@ -313,8 +303,7 @@
-
-
+
--
cgit v1.1
From 2f6fa373eff4b2cb74788c78d10018af6e9f11aa Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 23 Jul 2010 22:36:03 +0100
Subject: in nant distbin, specifically only delete Regions.ini instead of the
entire Regions directory
---
.nant/local.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 0b6f9fe..8e4bc4d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -29,7 +29,7 @@
-
+
--
cgit v1.1
From 1a03a0b281d343ce5b962c3a85b4b709b1277896 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 23 Jul 2010 23:12:30 +0100
Subject: remove compile.bat from a created binary distribution
---
.nant/local.include | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 8e4bc4d..0279f25 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -20,6 +20,7 @@
+
--
cgit v1.1
From fcc83f2305f6da6fc93b6f94ef7dbd4a1737568a Mon Sep 17 00:00:00 2001
From: Marck
Date: Wed, 11 Aug 2010 16:31:26 +0200
Subject: Unit test for ConfigurationLoader.
Adds a new test assembly for OpenSim.
---
.nant/local.include | 11 +++++++++++
1 file changed, 11 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 0279f25..97c0c0f 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -91,6 +91,11 @@
the assembly here as an exec, and you add the fail clause later.
This lets all the unit tests run and tells you if they fail at the
end, instead of stopping short -->
+
+
+
+
+
@@ -256,6 +261,11 @@
+
+
+
+
+
@@ -298,6 +308,7 @@
+
--
cgit v1.1
From 5f8c6604896fc6398aee9308483b8ca886370c0a Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Tue, 14 Dec 2010 23:58:39 +0000
Subject: add new optionalmodules test dll to panda test run (and nant test
command)
---
.nant/local.include | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 97c0c0f..03dc1b9 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -128,6 +128,11 @@
+
+
+
+
+
@@ -201,6 +206,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -298,6 +314,11 @@
+
+
+
+
+
@@ -314,6 +335,7 @@
+
@@ -338,6 +360,7 @@
+
--
cgit v1.1
From 6b135ee371a0a78e299357b1c7086c2949059991 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 15 Dec 2010 00:14:43 +0000
Subject: fix mistake in last change of local.include
---
.nant/local.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 03dc1b9..b11c1e5 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -315,7 +315,7 @@
-
+
--
cgit v1.1
From def74404f1ea6b2a0f479c602fd67bcfced41426 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 24 Sep 2011 00:18:32 +0100
Subject: make distribution creating code to copy FlotsamCache.ini.example to
FlotsamCache.ini
---
.nant/local.include | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index b11c1e5..e5efb67 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -8,6 +8,7 @@
+
--
cgit v1.1
From e28e2d24c714c3fba1cba60097986a1c1c28c6c0 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Mon, 24 Oct 2011 22:23:41 +0100
Subject: Add new EventQueueTests with basic test to check that adding a client
registers an http poll
---
.nant/local.include | 5 +++++
1 file changed, 5 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index e5efb67..40224f9 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -112,6 +112,11 @@
+
+
+
+
+
--
cgit v1.1
From ee4c4e5058cd6a01f45aedf13459e677a4dd001f Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Tue, 25 Oct 2011 21:03:41 +0100
Subject: Add new LindenCaps test dll to panda run as well as "nant test"
---
.nant/local.include | 5 +++++
1 file changed, 5 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 955c2e5..698af3f 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -303,6 +303,11 @@
+
+
+
+
+
--
cgit v1.1
From 319507f5215f5705cbe80d0c468da15ffe778829 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Mon, 5 Dec 2011 21:04:17 +0000
Subject: Add test for not found response from GetTexture cap handler.
Add OpenSim.Region.Capabilities.Handlers.Tests.dll into test suite
---
.nant/local.include | 11 +++++++++++
1 file changed, 11 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 698af3f..94f510f 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -149,6 +149,11 @@
+
+
+
+
+
@@ -338,6 +343,11 @@
+
+
+
+
+
@@ -347,6 +357,7 @@
+
--
cgit v1.1
From 14e407aff304a176bb5bd8bbca061ad0960f3fc1 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Thu, 8 Dec 2011 20:55:38 +0000
Subject: Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test
suite
---
.nant/local.include | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 94f510f..a9ba17d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -117,12 +117,10 @@
-
@@ -351,7 +349,7 @@
-
+
--
cgit v1.1
From 82ad9d4e04867b23b4c824c4eca7402bf476f0b7 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Mon, 16 Jan 2012 22:58:58 +0000
Subject: Remove monocov and other obsolete nant build targets.
monocov was a code coverage attempt 3 years ago which no longer works.
other removed targets have been commented out or unused for a very long time
---
.nant/local.include | 186 ----------------------------------------------------
1 file changed, 186 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index a9ba17d..0c23e50 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -38,52 +38,8 @@
-
-
-
-
@@ -153,116 +109,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -275,15 +121,12 @@
if="${int::parse(hasnunit2)==0}" />
-
-
-
@@ -356,36 +199,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.1
From f3780b9eaeae8834c49f6e2f6045ef922916924d Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Tue, 31 Jan 2012 19:56:37 +0000
Subject: Add torture tests to test adding 10,000, 100,000 and 200,000 single
prim scene objects.
These can be run using the "nant torture" target. They are not part of "nant test" due to their long-run future nature.
Such tests are designed to do some testing of extreme situations and give some feedback on memory usage, etc.
However, data can be inconsistent due to different machine circumstances and virtual machine actions.
This area is under development.
---
.nant/local.include | 11 +++++++++++
1 file changed, 11 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 0c23e50..4fa3e4d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -111,6 +111,17 @@
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From f9066e7d8657204b575c4d3c31151d6814991e0a Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 25 Feb 2012 00:36:28 +0000
Subject: Establish a distsrc nant target for producing the source
distribution.
This is in addition to the distbin target. The distbin target now needs distsrc to be run first.
Still needs some extra tweaking that I shall eventually put in as sed invocations or similar.
---
.nant/local.include | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 4fa3e4d..7d16810 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -2,13 +2,19 @@
-
-
-
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From 1e95b01f13044703c6737a0aee84ae3ac998534c Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 29 Feb 2012 21:51:46 +0000
Subject: Extend distsrc target to cleanup the files generated by running
prebuild
---
.nant/local.include | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 7d16810..6d3e972 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -8,6 +8,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1
From ec726413ddcd8632efb2603b968554647419708d Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 29 Aug 2012 23:04:00 +0100
Subject: Add VectorRenderModuleStressTests that contains a long running test
that generates thousands of vector textures concurrently.
Intended for use if there are future issues with mono crashes whilst generate dynamic textures.
This test is triggered via a new test-stress nant target.
Not run by default.
---
.nant/local.include | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 6d3e972..181c875 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -135,6 +135,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -142,7 +153,7 @@
-
+
--
cgit v1.1
From adce58b33a39c9456468f6d25834a8a7bded5adf Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 29 Aug 2012 23:19:21 +0100
Subject: Renaming existing 'torture' tests to 'performance' tests instead,
since this better matches what they really do.
nant target name changes to test-perf instead of torture, to match test-stress
still not run by default
---
.nant/local.include | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 181c875..35f0058 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -146,14 +146,14 @@
-
+
-
-
+
+
-
+
--
cgit v1.1
From e25c51330a3d0009f4308bf45cf057e216c17ba9 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 17 Nov 2012 00:12:25 +0000
Subject: Add basic XInventoryServicesTests.TestAddItem() regression test.
---
.nant/local.include | 11 +++++++++++
1 file changed, 11 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 35f0058..9c9aa28 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -132,6 +132,11 @@
+
+
+
+
+
@@ -235,6 +240,11 @@
+
+
+
+
+
@@ -245,6 +255,7 @@
+
--
cgit v1.1
From bac8ac32dae4049e84f74d276bb5ce83a2a512ac Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 21 Nov 2012 23:42:34 +0000
Subject: Add regression test for a good request made to the asset service post
handler.
Adds new OpenSim.Server.Handlers.Tests.dll to test suite
---
.nant/local.include | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 9c9aa28..5185717 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -132,6 +132,11 @@
+
+
+
+
+
@@ -240,6 +245,11 @@
+
+
+
+
+
--
cgit v1.1
From 1945f0023a657ec083afb3f4e10077cdcf522d0f Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Thu, 3 Jan 2013 00:09:40 +0000
Subject: Change nant distbin target to also remove ThirdParty/ source code
when making binary distribution
---
.nant/local.include | 1 +
1 file changed, 1 insertion(+)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 5185717..2339ce8 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -43,6 +43,7 @@
+
--
cgit v1.1
From 5265415011ad2a780ea347dbe0f7f6cae3902404 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 4 Jan 2013 22:13:21 +0000
Subject: minor: Rename BUILDING.txt to BUILDING.md in distbin distribution
nant target
---
.nant/local.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 2339ce8..c207944 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -47,7 +47,7 @@
-
+
--
cgit v1.1