Guess what... CCNET already does what I wanted it to do... I should wait
next time before posting... Sorry about that!
Keep up the good work!
--
Edwin G. Castro
Firing Systems Engineer
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ca
Hi Charles,
I'm forwarding your mail on to the nant-users list in case others have
some input.
NAnt does not target visual c++ 6.0 projects directly, however you could
use a combination of the cl, midl, link tasks to build those projects.
You would need to call VCVARS32.bat first to ensure that
(My apologies... I forgot a subject!)
Hi All,
I have spent that last few days trying to use NAnt with
CruiseControl.NET. CCNET uses the XmlLogger to make NAnt output
something it can process. In my setup I have NAnt execute devenv.com to
build my C++ projects since the task doesn't compile those
Hi All,
I have spent that last few days trying to use NAnt with
CruiseControl.NET. CCNET uses the XmlLogger to make NAnt output
something it can process. In my setup I have NAnt execute devenv.com to
build my C++ projects since the task doesn't compile those
very well. I noticed that the XmlLogge
I changed the nant config file, and the csc problem was solved. However I
got the message "The SDK for the net-1.1 framework is not available or not
configured", I reinstalled the SDK 1.1, it didn't work. Any suggestion?
Thank you,
Maggie
_
see this : http://nant.sourceforge.net/faq.html
or just download a NAnt 0.85 nightly build
(http://nant.sourceforge.net/nightly/builds).
Gert
- Original Message -
From: "Maggie Duanmu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 16, 2004 10:22 PM
Subject: [Nant-users]
I got message "The csc task cannot be executed, as it relies on an active
framework." when I tried to build a file, which can been build successfuly
on .NET framework v1.0 in another merchine.
I installed .NET framework v1.1 only.
Does anybody know how to solve this problem?
__
Ah, yes, I remember seeing a post about that, but was able to compile
without it, so had forgotten.
Now it builds, and runs over 200 tests, so that should be enough to let
me do some real work!
Thanks very much,
Pete
>>> "Jaroslaw Kowalski" <[EMAIL PROTECTED]> 04/16/04 1:28 PM >>>
Run:
export
Run:
export MONO_NO_UNLOAD=1
before building.
Jarek
- Original Message -
From: "Pete Mimmack" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April 16, 2004 9:24 PM
Subject: Re: [Nant-users] Built on MONO, 1st tests fail.
> Pulled it from CVS, but now I
Pulled it from CVS, but now I can't build. Here is the failure from the
output. I'm using MONO from April 1st, version 0.31.99.
mono bin/NAnt.exe -buildfile:NAnt.build build
NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 12/18/2003)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourcefo
So, the VB command line compiler works
fine… If I understand correctly the task uses the VB command
line compiler… Maybe the task is really at fault. Like I said before I’m
not an expert on Nant code, but I will look through it and try to determine how
it calls the VB compiler. I’ll post a
Hi,
I receive the following error when building my application:
...
Writing resource file... Done.
[resgen] Starting 'C:\Program Files\Microsoft Visual Studio
.NET 2003\SDK\v1.1\bin\resgen.exe
Can you try it with the latest nightly build? Many bugs were fixed since the
0.84 release including some that you mention.
Some test don't pass, anyway, but you should be able to use nant with mono
for some common tasks.
Jarek
- Original Message -
From: "peteMimmack" <[EMAIL PROTECTED]>
VS.NET builds fine.
I’ve tried the command line compiler
and it works fine too.
I find it very strange that the
task should work fine, given that the c# parts of the project are
in the same directory structure, with maybe even longer paths.
No clue…
From: Castro, Edwi
The good news is that I have been able to build NAnt with Mono (snooped
this forum and found a number of hints. Thanks.) But now I can't run
the acceptance tests.
First problem, error saying it can't find the following:
../build/mono-1.0.unix/nant-0.84-debugbin/nant.tests.config.
Since all
Hello,
I created a little lib in Unmanaged C++ and wanted to automate the
build step via NAnt. For this I wrote a little build script:
For my lib I w
16 matches
Mail list logo