wiki:MsBuild

Running MsBuild

plutext-client-word2007 uses msbuild to install itself.

Once you have satisfied the dependencies (see previous step):

  1. Download plutext-word2007.proj (click  Original Format at the bottom of the screen)
  1. Use the Visual Studio 2005 Command Prompt, and go to the directory containing the .proj file
  1. Run msbuild /t:patch

Having problems?

The "checkout" target in our msbuild Project file checks out part of the ExoPlatform? project from svn.forge.objectweb.org.

Sometimes, that Subversion server doesn't work. To get around this problem, you can try again later, or you can  download a zip image of those subversion sources (with pre-placed .patch files). Then, before running msbuild /t:patch, comment out 'DependsOnTargets?="placeResources"' from your .proj file, and SVN update the plutext-client-word2007 project (as opposed to the solution as a whole) using subversion.