Re: ant dotnet csc task fails if (MS) file or directory name contains spaces

2007-01-16 Thread Stefan Bodewig
On Tue, 16 Jan 2007, Hassan Mehmet <[EMAIL PROTECTED]> wrote: > Hopefully this is also the forum for antlib projects :) Yes, it is, thanks. > I have found a problem with the csc task in ant-dotnet-1.0.jar. If > the file or directory contains spaces then the csc command fails on &

Re: ant dotnet csc task fails if (MS) file or directory name contains spaces

2007-01-16 Thread Hassan Mehmet
Hassan Mehmet hotmail.com> writes: > > Hi > > Hopefully this is also the forum for antlib projects :) > > I have found a problem with the csc task in ant-dotnet-1.0.jar. If the file or > directory contains spaces then the csc command fails on windows. > > T

ant dotnet csc task fails if (MS) file or directory name contains spaces

2007-01-16 Thread Hassan Mehmet
Hi Hopefully this is also the forum for antlib projects :) I have found a problem with the csc task in ant-dotnet-1.0.jar. If the file or directory contains spaces then the csc command fails on windows. There seems to be a very simple fix which I have used locally and appears to work. I'

Re: Problem with csc on OS X

2005-04-18 Thread Stefan Bodewig
On Mon, 18 Apr 2005, Chris Altman <[EMAIL PROTECTED]> wrote: > I was under the impression that it came with the CLI stuff from > Microsoft built in already. No (and I'm not sure it could). Ant just provides a wrapper over the C# comopiler's command line. Stefan

Re: Problem with csc on OS X

2005-04-18 Thread Stefan Bodewig
On Mon, 18 Apr 2005, Chris Altman <[EMAIL PROTECTED]> wrote: > But now I am getting this... You need to add references="System.Data" to your csc task (or play with includedefaultreferences). The .NET tasks haven't been widely tested on Mono. I guess I'm the only

Re: Problem with csc on OS X

2005-04-18 Thread Stefan Bodewig
On Mon, 18 Apr 2005, Chris Altman <[EMAIL PROTECTED]> wrote: > I do not have Mono installed. Is this a dependency for running Ant > on OS X? No. But how do you plan to develop .NET applications on MacOS X? Stefan - To unsubsc

Re: Problem with csc on OS X

2005-04-18 Thread Stefan Bodewig
On Mon, 18 Apr 2005, Chris Altman <[EMAIL PROTECTED]> wrote: > It returns this error: csc failed: java.io.IOException: mcs: not > found This probably means that Mono is not on your PATH. > Now I have read through some of the other messages and noticed that > this has also ha

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
I figured out my error on the below issue... (silly typo) But now I am getting this... dll: [csc] compiling 2 files [csc] /Users/Koroshiya/Documents/www.totalvid.net/src/Media.cs(3) error CS0234: The type or namespace name `Data' could not be found in namespace `System'

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
Well I installed the Framework for OS X under "Development release" 1.1.6. Now I am receiving this error... [csc] compiling 2 files [csc] error CS0006: Cannot find assembly `' [csc] Log: [csc] Compilation failed: 1 error(s), 0 warnings BUILD FAILED csc

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
] Sent: Monday, April 18, 2005 6:03 PM To: Ant Users List Subject: Re: Problem with csc on OS X I wasn't planning on running it on OS X just build it. :-) I had the wrong impression about Ant. My apologies. thank you for your help. I am currently scouring that site to figure out what the mi

RE: Problem with csc on OS X

2005-04-18 Thread Shatzer, Larry
If you want to build it, you will still need mono. What impression did you have about Ant? -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 6:03 PM To: Ant Users List Subject: Re: Problem with csc on OS X I wasn't planni

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
List Subject: Re: Problem with csc on OS X I do not have Mono installed. Is this a dependency for running Ant on OS X? If it is I will grab it, if it isn't I don't want to grab it and complicate matters. :) I didn't see it under the Lib Dependencies and I didn't see it under

RE: Problem with csc on OS X

2005-04-18 Thread Shatzer, Larry
: Problem with csc on OS X I do not have Mono installed. Is this a dependency for running Ant on OS X? If it is I will grab it, if it isn't I don't want to grab it and complicate matters. :) I didn't see it under the Lib Dependencies and I didn't see it under Platform Specif

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
n Apr 18, 2005, at 8:50 PM, Shatzer, Larry wrote: Do you have mono installed? If so, make sure that csc is in your path (by editing the correct startup script, such as .bashrc). -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2

RE: Problem with csc on OS X

2005-04-18 Thread Shatzer, Larry
Do you have mono installed? If so, make sure that csc is in your path (by editing the correct startup script, such as .bashrc). -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 5:46 PM To: user@ant.apache.org Subject: Problem with

Problem with csc on OS X

2005-04-18 Thread Chris Altman
I am currently trying to build a .NET application on my OS X box. I have it successfully building on my WinXP box so, I am confident the build.xml is correct. The issue arises with csc. It returns this error: csc failed: java.io.IOException: mcs: not found Now I have read through some of the

CSC

2004-02-22 Thread Joe Mahlong
Hi Fellas, Is there a special way of referencing services when building a C# client application. I keep getting a namespace error though I have specified the dll providing the service. Help Me Joe __ E-mail Disclaimer and Company Information http://w

How to use referencefiles attribute in csc task

2003-07-01 Thread Gordon, John
Hi All, I'm trying to use the csc optional task and can't seem to figure out how to reference external dll's for compiling using the referencefiles attribute. The documentation indicates that it is an Ant-Path I'm supposed to pass it. Can someone give me an example of how