Nant with .net 2.0 without solution task

  • Thread starter Thread starter DaTurk
  • Start date Start date
D

DaTurk

Hi,
Can someone please show me an example of how to build a single .net
solution via Nant without using the solution task, or the msbuild task?
I can't seemt o find an example anywhere. Thanks in advance
 
DaTurk said:
Can someone please show me an example of how to build a single .net
solution via Nant without using the solution task, or the msbuild task?
I can't seemt o find an example anywhere. Thanks in advance

Slingshot maybe ?

Arne
 
DaTurk said:
Hi,
Can someone please show me an example of how to build a single .net
solution via Nant without using the solution task, or the msbuild task?
I can't seemt o find an example anywhere. Thanks in advance

What are you trying to do? The format of a solution file has changed from
VS 2003 to VS 2005 so, the old NAnt solution task isn't going to work. The
VS 2005 solution is an MSBuild script but, you don't want to use MSBuild,
why not?

John Vottero
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top