Re: [Flexwiki-users] About FlexWiki's Build Script

2008-10-21 Thread John Davidson
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.

Re: [Flexwiki-users] About FlexWiki's Build Script

2008-10-20 Thread Helen Ersando
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 -

Re: [Flexwiki-users] About FlexWiki's Build Script

2008-10-20 Thread John Davidson
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

Re: [Flexwiki-users] About FlexWiki's Build Script

2008-10-20 Thread Helen Ersando
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

Re: [Flexwiki-users] About FlexWiki's Build Script

2008-10-20 Thread John Davidson
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

Re: [Flexwiki-users] About FlexWiki's Build Script

2008-10-20 Thread John Davidson
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