cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-12-03 Thread bodewig
bodewig 2003/12/03 02:32:57 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: mono 0.29 on MacOS X works just fine Revision ChangesPath 1.18 +0 -5 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-28 Thread Stefan Bodewig
On Fri, 24 Oct 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > I guess there has to be an ilasm on the system, Yes, and it doesn't like the /(no)listing argument, it doesn't support /quiet either. > we could patch the search to look for ilasm.exe only. There also is an ilasm.exe on Linux, so

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-24 Thread Steve Loughran
Stefan Bodewig wrote: On 24 Oct 2003, <[EMAIL PROTECTED]> wrote: Needs testing on mono! [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.DotnetTest [junit] Tests run: 9, Failures: 0, Errors: 2, Time elapsed: 11,001 sec [junit] Testcase: testCSC took 2,972 sec [junit] Tes

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-24 Thread Stefan Bodewig
On 24 Oct 2003, <[EMAIL PROTECTED]> wrote: > Needs testing on mono! [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.DotnetTest [junit] Tests run: 9, Failures: 0, Errors: 2, Time elapsed: 11,001 sec [junit] Testcase: testCSC took 2,972 sec [junit] Testcase: testCSCintr

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-24 Thread stevel
stevel 2003/10/23 22:54:23 Modified:src/testcases/org/apache/tools/ant/taskdefs/optional Tag: ANT_16_BRANCH DotnetTest.java src/main/org/apache/tools/ant/taskdefs/optional/dotnet Tag: ANT_16_BRANCH DotnetCompile.java JSharp.

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-24 Thread stevel
stevel 2003/10/23 22:52:55 Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet JSharp.java NetCommand.java src/etc/testcases/taskdefs/optional dotnet.xml Log: fix for bug#19630; no handling large files. Needs testing on mono! R

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-06 Thread Steve Loughran
Stefan Bodewig wrote: On 6 Oct 2003, <[EMAIL PROTECTED]> wrote: Mono 0.28 on MacOS X comes with a JIT but fails miserably, disable it The usual "./configure; make; make install" incantation worked on my Mac for Mono 0.28 this time. All tests pass with Mono 0.28 on my Linux as well as on my Ma

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-06 Thread Stefan Bodewig
On 6 Oct 2003, <[EMAIL PROTECTED]> wrote: > Mono 0.28 on MacOS X comes with a JIT but fails miserably, disable > it The usual "./configure; make; make install" incantation worked on my Mac for Mono 0.28 this time. All tests pass with Mono 0.28 on my Linux as well as on my Mac OS X systems.

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-06 Thread bodewig
bodewig 2003/10/06 07:25:31 Modified:src/etc/testcases/taskdefs/optional Tag: ANT_16_BRANCH dotnet.xml Log: Merge from HEAD Revision ChangesPath No revision No revision 1.13.2.2 +9 -4 ant/src/etc/testca

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-10-06 Thread bodewig
bodewig 2003/10/06 07:24:49 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: Mono 0.28 on MacOS X comes with a JIT but fails miserably, disable it Revision ChangesPath 1.15 +9 -4 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.x

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-09-23 Thread bodewig
bodewig 2003/09/23 00:23:01 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: Make CSC tests pass on Mono again Revision ChangesPath 1.14 +4 -4 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml ===

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-09-16 Thread bodewig
bodewig 2003/09/16 01:29:08 Modified:docs/manual/OptionalTasks propertyfile.html src/etc/testcases/taskdefs/optional dotnet.xml Log: 2003 Revision ChangesPath 1.12 +1 -1 ant/docs/manual/OptionalTasks/propertyfile.html Index: propertyfile.html

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-09-12 Thread bodewig
bodewig 2003/09/12 04:29:49 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: Fix typo. Actually I dodn't mean to include this file with my last commit, but now that it's in ... This is part of my ongoing effort to run the .NET tests against a fink installed

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-09-12 Thread bodewig
bodewig 2003/09/12 04:25:31 Modified:src/antidote WHAT-IS-THIS-P src/etc/testcases/taskdefs/optional dotnet.xml Log: Correct pointer to Antidote, submitted by Larry Shatzer Revision ChangesPath 1.2 +1 -1 ant/src/antidote/WHAT-IS-THIS-P Index

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-08-13 Thread bodewig
bodewig 2003/08/13 07:06:38 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: execute mono instead of .EXE Revision ChangesPath 1.8 +4 -2 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-08-13 Thread bodewig
bodewig 2003/08/13 06:42:54 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: More Mono tests Revision ChangesPath 1.7 +90 -34ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml =

Re: and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-08 Thread Steve Loughran
Stefan Bodewig wrote: On Thu, 07 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: Does it work? Yes testCSC-Mono: [csc] compiling 2 files [csc] WROTE SYMFILE: 2 sources, 2 methods, 3 types, 4 line numbers, 0 locals, 2 namespaces, 247 bytes of string data [csc] OffsetTable [6

Re: and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-08 Thread Stefan Bodewig
On Thu, 07 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > Does it work? Yes testCSC-Mono: [csc] compiling 2 files [csc] WROTE SYMFILE: 2 sources, 2 methods, 3 types, 4 line numbers, 0 locals, 2 namespaces, 247 bytes of string data [csc] OffsetTable [639 - 52:515 - 2:591

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-08-08 Thread bodewig
bodewig 2003/08/08 00:59:51 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: .NET "executables" are not executable on Linux Revision ChangesPath 1.6 +3 -1 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml ==

Re: and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-08 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 06 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: yup. We either want no refs, or we want the mono refs. With /nostdlib+ and Mono refs it doesn't work (Mono tries to open the refs in read/write mode, no idea why). So in the case of Mono I'd vote for no refs. I

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-08-08 Thread stevel
stevel 2003/08/07 17:15:47 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: compiles but doesnt run. Path issues? Revision ChangesPath 1.5 +1 -0 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml ===

Re: and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-07 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 06 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: yup. We either want no refs, or we want the mono refs. With /nostdlib+ and Mono refs it doesn't work (Mono tries to open the refs in read/write mode, no idea why). So in the case of Mono I'd vote for no refs. OK

Re: and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-07 Thread Stefan Bodewig
On Wed, 06 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > yup. We either want no refs, or we want the mono refs. With /nostdlib+ and Mono refs it doesn't work (Mono tries to open the refs in read/write mode, no idea why). So in the case of Mono I'd vote for no refs. > I was thinking of s

Re: and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-06 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 05 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: I see the default references are going to be trouble. More trouble than I had expected. After making sure that there was no trailing ; I get this here [...] [csc] /usr/lib/System.dll is out of date [c

and Mono (was Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml)

2003-08-06 Thread Stefan Bodewig
On Tue, 05 Aug 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > I see the default references are going to be trouble. More trouble than I had expected. After making sure that there was no trailing ; I get this here [...] [csc] /usr/lib/System.dll is out of date [csc] /usr/lib/corli

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-08-05 Thread Steve Loughran
[EMAIL PROTECTED] wrote: bodewig 2003/08/05 08:08:17 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: Slowly approaching with Mono oh, cool. I see the default references are going to be trouble. In my intent to be helpful in the past, I have made the present worse. ---

cvs commit: ant/src/etc/testcases/taskdefs/optional dotnet.xml

2003-08-05 Thread bodewig
bodewig 2003/08/05 08:08:17 Modified:src/etc/testcases/taskdefs/optional dotnet.xml Log: Slowly approaching with Mono Revision ChangesPath 1.4 +52 -7 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml ===