Re: [nant-dev] Re: Continuing work on msbuild-solution

2006-02-17 Thread Brass Tilde

As Brass wrote, there usually is not a problem even with execing
msbuild.exe. Despite it's not much elegant, there are some caveats. 
One,
which was show-blocker for me, msbuild is unable to build set of 
projects

like solution is.


Completely untrue.  I have several solutions that contain multiple 
projects.  MSBuild builds them all just fine.





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Re: Continuing work on msbuild-solution

2006-02-17 Thread Martin Aliger
Brass,

please, do not blame me. You could have solutions, but I wrote about __set
of projects__. Thats is different beast. See mine previous example or just
simple
solution
  projects
include name=**/*.csproj/
  /projects
/solution

There is no (simple) way how to do this in msbuild (with correct build order
etc.)


If you do not need this feature and are satisfied with simple exec
program=msbuild.exe/, ok. But others have different needs. As I don't use
nunit task but execing nunit-console.exe. And I do not blame nunit
authors that their task is not usable. It is in some cases. Maybe not in
mine, but they certainly helped many other users with unit testing. As well
as I hope msbuild-* tasks would help with msbuild integration. If not, I'd
simply wrote mine own NAnt and do not share with others.

Martin Aliger
 

 -Original Message-
 From: Brass Tilde [mailto:[EMAIL PROTECTED] 
 Sent: Friday, February 17, 2006 2:43 PM
 To: Martin Aliger; 'Dominik Guder'; 
 nant-developers@lists.sourceforge.net
 Subject: Re: [nant-dev] Re: Continuing work on msbuild-solution
 
  As Brass wrote, there usually is not a problem even with execing 
  msbuild.exe. Despite it's not much elegant, there are some caveats.
  One,
  which was show-blocker for me, msbuild is unable to build set of 
  projects like solution is.
 
 Completely untrue.  I have several solutions that contain 
 multiple projects.  MSBuild builds them all just fine.
 
 
 



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Re: Continuing work on msbuild-solution

2006-02-17 Thread Dominik Guder
Hi,
 
 As Brass wrote, there usually is not a problem even with execing
 msbuild.exe. Despite it's not much elegant, there are some caveats. 

From my point of view execing is not very handy and results in
confusing build scripts.

 
 Thats why I created msbuild-solution. There is also simple msbuild task,
 which is not much more that exec above msbuild.exe.

I tried msbuild-solution, but I couldn't get it working until I tried
it again now. So I'll give either msbuild-solution or msbuild a try in
our build environment

Currently we are building our VS2003 projects through solution
solutionfile=foo.sln . The dependencies are resolved manually due the
order in the main build file. exec is only used where necessary, e.g.
Installer

I hope to get a working solution for our environment.

So far

Dominik Guder

-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Re: Continuing work on msbuild-solution

2006-02-16 Thread Brass Tilde
I'm interested in a solution to build our VS 2005 solutions with 
msbuild

called from nant. Either as solution or (if necesarry) the separate
projects with msbuild.


We've had good success just using MSBuild from an exec / task for both 
solutions and single projects.  I've heard from some on this list and 
the  CC.NET list that they've had problems, but we haven't encountered 
any so far.




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers