Hi, It seems that for some reason prebuild resolves some of the assembly references with incorrect names. From "ModulaRex.dll.build" I can see that it has for example resolved "OpenSim.Region.Framework.dll" as "OpenSim.Region.Framework.dll.dll". One way to correct would be to rename those references as correct ones. That however is manual labor and could take some time. Also with other projects that problem might exist.
One way to possible solve this is to clean the build files and run the prebuild script again. To do this, go to "/home/laurent/opensim/" directory and run "mono bin/Prebuild.exe /clean". This command will remove all .project, .build and .mdp files. The program will ask confirmation for this operation. After this, run the runprebuild script again to make new build files for nant. I hope this finally helps. Cheers, Mikko On Tue, Jan 12, 2010 at 2:38 PM, Laurent Rathle <[email protected]> wrote: > > Le 12 janv. 2010 à 08:18, Mikko Pallari a écrit : > > > Can you send the full build log? Or actually I need to know if it built > the references that is mentioned in the part of the log you posted. If those > failed to build that would cause error seen in your log. > > > > Other thing that would help solving this problem is the file > "/home/laurent/opensim/addon-modules/ModreX/ModularRex/ModularRex.dll.build". > With that we can identify if the runprebuild script found all the required > references. > > > > Cheers, > > Mikko > > > http://dl.dropbox.com/u/51818/Modrex.zip > -- > http://groups.google.com/group/realxtend > http://www.realxtend.org >
-- http://groups.google.com/group/realxtend http://www.realxtend.org
