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 one who ever used them and so fa

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 happened to those on Wi

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
ssage- 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 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 cur

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
pril 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 minimum requiremen

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
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 Specific Issues... -Chris On Apr 18, 2005, at 8:5

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 csc