You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by mh...@apache.org on 2011/09/26 13:49:32 UTC

[Lucene.Net] svn commit: r1175810 - /incubator/lucene.net/trunk/build/scripts/docs.shfbproj

Author: mherndon
Date: Mon Sep 26 11:49:32 2011
New Revision: 1175810

URL: http://svn.apache.org/viewvc?rev=1175810&view=rev
Log:
in order to get around having to wait for hudkins to be rebooted to get the shfb path variable, we attempt a best guess of the default install.

Modified:
    incubator/lucene.net/trunk/build/scripts/docs.shfbproj

Modified: incubator/lucene.net/trunk/build/scripts/docs.shfbproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/scripts/docs.shfbproj?rev=1175810&r1=1175809&r2=1175810&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/scripts/docs.shfbproj (original)
+++ incubator/lucene.net/trunk/build/scripts/docs.shfbproj Mon Sep 26 11:49:32 2011
@@ -32,7 +32,15 @@
   <Import Project="Snowball/document.targets" Condition="'$(area)' == 'snowball'" />
   <Import Project="Spatial/document.targets" Condition="'$(area)' == 'spatial'" />
   <Import Project="SpellChecker/document.targets" Condition="'$(area)' == 'spellchecker'" />
-	
+  
+  <!-- Hudkins restarts are out of our control.... thus you never know when it will be rebooted
+       in order to find the SHFBROOT path variable. so here is our best guess. -->
+  <PropertyGroup>
+  	<ProgramFiles32>$(MSBuildProgramFiles32)</ProgramFiles32>
+  </PropertyGroup>
+  <PropertyGroup>
+  	<SHFBROOT Condition="'$(SHFBROOT)" == ''">$(Program32)\EWSoftware\Sandcastle Help File Builder</SHFBROOT>
+  </PropertyGroup>
   <PropertyGroup>
     <!-- The configuration and platform will be used to determine which
          assemblies to include from solution and project documentation