Hey everyone! We are
currently setup with a common bin directory that all of our projects and
solutions reference from. Each project has a build event that copies its output
to the bin folder so other projects can reference it. I had a situation with the
task where nant was locking the refe
> I think MSBuild also has something similar, but I haven't yet
> looked into it. Anyone know more about what they use ?
I just read some of their PDC slides, Word documents, and some
of http://msdn2.microsoft.com/en-us/library/0k6kkbsd(en-US,VS.80).aspx
It seems that MSBuild parameters can be o
> I'd definitely prefer having something fileset-like instead
> of a simple property to store the list of output files in.
Yes, me too. That was actually my first thought. I didn't see any precedent
for returning values of types other than string from a task, though.
Would it be enough if there w
he list of output files in.
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Foy, Sean
> Sent: zaterdag 29 oktober 2005 16:34
> To: 'nant-developers@lists.sourceforge.net'
> Subject: [nant-dev] Solution task fea
I'd like to be able to access a list of outputs generated by the execution
of the solution task. Attached is a patch that implements this feature using
NAnt properties.
The solution task now maintains a list of all outputs (and also a list of
just the assemblies it compiles) during its execution.
: 'Gert Driesen'; Vojtech Jakes;
nant-developers@lists.sourceforge.netSubject: RE: [nant-dev]
Solution-optional param
Hi,
some time ago there was discussion that
task could have something like which could override
some properties for all or some projects in the solution. I think th
ECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert
DriesenSent: Thursday, February 24, 2005 7:41 AMTo:
'Vojtech Jakes'; nant-developers@lists.sourceforge.netSubject: RE:
[nant-dev] Solution-optional param
Hi Vojta,
Not sure if this is something we want. IF we add this,
developers@lists.sourceforge.netSubject:
[nant-dev] Solution-optional param
Hi,
has anyone considered adding
a boolean parameter to the solution task forcing the creation of XML
documentation on C# projects? This could be really quick one I think...
Title: Solution task
I'm a new to nant, I' m trying to use solution task to be able to build a dotnet project , here is my build file
Here is the output.
build:
[solution] Starting solution build.
BUILD FAILED
INTERNAL ERROR
S
Hi,
has anyone considered adding a
boolean parameter to the solution task forcing the creation of XML
documentation on C# projects? This could be really quick one I think...
Cheers
Vojta
This email and any files
ECTED] On
> Behalf Of Chris Fewtrell
> Sent: vrijdag 21 januari 2005 17:28
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] solution task: Exception when building a
> solution that contains a VC++
>
> Hello
>
> I am using nant-0.85-rc1.
> I get this exce
Hello
I am using nant-0.85-rc1.
I get this exception when excecuting the solution task.
My solution contains 1 VC++.Net project that contains project references
to other C# projects in the solution.
I had a cursory look at the code. It appears (to me) that I will always
get this exception if t
Hi.
I looked around inside the solution task source, and it seems that it
should copy the app.config file to the {outputdir}/{exename}.config file.
For some reason, this does not happen for me. IS this bug or just some
misunderstanding from my side?
--
Gert
smime.p7s
Description: S/MIME Crypt
mber 2004 10:15
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] Solution task and app.config file
>
> Hi.
>
> I looked around inside the solution task source, and it seems that it
> should copy the app.config file to the
> {outputdir}/{exename}.conf
McAnnallySent: vrijdag 3 december 2004 17:00To: Tom
McAnnally; [EMAIL PROTECTED]Subject: RE:
[nant-dev] solution target and vcproj support for MIDL
compiler
Here is a zipped up
example project that exhibits this issue. Please remove
“removethisextension” from the zip file
[cl] /D "_MBCS"
>
>[cl]
>
>[cl] Starting 'cl
> (@"C:\DOCUME~1\tomm\LOCALS~1\Temp\tmp217D.t
>
> mp" /D WIN32 /D _WINDOWS /D _DEBUG /D _USRDLL /D
> WIN32 /D _WINDOWS /D _DEBUG
> /D
>
> _USRDLL /EHsc /D _WIN
Has anyone tried to build a COM based vc project. It seems
to me that NANT doesn’t run the MIDL compile and therefore cannot build a
COM based vc project.
-Tom
1 november 2004 21:53
> To: [EMAIL PROTECTED]
> Subject: [nant-dev] solution tag bug
>
> as you requested... I'm reporting this as a bug
>
>
> H:\docs\coopmetrics\devel\Website>"c:\program
> files\nant\bin\nant.exe"
> CoopMetri
> cs.build
>
as you requested... I'm reporting this as a bug
H:\docs\coopmetrics\devel\Website>"c:\program files\nant\bin\nant.exe"
CoopMetri
cs.build
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///H:/docs/coo
Hi All,
First off, thanks for great work done on Nant. I used the original
Ant a few years ago on both C++ & Java projects now have a need to compile a
fairly complex C++ solution (ie. multiple projects with thousands of files).
So far, with a little gentle persuasion, I've managed to get
Kevin
Sent: samedi 24 juillet 2004 22:16
To: [EMAIL PROTECTED]
Subject: [nant-dev] Solution build with nightly build
I tried a solution build with the latest source and I get the following
error.
Kevin Burton
[EMAIL PROTECTED]
NAnt 0.85 (Build 0.85.1664.0; net-1.0.win32; nightly; 7/22/2004)
Copyrigh
I tried a solution build with the latest source and I get the following error.
Kevin Burton
[EMAIL PROTECTED]
NAnt 0.85 (Build 0.85.1664.0; net-1.0.win32; nightly; 7/22/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///D:/Projects/Visa/MR0804/Application Ser
> -Original Message-
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 13, 2004 1:50 AM
> To: Brian Deitte; [EMAIL PROTECTED]
> Subject: Re: [nant-dev] solution changes, including J# support
>
>
> Brian,
>
> I had a look at your patch, but haven&
ED]>
Sent: Tuesday, July 13, 2004 4:26 AM
Subject: RE: [nant-dev] solution changes, including J# support
> Hi all, just pinging on this change. If someone has this change on their
> todo list, then nevermind. Thanks, Brian
>
>
> > -Original Message-
> > From:
'[EMAIL PROTECTED]'
> Subject: [nant-dev] solution changes, including J# support
>
>
> Hi all,
>
> I've made some changes to the VS.NET classes, including
> providing J# support
> for the solution task. The changes are attached, with the
> zip rename
Hi all,
I've made some changes to the VS.NET classes, including providing J# support
for the solution task. The changes are attached, with the zip renamed foo
to fool sourceforge's email filter. They are unifed diffs against the most
current source drop. Let me know if you'd like these changes
Situation :
NAnt nightly build 20040525
VB.NET Solution with 2 projects, project B is dependend on project A with copy local = true.
Building the solution the first time , no problem both projects are build and the dll from the first project is
copied into the output dir of the second project.
bject: Re: [nant-dev] solution task
- Original Message -
From: "Brian Nantz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 2004 9:46 PM
Subject: RE: [nant-dev] solution task
> No I only point to the solution and map the webservices. The cspro
- Original Message -
From: "Brian Nantz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 2004 9:46 PM
Subject: RE: [nant-dev] solution task
> No I only point to the solution and map the webservices. The csproj files
> may refernce the d
[nant-dev] solution task
Brian,
Could it be that you specified that project using the or
fileset ?
Gert
- Original Message -
From: "Brian Nantz" <[EMAIL PROTECTED]>
To: "'Gert Driesen'" <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 2004 5:50 PM
-
From: Brian
Nantz
To: [EMAIL PROTECTED]
Sent: Wednesday, May 26,
2004 4:07 PM
Subject: [nant-dev]
solution task
I have found that the solution task has greatly matured
since I last used it. I use enterprise templates in my solutions all the
time. At work the master
]
Sent: Wednesday, May 26, 2004 4:07
PM
Subject: [nant-dev] solution task
I have found that the solution
task has greatly matured since I last used it. I use enterprise
templates in my solutions all the time. At work the master solution
contains 109 projects! The NAnt
I have found that the solution task has greatly matured
since I last used it. I use enterprise templates in my solutions all the
time. At work the master solution contains 109 projects! The NAnt solution
task does pretty well until it gets to a VS.NET database project then it gives
me an
eers,
Clayton
> -Original Message-
> From: Clayton Harbour
> Sent: May 21, 2004 7:52 AM
> To: Ian MacLean; Gert Driesen; Jaroslaw Kowalski
> Cc: NAnt Developers
> Subject: [nant-dev] Solution task on Linux?
>
>
> Hi,
>
> I was just curious if anyone has lo
Hi,
I was just curious if anyone has looked closely at what it would take to get the
solution task running on Linux/ mono? I would like to help out with that but am not
sure where to start and what is being done.
Cheers,
Clayton
---
This
Eric,
Please submit a bug report and attach a small repro for this issue.
Thanks,
Gert
- Original Message -
From: "Eric Fetzer" <[EMAIL PROTECTED]>
To: "NAnt Developers" <[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 11:11 PM
Subject: [nant-dev] Solu
I just upgraded to the latest greatest (5.20) NAnt and
NAntContrib and the task is not building my
projects in the correct order and crashing because of
this. It seems to be exactly the opposite of the
order it should (i.e. If I put 2 projects in there, it
will always choose the wrong one to buil
Hi all,
My .NET project has reference to some Visual Basic COM objects (e.g.
MyServer.dll, COMSVCLIB.dll etc.). When I used NANT (latest nightly
build May 10, 2004) to build this solution, it generates
Interop.MyServer.dll, MyServer.dll, Interop.COMSVCLIB.dll and
COMSVCLIB.dll.
But if I build t
Hi,
I have problems with buildin solution, when I trying to build it, I'm
getting following error message:
[solution] Starting solution build.
BUILD FAILED
Error checking whether
'C:\MPI2Build\src\MPI\MAG\HostingEnvironment\http://localhost/MPISeviceFacad
e/MPISeviceFacade.csproj' is an enterpr
Jia,
I suggest using the latest nightly build
(http://nant.sourceforge.net/nightly/builds) as lots of fixes for the
task were committed recently.
Let us know if you still have this or other problems with the nightly
build.
Gert
On Mon, 2004-01-05 at 03:41, Jia Bin wrote:
> hi,
>
> I'm trying
- Original Message -
From: "Matthew Mastracci" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 11:05 PM
Subject: Re: [nant-dev] Solution task fixes
Gert Driesen wrote:
3. The HintPath for a reference is now checked before the
AssemblyFolders. VS.NET checks it this way and it can break a solution
that wants to reference (using a direct assembly reference) a different
version of an assembly than might have been installed in an
AssemblyFolder
- Original Message -
From: "Matthew Mastracci" <[EMAIL PROTECTED]>
To: "Nant-Developers (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 10:20 PM
Subject: [nant-dev] Solution task fixes + speedups
> I've spent a bit more time
I've spent a bit more time speeding up the solution task and fixing
differences from VS.NET. Here's a short summary of what to expect with
the latest CVS:
1. We only create one AppDomain per solution build and per project
build. We were creating dozens of AppDomains per project build before.
Hello.
Awesome job on the Solution tasks. I write bi/tri lingual applications
and I am happy to see that support added in. But, I found a little
bug.
I don't know HOW I ended up with two dependent resources files but it
would be good to correctly load them.
I have an item in a project th
To: [EMAIL PROTECTED]
Sent: Monday, February 23, 2004 5:45
PM
Subject: [nant-dev] "Solution" Task
Error
Hello,
I'm receiving the error
stated below from the "solution" task.
I'm currently using nightly
build nant-0.85-20040221
T
Hello,
I'm receiving the error stated
below from the "solution" task.
I'm currently using nightly
build nant-0.85-20040221
The project is a c# Class
Library project, which generates a dll file.
The Script call looks like
this
I checked the variable
parameters and they are
Hi,
Nant is bailing on me (seemingly when trying to load a mixed mode C++
project) as part of a solution. The output is below. Another thing to
mention while I'm here is that the C++ builder in the solution task doesn't
seem to support expanding properties in the project files like
${Configuratio
Hello.
When I tried to compile my solution, I got this error:
=
BUILD FAILED
INTERNAL ERROR
System.IO.FileLoadException: Assembly farpoint.calcengine.dll
already loaded without additional security evidence.
F
With latest nightly all ok. Thanx!
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gert
> Driesen
> Sent: Wednesday, February 11, 2004 11:59 AM
> To: Kostya Kostyuchenko; [EMAIL PROTECTED]
> Subject: Re: [nant-dev] solution compila
ruary 11, 2004 9:50 AM
Subject: [nant-dev] solution compilation bug
> Hello.
>
> When I tried to compile my solution, I got this error:
> =
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.IO.Fi
Hello.
When I tried to compile my solution, I got this error:
=
BUILD FAILED
INTERNAL ERROR
System.IO.FileLoadException: Assembly farpoint.calcengine.dll
already loaded without additional security evidence.
F
ry 05, 2004 3:41 AM
Subject: [nant-dev] Solution task problems
> hi,
>
> I'm trying to build a solution and met the following problem.
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.IO.FileLoadException: Assembly gemgeocurtai
hi,
I'm trying to build a solution and met the following problem.
BUILD FAILED
INTERNAL ERROR
System.IO.FileLoadException: Assembly gemgeocurtainm.dll already loaded
without additional security evidenc
.
File
name: "gemgeocurtainm.dll"
S
1.) If you have the time, go for it!
2.) Improvements are great.
3.) Adding support for this is a good idea. At the solution and project
level seems like a nice one to have too.
- Original Message -
From: Martin Aliger
Hi all !
1/
Do you think, that now is good time to some cleaning and
Hi all !
1/
Do you think, that now is good time to some
cleaning and restructuring in solution task as we discussed earlier?
I have some spare time and appetite to do that
now!
2/
Also I would need (and like to) make some
improvements to that task. What I need (and currently use not-com
Hi Paul
Which version of nant are you using ? A recent change in the solution
task should fix that issue. Either the latest nightly or 0.84 beta 1
will have the fix.
beta 1 has a known issue where it fails to build its test library with
the following error :
build:
[csc] Comp
I have found a bug in the solution build task when the project default root
namespace is an empty string. The embeded resource namespace starts with a
'.' when it shouldn't. For examlple, I have a vb class that has a namespace
of Test.Project and the project does not have a Root Namespace (empty
>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 17, 2003 10:19 PM
Subject: [nant-dev] solution task and linked VS.Net files.
> Nant developers,
>
> I am getting this error when I compile a VS.Net 2003 solution with an
> ProductInfo file that has been linke
Nant developers,
I am getting this error when I compile a VS.Net 2003 solution with an
ProductInfo file that has been linked from a parent directory.
e.g.
System.IO.IOException: Could not find a part of the path
"U:\dev\MyProject\ProductInfo.cs".
at System.IO.File.GetLast
Hi,
is there anyone currently working on adding support for .csdproj (PocketPc
application) project in the Solution task ?
Regards,
Thibaut Barrère
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.525 / Virus Database: 322 - Rele
sumed that it would not go through.
-Scott
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Thu 10/16/2003 3:42 AM
To: Scott Ford; [EMAIL PROTECTED]
Cc:
Subject: Re: [nant-dev] Solution Task changes for C++ pr
htly build in a few minutes ...
Gert
- Original Message -
From: "Scott Ford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 15, 2003 10:28 PM
Subject: [nant-dev] Solution Task changes for C++ project support
Hello,
I grabbed the nightly build fr
t Ford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 15, 2003 10:28 PM
Subject: [nant-dev] Solution Task changes for C++ project support
Hello,
I grabbed the nightly build from 10.13.2003 and hacked away at the code
until my solution with 13 C# projects and o
Hello,
I grabbed the nightly build
from 10.13.2003 and hacked away at the code until my solution with 13 C#
projects and one C++ project compiled. This is the version that I plan on using
here until the C++ project support stabilizes. I seriously doubt that these
changes will work for e
t; <[EMAIL PROTECTED]>
> Sent: Tuesday, October 07, 2003 10:50 AM
> Subject: [nant-dev] solution task
>
>
> > Hi all,
> >
> > finally, I should have some spare time to nant project again. Do you
still
> > think, code refactoring for solution task (descri
Hi,
I have a simple target defined as follows:
When my target executes, I get the output as attached (ant.out). I am
desperate for a solution (no pun intended) to this problem ASAP. I was
hoping the final 0.8.3 release would resolve this problem since I was using
RC2. However, I just
,
Gert
- Original Message -
From: "Martin Aliger" <[EMAIL PROTECTED]>
To: "!nant" <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 10:50 AM
Subject: [nant-dev] solution task
> Hi all,
>
> finally, I should have some spare time to nant project agai
t; <[EMAIL PROTECTED]>
To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Matthew Mastracci"
<[EMAIL PROTECTED]>
Cc: "Gert Driesen" <[EMAIL PROTECTED]>; "!nant"
<[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 10:45 AM
Subject: Re: [
How does determine the build order? My
build all of a sudden stopped working and I can't
figure it out. I was pointing to a .sln file with 26
projects and thought it might be the .sln. So I
converted to:
sort of thing with the projects listed in the corr
The solution task determines dependencies by analyzing project
references. For example, if project A reference B.dll, B will build
before A. This is irregardless of whether the reference to B.dll was
done through a reference to the "B" project or by referencing "B.dll" in
the bin\Debug or bin\Rel
Hi,
I'm trying out the solution task for the first time and am experiencing a
couple of problems. I'm using Nant 0.8.3 final.
The project structure comes out of CVS like this:
Project\
Solution.sln
Project1.csproj
bin\
debug\
Tests\
Tests.csproj
bin\
debug\
The result
, September 17, 2003 5:00 AM
To: Matthew Mastracci; Vincent Labatut
Cc: [EMAIL PROTECTED]
Subject: Re: [nant-dev] solution task fix
VS.NET uses the full name of the class (namespace.classnam) for the "behind
the scenes" .resx files (those resource files automatically created to hold
WinForm re
2003 5:00 AM
To: Matthew Mastracci; Vincent Labatut
Cc: [EMAIL PROTECTED]
Subject: Re: [nant-dev] solution task fix
VS.NET uses the full name of the class (namespace.classnam) for the "behind
the scenes" .resx files (those resource files automatically created to hold
WinForm resources, et
cci [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 9:50 AM
To: Vincent Labatut
Cc: [EMAIL PROTECTED]
Subject: Re: [nant-dev] solution task fix
Unfortunately, VS.NET uses the name of the class as the generated resources filename.
Changing this would break any designer-created code.
BT
Unfortunately, VS.NET uses the name of the class as the generated
resources filename. Changing this would break any designer-created code.
BTW, as a friendly suggestion. :) I can't read your mail from Sept. 9
because it appears to be encoded in something other than text/plain. I
get nant-u
hi,
i think there's a problem in the way compiled resource filenames are computed in the
solution task. I had a collision which was failing my build (cf my mail to the nant
users list "solution task - problem with resources" on the 9th sept).
The filenames are computed by scanning the correspon
Double Opps, Jean answered me. I'll bounce back as to whether it worked or not (warning level change). Thanks Jean!Eric Fetzer <[EMAIL PROTECTED]> wrote:
Ooooppps, should have sent to NAnt Dev:
My developers just started incorporating NDoc into their projects. My first build has resulted
Ooooppps, should have sent to NAnt Dev:
My developers just started incorporating NDoc into their projects. My first build has resulted in some errors in the compile. It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not
Hi,
> OK. I withdraw my negative vote, now I can see the need for such tweaks.
;-)
> But I think Martin's idea could be extended to all-singing-and-dancing
> syntax like:
[snip]
> includevsfolders="false">
>
>
>
[snip]
>
>
>
>
>
>
lt;[EMAIL PROTECTED]>; "Gert Driesen"
<[EMAIL PROTECTED]>; "!nant" <[EMAIL PROTECTED]>
Sent: Friday, September 12, 2003 5:54 PM
Subject: Re: [nant-dev] solution task addin
> I agree with Martin. Sometimes you need to override a build setting on
> your build ma
e :-(.
Martin
>
> Jarek
>
> - Original Message -
> From: "Gert Driesen" <[EMAIL PROTECTED]>
> To: "Martin Aliger" <[EMAIL PROTECTED]>; "! nant"
> <[EMAIL PROTECTED]>
> Sent: Friday, September 12, 2003 2:19 PM
>
Personally I think it's a bad idea to have extensions like this because they
change semantics of task from something very simple (do it like
VS.NET does) to something quite difficult to follow.
I tend to agree. This could result in build outputs that differ
significantly between what nant bui
Martin
Jarek
- Original Message -
From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "Martin Aliger" <[EMAIL PROTECTED]>; "! nant"
<[EMAIL PROTECTED]>
Sent: Friday, September 12, 2003 2:19 PM
Subject: Re: [nant-dev] solution task addin
I
artin Aliger" <[EMAIL PROTECTED]>; "! nant"
<[EMAIL PROTECTED]>
Sent: Friday, September 12, 2003 2:19 PM
Subject: Re: [nant-dev] solution task addin
> I'll commit it later today.
>
> Thanks,
>
> Gert
>
> - Original Message -
> From: &qu
: "Martin Aliger" <[EMAIL PROTECTED]>
To: "! nant" <[EMAIL PROTECTED]>
Sent: Friday, September 12, 2003 2:04 PM
Subject: Re: [nant-dev] solution task addin
Here it is reworked. Looks much nicer now :)
Martin
-
I'll commit it later today.
Thanks,
Gert
- Original Message -
From: "Martin Aliger" <[EMAIL PROTECTED]>
To: "! nant" <[EMAIL PROTECTED]>
Sent: Friday, September 12, 2003 2:04 PM
Subject: Re: [nant-dev] solution task addin
> H
at to use brackets on the same line, instead of on the next
line ...
- Original Message -
From:
Martin
Aliger
To: ! nant
Sent: Friday, September 12, 2003 11:35
AM
Subject: [nant-dev] solution task
addin
Hi all,
Again, I propose
an addin into solution
ED]>
Sent: Friday, September 12, 2003 1:08 PM
Subject: Re: [nant-dev] solution task addin
> > use BuildElementCollection("compilerargument" or "compilerargs") instead
> of [BuildElementArray("arg")]
> Ok. I'll rework it.
>
> > PS. can you also
as trying hard, but we use different code convention here
(similar to VS default) to I sometimes forget it...
- Original Message -
From: Gert Driesen
To: Martin Aliger ; ! nant
Sent: Friday, September 12, 2003 1:08 PM
Subject: Re: [nant-dev] solution task addin
Look very good, but I have s
Hi all,
Again, I propose an
addin into solution task. It enables use of extra parameters for csc task as in
this case:
adding extra /codepage:1250
to csc calls. This is needed, when .cs files
are in another codepage than asci
I apologize in advance if I'm posting a question that has recently been answered. Many posts as of late have gone many miles over my head...
Developers in my shop recently got sick of reference problems and began using project references (while I was in a meeting Friday afternoon). This is good
-
From: "Sayah, Jeff (HHoldings, CALMS/IT)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 04, 2003 3:59 PM
Subject: [nant-dev] Solution Task
>
> Greetings,
>
> I'm new to Nant and was just trying to see if it works for my
organization.
>
Greetings,
I'm new to Nant and was just trying to see if it works for my organization.
I was trying to us the solution task on a small project
I received the message below when I attempted to use the build file, I think
the parse error actually relates to
<[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 9:17 PM
Subject: Re: [nant-dev] solution task & assemblyfolders
> Martin,
>
> Your patches were committed to cvs.
>
> Thanks for the contribution,
>
> Gert
>
> - Original Message -
> From: &qu
revious patch,
> because this do not happen without it)
>
> Regards,
> Martin
>
> btw: if someone is better English speaker than I am, please correct mine
> comments in code
>
>
> - Original Message -
> From: "Jaroslaw Kowalski" <[EMAIL PROTECT
Message -
From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
To: "Martin Aliger" <[EMAIL PROTECTED]>; "! nant"
<[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 5:48 PM
Subject: Re: [nant-dev] solution task & assemblyfolders
> Hi all!
>
> T
;Tom Cabanski'" <[EMAIL PROTECTED]>; "'Martin Aliger'"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 3:55 PM
Subject: RE: [nant-dev] solution task question
The solution task is busted in this regard. VS.NET will open each of
<[EMAIL PROTECTED]>; "'Martin Aliger'"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 3:55 PM
Subject: RE: [nant-dev] solution task question
> The solution task is busted in this regard. VS.NET will open each of
> the assemb
TED]>
> To: "Martin Aliger" <[EMAIL PROTECTED]>; "! nant"
> <[EMAIL PROTECTED]>
> Sent: Monday, September 01, 2003 5:48 PM
> Subject: Re: [nant-dev] solution task & assemblyfolders
>
>
> > Hi all!
> >
> > That's a very
1 - 100 of 137 matches
Mail list logo