in
Innovasys Logo

Assembly Relative paths

Last post 08-01-2007 3:17 AM by Richard Sloggett (Innovasys). 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-31-2007 12:06 PM

    • GV
    • Top 25 Contributor
    • Joined on 07-26-2007
    • Posts 11

    Assembly Relative paths

    Doc X appears to Not accept relative paths for assemblies and extra content. As such, we are unable to integrate into our nightly build as c:\source\release is certainly not the buildmachine directory structure.

    Is this even possible - integrating into a TFS nightly build?

  • 07-31-2007 12:54 PM In reply to

    Re: Assembly Relative paths

    We use HelpStudio 2 to run the nightly doc build, and we haven't had any problems with relative paths since DocX 5 came out.

    We use a simple batch file and Cruise Control to run the build, but that's  about it.

    The nightly build script we run looks like this:

    %HELPSTUDIO% = path-to-hs2.exe 
    del /Q /S out-helpstudio
    %HELPSTUDIO% SO.Database.hsp /b /s /bp=Default
    echo CHM file complete

     

    -- christian
    Filed under: ,
  • 08-01-2007 3:17 AM In reply to

    Re: Assembly Relative paths

    Document! X does support relative paths throughout, but only if the relative path/file is a sub-directory of, or shares the same parent folder as, the folder containing the .dxp. This is by design to ensure that relative paths are only stored where appropriate.

    Richard Sloggett
    Innovasys
    http://www.innovasys.com
    Filed under:
Page 1 of 1 (3 items)