I am new to NAnt and am using to build an ASP.NET project.
When I am building a project the error message is:
build:
[csc] Compiling 3 files to C:\danielel\WORK\DAIDS-ES\ARCHDEMO\build\DAIDSES.DataAccess.dll.
error CS5001: Program 'C:\danielel\WORK\DAIDS-ES\ARCHDEMO\build\DAIDSES.DataAccess.dl
set the target attribute on the csc task to "library" :
...
Gert
- Original Message -
From: "Eldo Daniel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 18, 2003 6:04 PM
Subject: [Nant-users] does not have an entry point defined
> I am new to NAnt and am us
I am trying to build an ASP.NET project using NAnd and keep getting this error message:
C:\danielel\WORK\DAIDS-ES\ARCHDEMO\DAIDSES.DataAccess\OraHelper.cs(15,20): error CS0234: The type or namespace name 'OracleClient' does not exist in the class or namespace 'System.Data' (are you missing an as
Can you attach the relevant portions of your build
file and the rest of the output for this section?
Also, it is good to run in verbose (/v) mode to see
what references are sent to csc.
- Original Message -
From:
Eldo Daniel
To: [EMAIL PROTECTED]
Sent: Thursday
eldo are you sure you're targeting the .NET Framework 1.1 ?
By default, NAnt targets the .NET Framework 1.0, to have it target .NET 1.1,
you can :
- set the nant.settings.currentframework property to net-1.1
eg.
- set the target framework by passing the -defaultframework (-k) command
line
Hi,
I'm attempting to use the solution task to build a project that includes a
reference to a COM dll.
http://nant.sf.net/schema/nant-20030903.xsd";>
I'm getting the following error:
build:
[solution] Starting so
Well, I found my own resolution - I was using the NAntMenu shell extension to
run my script, which does not include the vsvars32.bat call, so the system
could not find tlbimp. When I execute nant from a VS.Net command window
everything works as expected.
Tim
-Original Message-
Tim,
Right now, the task expects "tlbimp.exe" to be on your PATH, we
will change this in the future by using TlbImpTask instead of directly
calling the executable, but for now you'll have to add the Framework SDK bin
directory (eg. C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin)
Hello,
When I try to execute the following target:
I get the following error:
build_sln:
[echo] Building solution...
[solution] Starting solution build.
Configuration does not exist,
I am using NAnt to build a solution with multiple projects for an ASP.NET solution.
How to configure the default.build with the details of multiple projects ?
Here is my current default.build: (I need to add another project and the out put should go to a seperate dll file, similar to DAIDSES.De
the solution task expects you to name the target configuration for your
compilation (eg. debug or release). i don't know whether there's a
default configuration and you don't happen to have it defined in your
solution. be specific, like:
> -Original Message-
> From: [EMAIL PROTECTE
What is this configuration? I don't have to specify any configuration when
I build with Visual Studio. What are my options?
-Dan
-Original Message-
From: Jean Rajotte [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 3:24 PM
To: 'Daniel Bron'; 'Nant (E-mail)'
Subject: RE: [Nan
I get the same error even if I specify a configuration (I tried both debug
and release).
-Dan
-Original Message-
From: Daniel Bron [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 3:48 PM
To: 'Nant (E-mail)'
Subject: RE: [Nant-users] Problem with
What is this configuration?
1) in vs.net, configurations are handled for you. there's a default one
of 'debug' and one for 'release'. you use the configuration manager to
define how each configuration works. i assume the default configuration
in the task is debug.
2) it seems there're configurations referenced in your .s
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id
16 matches
Mail list logo