Alex,
You need the .NET 1.1 SDK if any of your projects use resource files (resx)
or COM components.
Hope this helps,
Gert
- Original Message -
From: "Osbun, Alex" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 2004 11:38 PM
Su
Fritz,
It’s not
great for security because I use a generic account to access SourceSafe for use
in the build.
Here’s
what I’m using:
password="${vss.passwo
According to the error message, your dbp
file is in the src directory, but your exclude is from the Database directory.
Try changing
to
or
to exclude every database project.
-k
From: [EM
To anyone that can help:
I added a Database Project to my solution
and now I have a broken build. I get the following error:
Error checking whether 'c:\builds\myProject\src\Database.dbp' is an enterprise template
project.
The data at the root level is invalid. Line
1, position
Well VS.net only handles it because of the cobol language plugin ( its
by fujitsu isn't it ? ). Nant also requires some work - a cobol compiler
task to support cobol.
I'm not sure what you mean by vs.net CLI. You can call devenv.com with
the exec task if you need to.
Ian
Jean-Francois Gagnon w
On a related subject, I am seeking to use VB6 project that happens to use SourceSafe. SourceSafe asks for a login via a message box. How can I mechanize this using nant?
Thank you
"Noel Gifford" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
04/14/2004 02:31 PM
To
"'Jo De Greef'" <[EMAI
Hi Gert,
Thanks for the information. The server I was planning on using does not have the .NET
1.0 or .NET 1.1 SDKs installed. I do want to run with .NET 1.1 and I just wanted to
make sure that the .NET 1.1 SDK is required. If it is required, I will have it
installed and give it a shot. I wi
Title: Message
Jo,
The code
below shows the usage of the ‘if’ attribute in an element using
the _expression_ evaluator.
It should
work exactly the same with the element, which is what you
want.
Let me
know if you need
Alex,
NAnt 0.85 will by default target framework in which NAnt is currently
running. If you have the .NET Framework 1.1 installed, NAnt will use target
that framework by default. For NAnt 0.84, the default framework was always
.NET 1.0.
See http://nant.sourceforge.net/faq.html#change-targetfram
No it doesn't. NAnt only uses the compilers that come with .NET Framework
(csc.exe, vbc.exe, and so on). It emulates the behaviour of VS.NET when
compiling projects through task.
Looks like another compiler needs to be added ;-)
Jarek
- Original Message -
From: "Jean-Francois Gagnon" <
I am trying to use the copy filter. I am defining a
new task and trying to replace my @version@ in my assembly.cs file with my
generated version. I am copying it to assmblyinfo.txt not to overwrite
it.
I get the following error:
invalid element . Unknown task or datatype.
Here
Hi,
Is NANT rigged to invoke the VS.NET CLI transparently?
I am asking this because here we are using a COBOL Compiler
(don’t laugh) that VS.NET handles, but NANT does not (at least directly).
Regards
JFG
Whew! Yes, it did take a while for the operation to complete. The nant version I am
using is 0.85-20040328 and I am attempting to run my build script on a server with
Microsoft Windows 2000 5.00.2195 Service Pack 4. The server has version 1.0 and 1.1
of the .NET framework installed. It's an
You don't need visual studio installed. I run a build server that uses
the solution task without VS. However, you do need the .Net framework
installed.
Bob
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Osbun, Alex
Sent: Wednesday, April 14, 2004 10:51
Hi Alex,
The definitely does not require Visual Studio .NET to be
installed.
What version of NAnt are you using ? Using the latest nightly build, and
exception in GacResolver.IsAssemblyInGAC should never propogate to the
caller as we just return false if an assembly cannot be loaded.
However,
Does Visual Studio .Net need to be part of the build environment in order to use the
Solution task? On an environment that has VS.Net installed the solution task works,
but I get the following error on an environment that doesn't have VS.Net installed.
BUILD FAILED
INTERNAL ERROR
System.Run
16 matches
Mail list logo