Skip to end of metadata
Go to start of metadata

The binary distribution is currently built for 1.1 but the source compiles on 2.0 as well. Paul Gielens describes this in his blog at http://weblogs.asp.net/pgielens/archive/2005/12/03/432211.aspx.

In the long run we should modify Neo such that it makes use of new features in .NET 2.0, mainly generics, to simplify the codebase. If you are interested in this, please send a mail to the developers list. Note that due to spam you have to subscribe to the list to be able to post. Details here: http://archive.neo.codehaus.org/

Labels:
  1. Apr 08, 2006

    Unfortunately, the URL listed above does not contain a correct procedure for installing on 2.0.  The NAnt that comes with Neo doesn't like 2.0 solution files. Even after installing the latest NAnt which supposedly supports 2.0 Beta, its complaining about VS 2005 solution files.  He also makes reference to a setup.bat file. Does he mean 'build.bat'?  If he does, you would most likely have to use the -t net-2.0 flag so it would build against teh 2.0 framework (unless you ONLY have 2.0 Beta 1). And, otherwise, you also will probably have to tweak the NAnt.exe.config file to handle the exact version of net 2.0 you have installed... since many have installed versions beyond 2.0 beta 1.

  2. Apr 09, 2006

    Hi Jesse,

    I've started work on .NET 2.0 support and submitted a snaphot http://jira.codehaus.org/browse/NEO-54. I didn't come around updating the /tools/nant so you have to install the latest nant with support for vs.net 2005 solution/project files which I included in the snapshot.