Reply to Thread

Post a reply to the thread: #include script cannot reference path relative to project

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 10-13-2006, 04:57 AM
    linder

    Re: #include script cannot reference path relative to project

    Tim,

    We'll check this, thank you.
  • 10-12-2006, 06:27 PM
    timbojones

    #include script cannot reference path relative to project

    Repro steps:

    Create c:\p4\installer\project\foo.sb5
    Create c:\p4\installer\bar.sbi
    Open foo.sb5
    Add an #include script... line
    Set the path to ..\bar.sbi
    -or-
    Set the path to [SB5_PROJECT]\..\bar.sbi

    Expected results:

    bar.sbi can be found

    Actual results:

    SetupBuilder tries to find
    C:\Program Files\Lindersoft\SetupBuilder 5 Developer\Include\..\bar.sbi
    -or-
    C:\Program Files\Lindersoft\SetupBuilder 5 Developer\Include\[SB5_PROJECT]\..\bar.sbi

    Notes:

    SetupBuilder is smart enough to recognize a full path like c:\p4\installer\bar.sbi. But not everyone maps their source control enlistment to c:\p4, so for them the script is broken.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •