tavo Ringel [mailto:[EMAIL PROTECTED]
Sent: Monday, October 01, 2007 6:45 AM
To: Adrian Rodriguez
Subject: Re: [NAnt-users] solution task with VS2005
solutions/SolutionItemsproblem
Did you correct the issue with the solution items folder?
I'm having the same problem now and I'm lookin
Hi,
I have a VS 2003 solution with C# and VB.net projects in it. When I compiled
it via Solution task I've noticed that one of the DLLs was only 26K compare
to 40K when compiled with VS studio. The rest of the projects looks ok. This
particular one is the VB.
Have no idea what's going on. I ran
code changes).
Cons: Not a one-line change in the regex
What do you think?
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 06, 2007 2:05 PM
To: Adrian Rodriguez; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] solution task w
Sure, if it's not a quick hack :p
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Rodriguez
Sent: woensdag 6 juni 2007 22:31
To: Gert Driesen; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] solution task with VS2005
solu
et
Subject: RE: [NAnt-users] solution task with VS2005 solutions/Solution
Itemsproblem
Adrian,
I've looking into this, but it'll take a while before I commit a fix for
this issue since I'm working on a fix for a larger issue.
Can you please submit a bug report for that issue (
Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Rodriguez
Sent: dinsdag 5 juni 2007 1:49
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] solution task with VS2005 solutions/Solution
Itemsproblem
I've posted this to the list before, but
- Original Message -
From: "Adrian Rodriguez" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 05, 2007 9:31 PM
Subject: [NAnt-users] solution task dependencies
>I ran some tests on my system to see how the solution task behaves. Are
> my findings correct:
>
> H
I ran some tests on my system to see how the solution task behaves. Are
my findings correct:
Here's my layout:
C:\code
+ Solution 1
+ Solution 2 (contains project reference to Solution 1)
+ Solution 3 (contains project reference to Solution 1)
One of my targets in the build file does this:
I've posted this to the list before, but I never received a reply.
If you add a "Solution Item" to a Visual Studio 2005 solution, you get a
failure saying, "Error checking whether c:\foo\Solution Items is an
enterprise template project. Could not find file c:\foo\Solution Items"
I had a workar
] On Behalf Of Rosy Malhotra
Sent: donderdag 3 mei 2007 9:46
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Solution task is skipping the projects
whilecompilation
Hi,
My Solution task is skipping the projects while compilation. Please tell me
what should do in this case
D]>
To: "Gert Driesen" <[EMAIL PROTECTED]>;
Sent: Thursday, May 03, 2007 9:57 AM
Subject: RE: [NAnt-users] Solution task is skipping the projects
whilecompilation
I can share with you. Actually it is on citrix machine, I am coping the
text from the .sln file and sending you.
T
PROTECTED]
Sent: Thursday, May 03, 2007 1:19 PM
To: Rosy Malhotra
Subject: RE: [NAnt-users] Solution task is skipping the projectswhilecom
pilation
How are you creating the solution file?
Jonathan Evans <http://my.csintra.net/mypage/m253
hursday, May 03, 2007 9:51 AM
Subject: RE: [NAnt-users] Solution task is skipping the projects
whilecompilation
0.86. I am using, it is woking on another projects, but not working in
the mentioned project. I don't know why ?? and I am using Dotnet frame
work 1.1
Thanks and Regards,
Rosy Malh
OTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rosy Malhotra
Sent: Thursday, May 03, 2007 8:46 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Solution task is skipping the projects while compilation
Hi,
My Solution task is skipping the projects while compilation. Please tell me
w
Rosy,
What version of NAnt are you actually using ?
Gert
- Original Message -
From: "Rosy Malhotra" <[EMAIL PROTECTED]>
To:
Sent: Thursday, May 03, 2007 9:45 AM
Subject: [NAnt-users] Solution task is skipping the projects
whilecompilation
Hi,
My Solution task
Hi,
My Solution task is skipping the projects while compilation. Please tell
me what should do in this case.
ThirdPartyApp.compile:
[solution] Starting solution build.
[solution] Skipping 'Business.Questionnaire' [Debug] ...
[solution] Skipping 'Data' [Debug] ...
[solution] Skippin
Hi All,
I tried to compile BizTalk solution files using the solution task. That
is not working
I am using the exec task and calling devenv.com and passing in the
arguments
My main goal is to redirect the output of the biztalk solution (compiled
dlls) to a directory other than what it internal
ECTED] On Behalf Of Martin Gainty
Sent: woensdag 4 april 2007 21:17
To: Robert Hanson; Arnette, Bill; Kyle Schmitt;
nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Solution task and non dot.net code
Greetings All -
dumb question but I have to ask
does the Nant exec have spawn="true&q
o: "Arnette, Bill" <[EMAIL PROTECTED]>; "Kyle Schmitt"
<[EMAIL PROTECTED]>;
Sent: Wednesday, April 04, 2007 2:32 PM
Subject: Re: [NAnt-users] Solution task and non dot.net code
> I'll second that. We have a project that uses idl files (corba
> specificati
Schmitt; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Solution task and non dot.net code
We gave up on using the task for VC++ (7.1) projects. The
dependency analysis just doesn't seem to match devenv so we may have a
header file or a resource that changes that should force a recompile
venv.com.
Bill
--
Bill Arnette
www.starwitness.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle
Schmitt
Sent: Wednesday, April 04, 2007 10:47 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Solution task and non dot.net code
Why won
- Original Message -
From: "Kyle Schmitt" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 04, 2007 4:47 PM
Subject: [NAnt-users] Solution task and non dot.net code
> Why won't the solution task work with c++ projects?
>
> My understanding is that the na
Why won't the solution task work with c++ projects?
My understanding is that the nant solution task will not work with
non-dot-net or unmanaged code, and I'd like to know why, and if any
work has been done to expand it to work in such cases.
Especially if the user has the c/c++/whatever compilers
I just started using the nightly build for VS2005 support. I have a
problem compiling though. When my solution includes solution items,
nant says something like "Cannot determine if Solution Items is an
enterprise template project" and that it cannot find the path, "Solution
Items." I removed th
PROTECTED] On Behalf Of Gert
Kello
Sent: September 21, 2006 1:24 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Solution task and VS.NET 2005
> That said, the simplest thing to do is to call msbuild from a Nant
> build file to compile your solution. That said, I'm no
That said, the simplest thing to do is to call msbuild from a Nant build
file to compile your solution. That said, I'm not even sure what you
would gain by having a solution task that supports 2.0 solutions.
1. Automatic project references even if the projects are not in the same
solution.
2. I
MAIL PROTECTED] On Behalf Of Paul Gale
> Sent: Wednesday, September 20, 2006 6:15 PM
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Solution task and VS.NET 2005
>
> Hi,
>
> Does anyone what the plans are for the solution task to support the
> VS.NET 2005 solution file form
ution task that supports 2.0 solutions.
BOb
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Gale
Sent: Wednesday, September 20, 2006 6:15 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Solution task and VS.NET 2005
Hi,
Does anyone
Hi,
Does anyone what the plans are for the solution task to support the
VS.NET 2005 solution file format?
Paul
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the c
pplication
Nick
>From: "Bob Archer" <[EMAIL PROTECTED]>
>To: "Nicholas Duane" <[EMAIL PROTECTED]>,
>Subject: RE: [NAnt-users] solution task: targets v.s. configuration
>Date: Wed, 6 Sep 2006 11:09:49 -0400
>
>You can do it eithe
s. For example:
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Nicholas Duane
> Sent: Wednesday, September 06, 2006 10:50 AM
> To: nant-users@lists.sourceforge.net
> Cc: [EMAIL PROTECTED]
> Subject:
er 06, 2006 10:50 AM
To: nant-users@lists.sourceforge.net
Cc: [EMAIL PROTECTED]
Subject: [NAnt-users] solution task: targets v.s. configuration
I know there has already been a discussion on adding another attribute,
operation, so we can specify clean, build, rebuild. From the little bit
I've read so
uot; on the buildmode property
if needbe
Etc for clean and release.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Nicholas Duane
> Sent: Wednesday, September 06, 2006 3:50 PM
> To: nant-users@lists.sourceforge.net
> Cc: [EM
I know there has already been a discussion on adding another attribute,
operation, so we can specify clean, build, rebuild. From the little bit
I've read so far (just started using nant) it appears that people are
equating targets to clean, build, and rebuild and using a property to
determine
Dear all,
I have following problem using solution task on com server project. Devenv
XXX.sln /build debug works. Any idea?
Thanks,
[solution] Starting solution build.
[solution] Building '' [Debug] ...
[midl] Processing C:\\\.i
Taken this to the nant list, where it belongs. Next reply, please remove the
ccnet-users.
You obviously can't do that with the exec task, But I question why you really
even want to. You're allowed to have multiple solution files you know. Just
make a plain vanilla solution file that matches
- Original Message -
From: "Adrian Lazea" <[EMAIL PROTECTED]>
To: "NAnt Users"
Sent: Wednesday, June 21, 2006 1:01 PM
Subject: [NAnt-users] Solution task and VS 2005.
> Hi nant-dev-team,
>
> Any ideas when the task will support Visual Studio 2005
&
Hi nant-dev-team,
Any ideas when the task will support Visual Studio 2005
solutions?
Thanks,
/Adrian.
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users
nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Solution task not using target framework
Matt,
The task should definitely respect the current target
framework.
Do you have a small repro for the behavior you're seeing ?
Gert
> -Original Message-
> From: [EMAIL P
pril 2006 18:59
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Solution task not using target framework
>
> I have a c# .net solution that I am building with the
> task from the latest nightly build. I'm
> registering the assembly output using regasm.exe from t
I have a c# .net solution that I am building with the
task from the latest nightly build. I’m registering the assembly
output using regasm.exe from the 1.1 framework directory since that is what
will happen on the target machine. This has worked fine until I installed
the 2.0 framework f
I have a solution
that includes a web project that is set not be compiled for both my debug and
release configurations. When I tried to compile the solution with the
task, it failed and noted the fix. I then tried
to exclude the project explicitly...
That didn't work,
either - sam
What's your vcproj look like for the myFile.cpp entry?
Is there any new lines like
"myFile.cpp
"
?? VisualStudio .net seems to ignore whitespace
issues, whereas nant stumbles over them...
Marc
--- Eric Fetzer <[EMAIL PROTECTED]> wrote:
> My setup:
>
> 2000 Server
> NAnt 12/2/05 nightly build
My setup:
2000 Server
NAnt 12/2/05 nightly build
I'm getting an error I absolutely don't understand:
[cl] myFile.cpp
[cl]
d:\Build\Project\MyProject\myFile.cpp(0) : error
C2059: syntax error : 'newline'
[cl]
d:\Build\Project\MyProject\my
Eric,
Can you send me a small repro for this issue ?
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Eric Fetzer
> Sent: woensdag 7 december 2005 17:27
> To: Tim Mayert; Nant Users
> Subject: RE: [NAnt-users] Solu
f Of
> > Eric Fetzer
> > Sent: dinsdag 6 december 2005 23:08
> > To: Nant Users
> > Subject: [NAnt-users] Solution Task with vcproj
> file
> >
> > Is there any reason why the solution task would
> skip a
> > vcproj file? It doesn't tell it&
; From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Eric Fetzer
> Sent: December 6, 2005 3:08 PM
> To: Nant Users
> Subject: [NAnt-users] Solution Task with vcproj file
>
>
> Is there any reason why the solution task would skip
> a
> vcproj file? It doesn&
ghtly/latest
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Eric Fetzer
> Sent: dinsdag 6 december 2005 23:08
> To: Nant Users
> Subject: [NAnt-users] Solution Task with vcproj file
>
> Is there any reason wh
. So either they broke it again or it is a different
problem.
Tim.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer
Sent: December 6, 2005 3:08 PM
To: Nant Users
Subject: [NAnt-users] Solution Task with vcproj file
Is there any reason why the
Is there any reason why the solution task would skip a
vcproj file? It doesn't tell it's even doing so
unless I only have one vcproj file in the fileset.
I'm using the nightly build from 12/2/05. Here's the
output:
compileProject:
[solution] Starting solution build.
[solution] Included proje
urceforge.net
> Subject: [Nant-users] solution task: printing out the postbuildevent
>
> Hello, easy question:
>
>
>
> How do I get the solution task to print out what exact post
> build event failed?
>
>
>
> [solution] Starting solution bu
Steve Burkett wrote:
Hello, easy question:
How do I get the solution task to print out what exact post build
event failed?
[solution] Starting solution build.
[solution] Building 'Workflow.Provider' [release]...
[solution] PostBuildEvent failed with exit code = 1
[solution] Build failed.
Hello, easy question:
How do I get the solution task to print out what exact post
build event failed?
[solution] Starting solution build.
[solution] Building
'Workflow.Provider' [release]...
[solution] PostBuildEvent failed
with exit code = 1
[solution] Build failed.
Verb
Hi
I think I've found an error closely related to: "[1078636] Solution task
doesn't do MFC shared apps"
(http://sourceforge.net/tracker/index.php?func=detail&aid=1078636&group_
id=31650&atid=402868), which has already been closed by driesing and
haniatassi in close collaboration.
To reproduce the
-Original
Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of Hogg, Russell
E.Sent: 16 September 2005 16:23To:
'nant-users@lists.sourceforge.net'Subject: [Nant-users] Solution task
and VSSGET
Hi
All,
I
have a simple question, perhaps it's just conf
noshyuz wrote:
depending on your usage, it might be that the directories list is
pretty static, however one advantage of the solution file is that you
can change the list of dependent projects that are included - in this
case, you have to make sure you mirror the changes both in the project
f
depending on your usage, it might be that the directories list is
pretty static, however one advantage of the solution file is that you
can change the list of dependent projects that are included - in this
case, you have to make sure you mirror the changes both in the project
file and in the NAnt s
noshyuz wrote:
is there a way to use the solution task to invoke a build from a .NET
solution file to run the clean (or rebuild) target directly?
adding a separate target to the NAnt build file to delete directories
and the like is clearly manual and error prone - what I'm looking for
is som
is there a way to use the solution task to invoke a build from a .NET
solution file to run the clean (or rebuild) target directly?
adding a separate target to the NAnt build file to delete directories
and the like is clearly manual and error prone - what I'm looking for
is something within NAnt to
851&aid=1149608&gro
up_id=54790
**
Thanks
Shelly
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Glenn
Sent: Friday, September 16, 2005 9:43 PM
To: 'nant-users@lists.sourceforge.net'
Subject: RE: [N
ECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hogg, Russell
E.
Sent: 16 September 2005 16:23
To: 'nant-users@lists.sourceforge.net'
Subject: [Nant-users] Solution task and VSSGET
Hi All,
I have a simple question, perhaps it's just confusion on my part.
My current NANT script can get the
g, Russell
E.; nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Solution
task and VSSGET
If
it is in a separate folder in VSS you can open properties and mark it as a
hidden folder (for the user that your script fetches as). The better
solution is to just delete it though.
---
Behalf Of Baker,
SteveSent: Friday, September 16, 2005 4:32 PMTo: Hogg,
Russell E.; nant-users@lists.sourceforge.netSubject: RE:
[Nant-users] Solution task and VSSGET
Pretty sure nothing
like that exists right now.
Typically SCM purists
would say if you have removed
: 'nant-users@lists.sourceforge.net'
Subject: [Nant-users] Solution
task and VSSGET
Hi All,
I have a simple question, perhaps it's
just confusion on my part.
My current NANT script can get the latest
from VSS and then do the BUILD based on the SOLUTION.
Al
Title: Message
Hi
All,
I have
a simple question, perhaps it's just confusion on my part.
My
current NANT script can get the latest from VSS and then do the BUILD based on
the SOLUTION.
All
this grand, I just have one bit of trouble, things that have been removed form
the solution yet are
I'm attempting to use nant 0.85, rc3 with .NET 2003, but running into
problems when running the link stage of processing a solution file.
I've created a simple build file that uses the task to
build a solution file created by the IDE. internally, the solution
file references other project files.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Gary Feldman
> Sent: woensdag 13 juli 2005 22:02
> To: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Solution task not resolving
> references, treats as
Gert Driesen wrote:
Gary,
Send me a small repro and I'll look into it.
Gert
Ironically, bug 1237756 just submitted by someone else appears to be the
same or similar problem. If he doesn't come up with a reproduction
sample, I'll try. In my case, it's not my code but I think I can manag
Gary,
Send me a small repro and I'll look into it.
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Gary Feldman
> Sent: woensdag 13 juli 2005 18:01
> To: nant-users@lists.sourceforge.net
> Subject: [Nan
I have a small project that I'm trying to build with the solution task.
The project includes a third-party .dll, which in turn has some
dependencies that aren't on the build machine. Visual Studio
nevertheless builds it with no errors or warnings, though obviously it
won't execute. NAnt, on
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Alejandro Calbazana
> Sent: donderdag 23 juni 2005 21:58
> To: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] solution task pulling wrong
> refe
me a repro for this issue (including the
necessary assemblies) ?
Gert
PS. You are using a recent version of NAnt, right ? ;-)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Alejandro Calbazana
Sent: donderdag 23 juni 2005 18:10
To: nant-users@
azana
> Sent: donderdag 23 juni 2005 18:10
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] solution task pulling wrong reference from gac
>
> Hello,
>
> I ran in to an issue today where my build fails b/c of a reference
> obtained from the gac.
>
> I
Hello,
I ran in to an issue today where my build fails b/c of a reference
obtained from the gac.
I have Crystal Decisions installed (1.0 and 2.0). It seems that a
method is not available in the 1.0 version of the engine library and is
available in the 2.0 version. When I go to build, i see
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Philip Nelson
> Sent: dinsdag 7 juni 2005 23:36
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Solution task for mono?
>
> I saw some discussion abou
I saw some discussion about this in the archives, but it didn't work for me. Is
the solution task supported under mono/linux?
Philip - http://blogs.xcskiwinn.org/panmanphil
"There's a difference between righteous anger and just being crabby" - Barbara
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Simon Rowe
> Sent: dinsdag 31 mei 2005 17:47
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Solution task unable to compile VC7 idl
> only project
>
&
Title: Solution task unable to compile VC7 idl only project
When I use the solution task to try and compile one of our projects which just consists of .idl files, it fails because it is trying to run the link stage to produce .exe - is this some sort of default output if none is defined ?
Title: Solution task - question how it handles lc.exe
Just a question
When the nant solution task invokes lc.exe - does it copy the lc.exe to the project bin / output directory, or not?
There seem to be some issues when not :-)
Thomas
;
nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Solution
task throws exception on tlbimp word.olb
Hi Jeremy,
Can you send me a small
repro for this issue ?
Thanks !
Gert
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeremy P. Owens-Boggs
Sent
Hi Jeremy,
Can you send me a small repro for this issue
?
Thanks !
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeremy P.
Owens-BoggsSent: donderdag 28 april 2005 16:38To:
nant-users@lists.sourceforge.netSubject: [Nant-users] Solution task
The solution task is throwing an exception when importing
type libraries from the MS Office.dll’s. The following are tlbimp –
Office – MSO.dll
VBIDE – VBE6EXT.OLB
EXCEL – EXCEL.exe
Microsoft.Office.Core –
MSO.DLL
Word – MSWORD.OLB
NAnt 0.85 (Build
0.85.1936.0; nightly; 4/20/2005)
Title: Nachricht
Hello,
I want to use the
solution-task for VS.Net 2005 solutions. I know that VS.Net 2005 solutions are
still not supported.
When will the
solution-task be extended for VS.Net 2005 solutions?
Thanks
Aaron
Pieler
:24
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Solution task fails to read VC++ Force
> Symbol References link property
>
> I'm attempting to build an existing VS.NET solution which
> contains mixed
> C# and VC++ projects. This solution builds from within the
> IDE
I'm attempting to build an existing VS.NET solution which contains mixed
C# and VC++ projects. This solution builds from within the IDE but not
when using the task.
The problem occurs when linking one of the VC++ projects. This project
is configured to add a symbol to the linker command line as
ect that used the project library.)
Not sure if that info will help you much, but you never know...
Ray
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Fisk
Sent: Tuesday, March 29, 2005 5:44 PM
To: nant-users@lists.sourceforge.net
Subject: [Nant-user
quot; to any project that used the project library.)
Not sure if that info will help you much, but you never know...
Ray
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Fisk
Sent: Tuesday, March 29, 2005 5:44 PM
To: nant-users@lists.sourceforge.net
I'm having trouble using the solution task to compile my Visual
Studio.NET 2003 C++ project. It's basically not linking to the standard
windows dlls, even though it compiles fine within Visual Studio. I was
under the impression that it should just use whatever dependencies are
specified in th
Hi,
We’re using some of Infragistics NetAdvantage controls
in our application. These components are licensed. I have no problem building
our solution using the Visual Studio 2003 IDE. However, when I build using the
nant solution task, the license doesn’t appear to be compiling into the
I'm still getting the warning with build 2005-03-13.
Leonardo
On Mon, 14 Mar 2005 21:02:55 +0100, Gert Driesen
<[EMAIL PROTECTED]> wrote:
> Hi Leonardo,
>
> There was a bug with exclusion of projects, which was fixed very recently.
>
> Can you try using a recent nightly build
> (http://nant.sou
Behalf Of
> Leonardo Quijano Vincenzi
> Sent: maandag 14 maart 2005 20:33
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Solution task warning when using
> database project
>
> Hi.
>
> I have a task in my master build file that include several
> C# pro
Hi.
I have a task in my master build file that include several
C# projects and a VS database project. When I do a build, i get the
following warning:
[solution] Only C#, VB.NET and C++ projects are supported. Skipping
project 'DataProject\DataProject.dbp'.
What can I do to disable this warni
On Wed, 9 Mar 2005 16:46:28 +0100, Marcin Hoppe <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I'm using NAnt to compile VS.NET solutions on the build machine. The
> project relies on some 3rd party COM components. These components were
> set up in the same manner on two machines: my workstation and a build
Hi!
I'm using NAnt to compile VS.NET solutions on the build machine. The
project relies on some 3rd party COM components. These components were
set up in the same manner on two machines: my workstation and a build
server. There's no VS.NET installation on the build machine.
It gets easily built o
cc:
nant-users@lists.sourceforge.net
Subject: Re: [Nant-users]
solution task and warn on error
01/05/2005 09:57 AM
thlink.net> cc:
Subject: Re: [Nant-users]
solution task and warn on error
Christopher,
>>> TreatWarningsAsErrors = "true". in the csproj files.
OK, what does TreatWarningsAsErrors = "true" actually _do_? At what level does
it work? Does it possibly simply say the solution build stops on warnings,
which it wouldn't normally do.
If the program that uses the TreatWar
Christopher,
I believe the default failonerror attribute of the task is true,
which is what you want. Could it somehow have been set to false, thereby
letting ignore the failure?
Merrill
---
The SF.Net email is sponsored by: Beat the post
I think I have discovered a bug or a feature I'd love to have implemented.
I'm using the solution task to Build my app.
Right before, I call the solution task, I call xml poke on all the .csproj
files to ensure
TreatWarningsAsErrors = "true".
Then I BUILD the app using the solution task. Ho
Title: Solution task error resolving references
I am trying to compile a vb.net solution using a number of references to compiled resources on a mapped drive. My solution task is failing with the following (first bit of the error message below):
Error resolving module references of 'Z:\Frame
1 - 100 of 242 matches
Mail list logo