Hi All,
Using the the "csc" task, I got the next error message from resgen ( I
changed the framework property but the error is there yet)
Hello,
Can anyone please tell me if there is a special task that allows it to
compile CrystalReport projects built in MSVS.NET 2003?
Thanks!
-jdix
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping thr
ange... VB SUCKS (old VB at least) If you want any of this,
let me know and I'll shoot you a copy.
Eric <><
- Original Message
From: Richard Gavel <[EMAIL PROTECTED]>
To: nant-users@lists.sourceforge.net
Sent: Friday, January 5, 2007 9:28:42 PM
Subject: Re: [NAn
Sent: Sunday, January 07, 2007 9:46 AM
To: Richard Gavel
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Compiling VB6 Web Project
Hi,
Can I please be removed from the mailing list ?
Regards
Kirti
On Sat, 06 Jan 2007 Richard Gavel wrote :
>We had a similar issue due to a lot
5
>Date: Thu, 4 Jan 2007 12:23:24 -0600
> From: <[EMAIL PROTECTED]>
>Subject: [NAnt-users] Compiling VB6 Web Project
>To:
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>I have a couple of VB6 Web Projects (the on
create a local system based service to interact with WinBatch and
communicate with it via .NET remoting.
--
Message: 5
Date: Thu, 4 Jan 2007 12:23:24 -0600
From: <[EMAIL PROTECTED]>
Subject: [NAnt-users] Compiling VB6 Web Project
To:
Message-ID: <[EMAIL
I have a couple of VB6 Web Projects (the ones with .dsr files) and I
can't
seem to get them to compile on the command-line. Has anyone been able
to do this? Is there some trick I'm missing? The only thing I can
seem to find on the subject is this from Microsoft:
http://support.microsoft
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Friday, October 06, 2006 9:01 AM
Subject: [NAnt-users] Compiling VS2003 project files using .NET
Framework2.0 - Does it work or not?
> Hi
>
> In the release notes of 0.85-rc4 it says that:
> "...only
Hi
In the release notes of 0.85-rc4 it says that:
"...only Microsoft Visual Studio .NET 2002 and 2003 solutions and
projects are supported..."
Does this mean that I can still use the task as long as the
.csproj files are in 2003 format?
It seems to work according to the log file:
[exec] N
t projects will still build even if some other project fails to
build. We’re still in the middle of integrating this with Cruise Control
.Net, so that will probably be the tie-breaker… whichever way works best
with CC.Net.
If you decide you like the failonerror=true setting, then
you can do the sa
Title: Compiling large project using NAnt
Hi,
I'm looking for a bit of advice about how best to go about compiling a large VB.Net solution that contains 15 class library projects and one ASP.Net project.
Most of the 15 libraries are interdependent to some degree.
I don't see a whole lot
TED]>To: Darren Gage <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.netSent: Monday, June 26, 2006 7:08:44 AMSubject: Re: [NAnt-users] Compiling VC++ 6 Project
Darren,
Since you're using Visual Studio 6, you'll probably need to
go the route (unless there is a legacy C++ task
To:
nant-users@lists.sourceforge.netSubject: [NAnt-users] Compiling VC++
6 Project
Hi,
Can anyone tell me the easiest way to compile a VC++
6.0 Project.
I.e. using Visual Studio project file,
StructuredPrototype1.dsp
I've tried:
1 - using devenv. But this gives me
message dialog stating "Project
Title: Compiling VC++ 6 Project
Hi,
Can anyone tell me the easiest way to compile a VC++ 6.0 Project.
I.e. using Visual Studio project file, StructuredPrototype1.dsp
I've tried:
1 - using devenv. But this gives me message dialog stating "Projects generated by a previous version of
;
nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users]
compiling OmniOrb idl files - options?
Use the task to execute
devenv.exe.
Thanks,
Melissa
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson
Sent: Friday, May 19, 2006 9:25 AM
To
Use the task to execute
devenv.exe.
Thanks, Melissa
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
HansonSent: Friday, May 19, 2006 9:25 AMTo:
nant-users@lists.sourceforge.netSubject: [NAnt-users] compiling
OmniOrb idl files - options?
I have a number of
I have a number of VS.NET projects that we’re porting
from VC 6.0 (all in C++). The projects use a custom build step to compile an
idl file using OmniOrb.
As I understand it, the NANT solution task does not
understand or execute custom build steps, which is what we use to compile the
nt: Friday, November 04, 2005 11:33 AM
To: John Cole
Cc: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] compiling nant with .net 2.0 sdk...
Good Afternoon John
0.85RC3 was toast ..I spent all day saturday trying to get this build to
build using
the Full debug for nmake
nmake -d -p -f Make
ed at
http://nant.sourceforge.net/nightly/latest
HTH/Bedankt,
Martin-
- Original Message -
From: "John Cole" <[EMAIL PROTECTED]>
To:
Sent: Friday, November 04, 2005 11:23 AM
Subject: [Nant-users] compiling nant with .net 2.0 sdk...
Hello,
I've installed the .net 2
Hello,
I've installed the .net 2.0 sdk on my system (along with the 1.1 sdk) and
now I'm having a lot of trouble building nant and nantcontrib.
Here is what I used to do
--
nmake -f Makefile.nmake
bootstrap\NAnt.exe package
cd ..
cd NAntContrib
..\nant\bu
Hi Bert-Jan,
If you're running NAnt 0.85 RC3 or later, you can use
this:
or
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bert Jan
LappenschaarSent: donderdag 12 mei 2005 14:33To:
nant-users@lists.sourceforge.netSubject: [Nant-
Hi,
I want to compile an assembly in release mode and
also produce a .PDB file. Reason is that if there is a .PDB file, line numbers
are included in stack traces that come with exceptions.
I tried adding a define="DEBUG" attribute
to the CSC task in my Nant scripts but to no avail.
I'm very new to NAnt, so let me know if this is possible.
I have a solution with 6 projects in it.
1 project is a library with shared functions in it.
2 projects are command line programs that need to run on .net 1.0 framework.
2 projects are web sites that need to run on .net 1.1 framework.
1 pr
I've looked through the mail archives, wiki, and documentation and
I've not seen an example of utilizing a task to compile a VC++
.dsw...I see how to compile a single .cpp with the task, but is
there a way to compile using a .dsw (a workspace with multiple
applications)?
Does someone have some sn
Does anyone have any hints or tips on compiling projects
with references to assemblies which have been registered in the GAC.
When I compile the solution, I get an error
Can’t find referenced assembly ‘C:\My
Work\Shared Assemblies\’
Any help or examples of Nant task
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Dan Shookowsky
> Sent: maandag 28 februari 2005 16:53
> To: Ransel Lopez Mena
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Compiling a bunch of pr
sage-
> From: Dan Shookowsky [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 28, 2005 8:33 AM
> To: Ransel Lopez Mena
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Compiling a bunch of projects
>
> Is csc.exe available in the bin directory? Perhaps it
Is csc.exe available in the bin directory? Perhaps it's a path issue
or conflict with the location specified in the nant.exe.config file...
On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena
<[EMAIL PROTECTED]> wrote:
>
>
> Hello everyone:
>
> I am new using Nant and I have a problem tha
Title: Compiling a bunch of projects
Hello everyone:
I am new using Nant and I have a problem that I am sure is easy to solve (but I don't know how). I don't have a solution, just a bunch of projects from me and all my developers. I am using the solution task to compile my assemblies like t
scratch is
quite a time investment for a product I'm still evaluating.
Kevin
Gert Driesen wrote:
- Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 6:32 PM
Subject: [Nant-users] compiling on mono
- Original Message -
From: "Kevin Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 6:32 PM
Subject: [Nant-users] compiling on mono
Hello all, list newbie here.
I want to start compiling projects on Mono in Linux, but I'm h
Hello all, list newbie here.
I want to start compiling projects on Mono in Linux, but I'm having
trouble. I have Mono 1.0.1 installed and that seems to work fine. When I
run 'make' in the directory where I unzipped the nightly build, it blows
up on the "Obsolete" attributes for the NUnit1 tasks.
Subject: Re: [Nant-users] compiling licensing file
Jarek,
This is actually the same issue we've been struggling with for some time
now. There's no known workaround or fix for this issue :(
Gert
- Original Message -
From: "Jaroslaw Kowalski" <[EMAIL PROTECT
ED]>; "NAnt Users Mailing List"
<[EMAIL PROTECTED]>
Cc: "Gert Driesen" <[EMAIL PROTECTED]>
Sent: Monday, April 19, 2004 7:27 PM
Subject: Re: [Nant-users] compiling licensing file
> Can you re-run your build script with the latest nant nightly build? Make
>
Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, April 19, 2004 7:04 PM
Subject: [Nant-users] compiling licensing file
> I am using a solution task. However in the VS solution file I have a
.licx
> file that needs to be compiled. When I compile from VS all works fine,
but
I am using a solution task. However in the VS solution file
I have a .licx file that needs to be compiled. When I compile from VS all
works fine, but from NAnt I get the following error:
Failed to create license for type
'Infragistics.Win.UltraWinEditors.UltraCurrencyEditor'.
Lic
Title: Message
-Original Message-
From: Brian Beaudet
[mailto:[EMAIL PROTECTED]
Sent: Thursday, April 08, 2004
2:47 PM
To: 'Clayton Harbour'
Subject: RE: [Nant-users] Compiling
with .NET Framework 1.1
Thanks Clayton.
I’m not quite ready to start
le
-Original Message-From: Bob Archer
[mailto:[EMAIL PROTECTED] Sent: April 8, 2004 11:26
AMTo: [EMAIL PROTECTED];
[EMAIL PROTECTED]Subject: RE: [Nant-users] Compiling
with .NET Framework 1.1
I put this as the
first line of my build script
]
Subject: [Nant-users] Compiling
with .NET Framework 1.1
How do I tell NAnt to use the CSC.exe for the .NET Framework
1.1 instead of 1.0? I’m attempting to use Nant on a machine that
does not have 1.0 installed.
Brian M. Beaudet
Director, Research & Development
EfficiencyLab,
How do I tell NAnt to use the CSC.exe for the .NET Framework
1.1 instead of 1.0? I’m attempting to use Nant on a machine that does
not have 1.0 installed.
Brian M. Beaudet
Director, Research & Development
EfficiencyLab, LLC
www.efficiencylab.com
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 26, 2004 2:34 AM
> Subject: [Nant-users] Compiling nAnt source code?
>
> Two questions folks:
>
> 1- Is there any benefits from comp
Two questions folks:
1- Is there any benefits from compiling the source code and not using the
assemblies provided?
2- I tried compiling in VS framework 1.1, it does not work, I fixed all
refrences and no good. I also tried compiling using the supplied build scripts
but they failed too. I even
ok, sorry you can ignore this - csc.exe was stuck
in memory and had locked the file! ;)
C
- Original Message -
From:
Craig Williams
To: [EMAIL PROTECTED]
Sent: Friday, February 13, 2004 9:42
AM
Subject: [Nant-users] compiling with
visual studio open
I
I sometimes have to use a designer inside visual
studio to do some work but when it's open I can't compile the projects with
NAnt.
I get an error saying the output file (*.pdb) is in
use by another process, which is odd because its writing this file into my build
directory so I don't see h
n the NAnt project, but that may or may not
be a big deal.
Regards,
Jason King
Profox Systems Ltd
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pedro Santos
Sent: 23 January 2004 09:41
To: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Compiling
On Thu, 2004-01-22
Well, installing ICU from source, and compiling Mono with ICU already
installed did the trick! ;)
On Thu, 2004-01-22 at 22:46, Pedro Santos wrote:
> It's the same:
>
> /--
> bash-2.05b$ make clean
> rm bin/*.* -f
>
> bash-2.05b$ make
> make
: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pedro Santos
Sent: 23 January 2004 09:41
To: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Compiling
On Thu, 2004-01-22 at 23:05, Ian MacLean wrote:
> Do you have ICU installed with your mono build ?
I don't know... I just downloaded M
Profox Systems Ltd
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ian MacLean
Sent: 22 January 2004 23:06
To: Pedro Santos
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Compiling
Do you have ICU installed with your mono build ?
Ian
Pedro Santos wrote:
On Thu, 2004-01-22 at 23:05, Ian MacLean wrote:
> Do you have ICU installed with your mono build ?
I don't know... I just downloaded Mono-0.30 and installed it under a
fresh MDK 9.2. Whats ICU?
>
> Pedro Santos wrote:
>
> >It's the same:
> >
> >/-
Do you have ICU installed with your mono build ?
Ian
Pedro Santos wrote:
It's the same:
/--
bash-2.05b$ make clean
rm bin/*.* -f
bash-2.05b$ make
make bootstrap
make[1]: Entering directory `/home/pre/downloads/www/nant/nant-0.84'
if test x
It's the same:
/--
bash-2.05b$ make clean
rm bin/*.* -f
bash-2.05b$ make
make bootstrap
make[1]: Entering directory `/home/pre/downloads/www/nant/nant-0.84'
if test x = xWindows_NT; then make windows-bootstrap; else make
linux-bootstrap; fi
try instead:
make clean
make
Regards,
Rodrigo
- Original Message -
From: "Pedro Santos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 8:18 PM
Subject: [Nant-users] Compiling
I donwloaded nant-0.84 but I can't compile it under Linux/Mono-030.
Before compiling I deleted all the bin content and when I make it I get
this:
/
mono bin/NAnt.exe -buildfile:NAnt.build build
NAnt 0.84 (Build 0.84.1
In latest realization Nant disappear method ProcessSettings
wich was
used in VSNantAddin.
For fixing problem may be useful creating this method
or making public ProjectSettingsLoader
class
Regards,
Dmitry
Bezuglyy
amid@bkc.com.ua
Hi Eric,
you're right, you need to get the sources
from CVS. It's very easy.
Here I've provided you with some
instructions for compiling NAnt from CVS.
Hope it helps,
Jarek
P.S. As I've written, this may or may not solve the mentioned
problem.
HOW TO COMPILE NAnt FROM CV
[EMAIL PROTECTED] wrote:
> Hi, I have a project and I want to compile in resource files like csc
> *stuff* /res:thing.resx
>
> I only found stuff in the documentation for converting them. How
> would I build them in?
>
Add a tag to the csc task, f.ex like this:
--
Arild
Hi, I have a project and I want to compile in resource files like csc
*stuff* /res:thing.resx
I only found stuff in the documentation for converting them. How would I
build them in?
Thanks (I hope this question hasn't been asked 1000 times, I can't access
the archives so I wouldn't know).
-
Hi,
I'm trying to build a assemby using Mono 0.20 on
Windows, but apparently the Mcs task calls the mcs.exe, this will cause Mono to
compile an assembly using the .NET runtime instead of the Mono
runtime.
The task should instead call "mono mcs.exe
[options]" where mcs.exe should be spe
ok good point. Just add the paramater to your csc task then
Ian
csc supports a /main: switch allowing you to state which type(containing a
Main) should be used as an entry point:
/main:Specifies the type that contains the entry point
(ignore
all other possi
> > Has anyone run into a problem building a class the has multiple entry
> > points into it with nant? Is there a way to get around this with the
> > task?
> >
> > Thanks,
> > Mike.
> This is the standard behaviour for the csc compiler and in fact for
> every .net compiler. There can only be a si
This is the standard behaviour for the csc compiler and in fact for
every .net compiler. There can only be a single static Main method in a
given .exe assembly otherwise the runtime will not know which one to
execute at startup. Remove or rename one of the Main methods and it will
work fine.
I
Has anyone run into a problem building a class the has multiple entry
points into it with nant? Is there a way to get around this with the
task?
Thanks,
Mike.
Here is the output I am getting from nant:
BUILD FAILED
D:\dotNet\nAnt\Projects\ItemSetup\ide\nant\nant.build(69,6):External
Program Fai
ginal
Message-From: Gill, Bobby
[mailto:[EMAIL PROTECTED]]Sent: Monday, February 03, 2003
10:42 AMTo: [EMAIL PROTECTED]Subject:
[Nant-users] Compiling WinExe's
Another question is essentially
how to get Nant to compile a WinExe? So far whenever I try to run a build
script on
Another question is essentially how to get Nant to compile a
WinExe? So far whenever I try to run a build script on win exe it outputs a
console application which of course doesn’t run. I know that auxiliary .resx
files need to included as resources whilst the Form is compiled, but what is
Set CSC=C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe
or
Set CSC=mcs.exe
Ian
OK - Thanks!
Niels
- Original Message -
From: "Scott Hernandez" <[EMAIL PROTECTED]>
To: "Niels Berglund" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, Ja
OK - Thanks!
Niels
- Original Message -
From: "Scott Hernandez" <[EMAIL PROTECTED]>
To: "Niels Berglund" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 10:18 PM
Subject: Re: [Nant-users] Compiling with different version
nment.
- Original Message -
From: "Niels Berglund" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 18, 2002 7:58 AM
Subject: [Nant-users] Compiling with different versions of the framework
> Is there any way to point to a specific version of the
Is there any way to point to a specific version of the compiler (1.0 or
1.1 and in the future newer versions) and system dlls to use at compile
time?
The only way I've seen so far is to change the path variable in the
system, but I'm not sure what version of system.*.dll that would bring
in.
Niel
68 matches
Mail list logo