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
&
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
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'
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
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
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
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
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'
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
]
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
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
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
: 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
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
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
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
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
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
18 matches
Mail list logo