<br><br><div class="gmail_quote">On Fri, Sep 3, 2010 at 9:56 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What I also should have mentioned is that this will require a small alteration to any prebuild.xml files being built in OpenSim's addon-modules directory.  Please see the mantis for further details.<div class="im"><br>

</div></blockquote><div class="im">Thanks Justin,<br> <br>See the <a href="http://opensimulator.org/mantis/view.php?id=5010">mantis</a> for a small python script to help make the required changes to the addon-module prebuild files. Give the script  --infile and --outfile settings for your prebuild files on the command line, then inspect your outfile to see if it looks ok. Then you can replace your prebuild file with the outfile and run the prebuild shell to generate your project files.<br>
<br>A couple of things to watch for. If you have problems with assemblies not being found, look at your prebuild files to make sure that any assemblies shipped in the ./bin directory have the path=../../../bin (whatever your ReferencePath is set to) added. The script looks for the .dll in the Reference to add the path attribute. Sometimes these files do not have the extension and the script will miss them. The path attribute will need to be added by hand for these. Also, remove the dll extension from the name attributes, as we are pointing the build system to an assembly name, not a file name and it can cause problems in some cases.<br>
</div><div><br> </div><div>Thanks!<br>BlueWall<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
-------- Original Message --------<br>
Subject: Please test updated prebuild in branch prebuild-update<br>
Date: Sat, 04 Sep 2010 02:24:27 +0100<br>
From: Justin Clark-Casey <<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a>><br>
To: <a href="mailto:opensim-dev@lists.berlios.de" target="_blank">opensim-dev@lists.berlios.de</a><br>
<br>
Hi folks.  Bluewall has very kindly provided a patch for our prebuild in order to improve the generated cross platform<br>
build files (for xbuild, monodevelop, nant, etc.).  The patch is at<br>
<br>
<a href="http://opensimulator.org/mantis/view.php?id=5010" target="_blank">http://opensimulator.org/mantis/view.php?id=5010</a><br>
<br>
Since it does change quite a lot of files I thought I would put it in a separate branch to test.  So far, nant seems to<br>
work without any issues (which is also needed for some of the extra build targets in .nant/local-include).<br>
<br>
If you're using other build approaches (monodevelop, vs2010, etc.) please test to make sure it works for those.  Please<br>
report any issues on mantis 5010.  If nobody hits any problems, I will merge the changes with the main build in the<br>
middle of next week.<br>
<br>
Thanks for doing this, Bluewall!<br>
<br>
Regards,<br></div><div><div></div><div class="h5">
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br>