Testing to determine the best way of supporting VS2008 has had some
interesting results. It turns out that it is not possible to have a single
solution support VS2005 and VS2008, using NAnt at least.
The test environments that I used were:
1. Win XP Pro SP3 - 32bit; VS2005; .Net 2.0.50727; .Net 3.
yes... after reading the article you've provided... it seems to be the best
way for now...
thanks John!
anyway, i vote for moving to VS2008 as the default...
but still with the support for VS2005 and the previous versions of .net...
many thanks,
Helen
-
Hi Helen
I would prefer not to distribute based on a beta product, but rather modify
the nant.exe.config and revise the flexwiki.build file to use the 3.5
framework. This solution needs to be tested to ensure it works with VS2005
and the current distribution. If it works correctly I will file a bug
Hi John,
I just visited NAnt at sourceforge to check for latest release... yes,
you're right they have the beta 0.86... i downloaded it, and override the
NAnt copy in hte flexwiki... and then i modifid the flexwikicore.build file,
changing framework to 3.5
**
and when i rerun again the build sc
Hi Helen
Just a quick follow-up. The solution outlined below does work with for the
scenario you outlined.
Any votes for moving to VS2008 as a default instead of VS2005?
John Davidson
On Mon, Oct 20, 2008 at 4:26 PM, John Davidson <[EMAIL PROTECTED]> wrote:
> Hi Helen
> This is a problem with N
Hi Helen
This is a problem with NAnt, which drives the build script. FlexWiki is
using the latest non-beta version (v.85). It is not clear that the latest
beta (v.86B1) will solve this problem.
I found this resource which explains how to get NAnt v.85 to work with
VS2008 and .Net 3.5 at [1]. It is