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: Clearcase tasks

2005-04-18 Thread Row M, Vishal
Hi Alex Thanks for the help , will try that today. Regards Vishal -Original Message- From: North Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 10:15 AM To: Ant Users List Subject: RE: Clearcase tasks Hi Not sure if this is quite what you are looking, but should be clo

RE: Clearcase tasks

2005-04-18 Thread North Alex
Hi Not sure if this is quite what you are looking, but should be close ... This executes the cleartool command line tool with the "lshistory" command, output coming back to console. <= Alex => >-Original Message- >From: Row M, Vishal [mailto:[EMAIL PROTECTED] >Sent: Monday, Ap

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' [csc] /U

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 returned: 1 Not sure

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
I was under the impression that it came with the CLI stuff from Microsoft built in already. To be honest I am completely lost on this Mono stuff. I have been looking at it for quite a while now and I am not able to figure out what exactly I need. I found MonoLite at www.go-mono.com/daily but

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 planning on runnin

Re: Problem with csc on OS X

2005-04-18 Thread Chris Altman
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 requirements for me are to get this working. :-) -Chris On Apr 18, 2005, at 8:55 PM, Shatz

RE: Problem with csc on OS X

2005-04-18 Thread Shatzer, Larry
No, it is a dependency for running .NET stuff on OSX. http://www.mono-project.com How else were you planning on running .NET stuff on OSX? -- Larry -Original Message- From: Chris Altman [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 5:55 PM To: Ant Users List Subject: Re: Probl

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

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 ot

RE: Clearcase tasks

2005-04-18 Thread Zafarano, Marcus
Use keyword expansion. $Header$, I think, then you can pull that text from the file. I do that in StarTeam. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 10:05 AM To: Ant Users List Subject: RE: Clearcase tasks Currently t

RE: Clearcase tasks

2005-04-18 Thread Anderson, Rob (Global Trade)
Currently there is no ant task that will give you that information. I have a fileset selector that will create a fileset of the files that are currently checked out, but that is different than what you are looking for. -Rob Anderson > -Original Message- > From: Row M, Vishal [mailto:[EM

Re: AW: New Ant Diff and Merge Tasks

2005-04-18 Thread Brad G. Kyer
> You know that if your class direcly uses GPL code it must be > under GPL, too? Thanks for the info. > In Ant we use reflection for using GPL classes so we dont depend > on them. I noticed that patch calls the patch process (Command/Executor), however the mks diff we have installed does not m

AW: New Ant Diff and Merge Tasks

2005-04-18 Thread Jan . Materne
> License: > Tasks itself is Apache, the actual Diff java code is GPL You know that if your class direcly uses GPL code it must be under GPL, too? In Ant we use reflection for using GPL classes so we dont depend on them. Jan

Clearcase tasks

2005-04-18 Thread Row M, Vishal
Hi I need to know who has checked in the file recently in clearcase repository ? Is there a task for knowing file history in clearcase ? Please let me know Regards Vishal - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit