[NAnt-users] Why NAnt over VS Studio builds?
As a NAnt noob I have some fundamental questions. The VS Studio build system has worked fine for me for years, even with solutions that have a few dozen sub projects. Is there something that NAnt can do for me that would make my life considerably easier? What convinced you to start using it? Thanks. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users
Re: [NAnt-users] Why NAnt over VS Studio builds?
For me, it's the ability to have cross-platform development with a common build framework. You can get the same with VS Studio and makefiles or batch files, but I prefer the simplicity of NAnt build scripts. You can still have VS Studio call into NAnt if you want to keep the workflow you have. On Sep 7, 2008, at 9:17 AM, Tero Vaananen wrote: > > As a NAnt noob I have some fundamental questions. The VS Studio > build system has worked fine for me for years, even with solutions > that have a few dozen sub projects. Is there something that NAnt can > do for me that would make my life considerably easier? What > convinced you to start using it? > > Thanks. > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/___ > NAnt-users mailing list > NAnt-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-users - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users
[NAnt-users] Problems with .ico files referenced in a .resx
I could not figure out from the documentation how the heck am I supposed to let the nant know where the external .ico files are located when compiling a .resx file... I have a .resx file containing the following definition: DataGridTextAreaButton.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d 50a3a This is supposed to load the specified .ico file into the resulting .resources, but nant keeps failing with an error "[resgen] Inner exception: Could not find file "/tmp/tmp5639f2ee.tmp/DataGridTextAreaButton.ico". Line 123, position 5.". My definition is: Nant finds the .resx files and copies them to a temp directory but not the .ico files. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users