Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorJeroen Janssen <jeroen@mono-cvs.ximian.com>2002-12-11 01:08:36 +0300
committerJeroen Janssen <jeroen@mono-cvs.ximian.com>2002-12-11 01:08:36 +0300
commitdeafc750cf306d4b6ba1298318aea6f423f5a26f (patch)
tree90988e6bdfed7f3dc69259fe2796c92f6fe6fa13 /mcs
parenta91a4d1e895ecf98378340f6f7b628e793c9bc4b (diff)
2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
* updated .build file(s) to correctly contain required buildfile attribute for nant svn path=/trunk/mcs/; revision=9543
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Accessibility/Accessibility.build4
-rw-r--r--mcs/class/Accessibility/ChangeLog3
-rw-r--r--mcs/class/ChangeLog5
-rw-r--r--mcs/class/System.Configuration.Install/ChangeLog5
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install.build2
-rw-r--r--mcs/class/System.XML/ChangeLog5
-rw-r--r--mcs/class/System.XML/System.XML.build2
-rw-r--r--mcs/class/System/ChangeLog5
-rw-r--r--mcs/class/System/System.build2
-rw-r--r--mcs/class/corlib/ChangeLog5
-rw-r--r--mcs/class/corlib/corlib.build2
-rw-r--r--mcs/class/library.build62
12 files changed, 75 insertions, 27 deletions
diff --git a/mcs/class/Accessibility/Accessibility.build b/mcs/class/Accessibility/Accessibility.build
index 5613e1abe0f..4feba5e7a9d 100644
--- a/mcs/class/Accessibility/Accessibility.build
+++ b/mcs/class/Accessibility/Accessibility.build
@@ -22,7 +22,9 @@
</sources>
</csc>
<copy file="../lib/Accessibility.dll" tofile="Test/Accessibility.dll"/>
- <nant basedir="Test" target="build"/>
+<!-- TODO: missing tests & buildfile
+ <nant basedir="Test" target="build"/>
+-->
</target>
<target name="test" depends="build">
diff --git a/mcs/class/Accessibility/ChangeLog b/mcs/class/Accessibility/ChangeLog
index e69de29bb2d..195cb348b2b 100644
--- a/mcs/class/Accessibility/ChangeLog
+++ b/mcs/class/Accessibility/ChangeLog
@@ -0,0 +1,3 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file to correctly build with Nant
diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog
index 0bd91aab832..aa661a2db29 100644
--- a/mcs/class/ChangeLog
+++ b/mcs/class/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file(s) to correctly contain required buildfile
+ attribute for nant
+
2002-12-09 Daniel Morgan <danmorg@sc.rr.com>
* library.build: add Mono.GetOptions to windows build
diff --git a/mcs/class/System.Configuration.Install/ChangeLog b/mcs/class/System.Configuration.Install/ChangeLog
index 0076c76aab6..1404b40064a 100644
--- a/mcs/class/System.Configuration.Install/ChangeLog
+++ b/mcs/class/System.Configuration.Install/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file(s) to correctly contain required buildfile
+ attribute for nant
+
2002-12-01 Alejandro Sánchez Acosta <raciel@es.gnu.org>
* list.unix: Changed
diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install.build b/mcs/class/System.Configuration.Install/System.Configuration.Install.build
index 2369da3e3af..7ebb169a1bd 100644
--- a/mcs/class/System.Configuration.Install/System.Configuration.Install.build
+++ b/mcs/class/System.Configuration.Install/System.Configuration.Install.build
@@ -20,7 +20,7 @@
</sources>
</csc>
<copy file="../lib/System.Configuration.Install.dll" tofile="Test/System.Configuration.Install.dll"/>
- <nant basedir="Test" target="build"/>
+ <nant basedir="Test" target="build" buildfile="Test/System.Configuration.Install_test.build"/>
</target>
<target name="test" depends="build">
diff --git a/mcs/class/System.XML/ChangeLog b/mcs/class/System.XML/ChangeLog
index b7666a9b479..62875eab622 100644
--- a/mcs/class/System.XML/ChangeLog
+++ b/mcs/class/System.XML/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file(s) to correctly contain required buildfile
+ attribute for nant
+
2002-10-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* makefile.gnu: added test target.
diff --git a/mcs/class/System.XML/System.XML.build b/mcs/class/System.XML/System.XML.build
index cee6b79d8b9..0b078122db3 100644
--- a/mcs/class/System.XML/System.XML.build
+++ b/mcs/class/System.XML/System.XML.build
@@ -20,7 +20,7 @@
</sources>
</csc>
<copy file="../lib/System.Xml.dll" tofile="Test/System.XML.dll"/>
- <nant basedir="Test" target="build"/>
+ <nant basedir="Test" target="build" buildfile="Test/System.XML_test.build"/>
</target>
<target name="test" depends="build">
diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog
index 83f4d16e64d..91e09149566 100644
--- a/mcs/class/System/ChangeLog
+++ b/mcs/class/System/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file(s) to correctly contain required buildfile
+ attribute for nant
+
2002-12-07 Jackson Harper <jackson@latitudegeo.com>
* list list.unix: Put CSharpCodeGenerator.cs back in build
diff --git a/mcs/class/System/System.build b/mcs/class/System/System.build
index 2473c69866e..5d5a42bf25c 100644
--- a/mcs/class/System/System.build
+++ b/mcs/class/System/System.build
@@ -26,7 +26,7 @@
</sources>
</csc>
<copy file="../lib/System.dll" tofile="Test/System.dll"/>
- <nant basedir="Test" target="build"/>
+ <nant basedir="Test" target="build" buildfile="Test/System_test.build"/>
</target>
<target name="test" depends="build">
diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog
index fd213a35695..cd8b5b83640 100644
--- a/mcs/class/corlib/ChangeLog
+++ b/mcs/class/corlib/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file(s) to correctly contain required buildfile
+ attribute for nant
+
2002-11-17 Sebastien Pouliot <spouliot@videotron.ca>
* unix.args: added missing files from System.Security.Cryptography
diff --git a/mcs/class/corlib/corlib.build b/mcs/class/corlib/corlib.build
index 798f4693ff4..801b81277b8 100644
--- a/mcs/class/corlib/corlib.build
+++ b/mcs/class/corlib/corlib.build
@@ -113,7 +113,7 @@
<excludes name="System.Security.Permissions/SecurityPermissionAttribute.cs"/>
</sources>
</csc>
- <nant basedir="Test" target="build"/>
+ <nant basedir="Test" target="build" buildfile="Test/corlib_test.build"/>
</target>
<target name="mcs-build">
diff --git a/mcs/class/library.build b/mcs/class/library.build
index 9de22d1ad70..041010a86f7 100644
--- a/mcs/class/library.build
+++ b/mcs/class/library.build
@@ -8,28 +8,46 @@
<property name="debug" value="false"/>
<target name="build">
- <nant basedir="corlib" target="build"/>
- <nant basedir="Cscompmgd" target="build"/>
- <nant basedir="I18N" target="build"/>
- <nant basedir="System" target="build"/>
- <nant basedir="System.Drawing" target="build"/>
- <nant basedir="System.EnterpriseServices" target="build"/>
- <nant basedir="System.XML" target="build"/>
- <nant basedir="Mono.Data.Tds" target="build"/>
- <nant basedir="System.Data" target="build"/>
- <nant basedir="Mono.Data.MySql" target="build"/>
- <nant basedir="Mono.Data.PostgreSqlClient" target="build"/>
- <nant basedir="Mono.Data.SqliteClient" target="build"/>
- <nant basedir="Mono.Data.SybaseClient" target="build"/>
- <nant basedir="Mono.Data.TdsClient" target="build"/>
- <nant basedir="System.Web" target="build"/>
- <nant basedir="System.Web.Services" target="build"/>
- <nant basedir="Mono.GetOptions" target="build"/>
- <nant basedir="Microsoft.VisualBasic" target="build"/>
- <nant basedir="System.Configuration.Install" target="build"/>
- <nant basedir="System.Runtime.Remoting" target="build"/>
- <nant basedir="System.Runtime.Serialization.Formatters.Soap" target="build"/>
- <nant basedir="Mono.PEToolkit" target="build"/>
+ <nant basedir="Accessibility" target="build" buildfile="Accessibility/Accessibility.build"/>
+ <nant basedir="corlib" target="build" buildfile="corlib/corlib.build"/>
+ <nant basedir="Cscompmgd" target="build" buildfile="Cscompmgd/Cscompmgd.build"/>
+ <nant basedir="I18N" target="build" buildfile="I18N/I18N.build"/>
+ <nant basedir="Microsoft.VisualBasic" target="build" buildfile="Microsoft.VisualBasic/Microsoft.VisualBasic.build"/>
+ <nant basedir="Mono.CSharp.Debugger" target="build" buildfile="Mono.CSharp.Debugger/Mono.CSharp.Debugger.build"/>
+ <nant basedir="Mono.Data" target="build" buildfile="Mono.Data/Mono.Data.build"/>
+
+ <!-- TODO: Mono.Data.SybaseClient depends on Mono.Data.Tds -->
+ <nant basedir="Mono.Data.Tds" target="build" buildfile="Mono.Data.Tds/Mono.Data.Tds.build"/>
+
+ <!-- TODO: Mono.Data.* depends on System.Data -->
+ <nant basedir="System.Data" target="build" buildfile="System.Data/System.Data.build"/>
+ <nant basedir="Mono.Data.MySql" target="build" buildfile="Mono.Data.MySql/Mono.Data.MySql.build"/>
+ <nant basedir="Mono.Data.PostgreSqlClient" target="build" buildfile="Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient.build"/>
+ <nant basedir="Mono.Data.SqliteClient" target="build" buildfile="Mono.Data.SqliteClient/Mono.Data.SqliteClient.build"/>
+ <nant basedir="Mono.Data.SybaseClient" target="build" buildfile="Mono.Data.SybaseClient/Mono.Data.SybaseClient.build"/>
+
+ <nant basedir="Mono.Data.TdsClient" target="build" buildfile="Mono.Data.TdsClient/Mono.Data.TdsClient.build"/>
+ <!-- TODO: LDAP doesn't compile with csc yet
+ <nant basedir="Mono.Directory.LDAP" target="build" buildfile="Mono.Directory.LDAP/Mono.Directory.LDAP.build"/>
+ -->
+ <nant basedir="Mono.GetOptions" target="build" buildfile="Mono.GetOptions/Mono.GetOptions.build"/>
+ <nant basedir="Mono.PEToolkit" target="build" buildfile="Mono.PEToolkit/PEToolkit.build"/>
+ <nant basedir="System" target="build" buildfile="System/System.build"/>
+ <nant basedir="System.Configuration.Install" target="build" buildfile="System.Configuration.Install/System.Configuration.Install.build"/>
+ <nant basedir="System.Data.OracleClient" target="build" buildfile="System.Data.OracleClient/System.Data.OracleClient.build"/>
+ <!-- TODO: System.Design doesn't build yet on csc
+ <nant basedir="System.Design" target="build" buildfile="System.Design/System.Design.build"/>
+ -->
+ <nant basedir="System.Drawing" target="build" buildfile="System.Drawing/System.Drawing.build"/>
+ <nant basedir="System.EnterpriseServices" target="build" buildfile="System.EnterpriseServices/System.EnterpriseServices.build"/>
+ <nant basedir="System.Runtime.Remoting" target="build" buildfile="System.Runtime.Remoting/System.Runtime.Remoting.build"/>
+ <nant basedir="System.Runtime.Serialization.Formatters.Soap" target="build" buildfile="System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.build"/>
+ <nant basedir="System.Security" target="build" buildfile="System.Security/System.Security.build"/>
+ <nant basedir="System.ServiceProcess" target="build" buildfile="System.ServiceProcess/System.ServiceProcess.build"/>
+ <nant basedir="System.Web" target="build" buildfile="System.Web/System.Web.build"/>
+ <nant basedir="System.Web.Services" target="build" buildfile="System.Web.Services/System.Web.Services.build"/>
+ <nant basedir="System.Windows.Forms" target="build" buildfile="System.Windows.Forms/System.Windows.Forms.build"/>
+ <nant basedir="System.XML" target="build" buildfile="System.XML/System.XML.build"/>
</target>
<target name="test">