Am 17.01.2011 15:28, schrieb Kalantri, Jeebitesh:
> Hi,
>
> As I was testing the latest alpha release for visual studio 2005
> projects/solution files.
>
> It is not able to recognize the Solution files for VS2005 and fails the
> project.
>
> I am putting the log files related the problem please have a look at it.
> I have all the required directory structure in NANT_HOME Directory
>
> *18:41:01*    NAnt 0.91 (Build 0.91.3948.0; nightly; 10/23/2010)
>
> *18:41:01*    Buildfile: 
> file:///C:/hudson/jobs/PayAtWork.Net/workspace/Pay@Work4_17/eProducts.build
>
> *18:41:01*    Target framework: Microsoft .NET Framework 4.0
>
> *18:41:01*    Target(s) specified: compile-all
>
> *18:41:01*      [property] Target framework changed to"Microsoft .NET 
> Framework 2.0".
>
> *18:41:01*    compile-all:
>
> *18:41:01*      [solution] Starting solution build.
>
> *18:41:01*    BUILD FAILED
>
> *18:41:01*    Solution format of file 
> 'C:\hudson\jobs\PayAtWork.Net\workspace\Pay@Work4_17\All.sln' is not 
> supported.

Hi,

unfortunately using solution file is not supported for VS2005 and above.
You need to specify your projects one by one:

<solution configuration="release">
     <projects>
         <include name="A\A.csproj" />
         <include name="B\b.vbproj" />
         <include name="C\c.csproj" />
     </projects>
</solution>

This should work without any major hassle for VS2005.

hth

Dominik

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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to