From: Carlos G. A. <car...@te...> - 2003-10-03 08:44:34
|
Hello: > I have downloaded NANT and the source... couple of questions > I modified the nant config to use .NET 1.1 - it compiles but the test units > fail (can't find a build log to see more detail as to why) You can try using -verbose option, do you have nunit installed ?? > Firing NANT in the NETFirebird_15 dir does not work as documented since > there is a mono.build file as well.. i.e. the .build file needs to be > specified Use -f:buildfile or use one of the .bat files that are in the NETFirebird_15 directory. I suggest you to get the sources from the CVS, if you can, to test the build with the new build file. > The build also goes thru OK except for the test units. > Finally - I have a dll built but not sure how to actually install this into > the managed code area so I can see it in the class browser.. If you want to install it in the GAC use GACUTIL.EXE -- Best regards Carlos Guzmán Álvarez Vigo-Spain "Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las mismas cosas." Albert Einstein. |