[Nant-users] Request for SolutionTask

2003-09-16 Thread Martin Webrant TACMa
It would be great to be able to set additional defines for the compiler when you build with the task. We could for example need a define that sets the AssemblyKeyFile attribute correct if we build with VS.NET or NANT #ifdef NANT [assembly: AssemblyKeyFile(@"..\NAnt.key")] #else [assembly: Assembly

[Nant-users] Problem with solution task - GetDepenencyFromProjects

2003-09-08 Thread Martin Webrant TACMa
I fetched 0.8.4 from CVS since 0.8.3 doesn't work with Link attributes in project file (791819). Although I know the link bug should be fixed I cant try it out cause I ran into a new bug... The sample project I tried is attached to this bugreport http://sourceforge.net/tracker/index.php?func=detail

[Nant-users] Bug with link attribute in Visual Studio.NET C# project files.

2003-08-19 Thread Martin Webrant TACMa
I attached a sample project that produces the error. The link attribute can be used for embedded resources aswell. Example: Error: C:\temp\nantbug>"C:\Program Files\nant\bin\nant.exe" nantbug.build NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.ne