1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Links between bob files in different support modules |
From: | "Cobb, Tom \(DLSLtd,RAL,LSCI\) via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 28 Mar 2023 10:02:29 +0000 |
Hi all,
We are looking at how to structure bob files within our support modules, especially how to link between support modules. For example, imagine we have a bob file
ASupport/ASupportApp/op/bob/A_details.bob and we want to link to
BSupport/BSupportApp/op/bob/B_details.bob . As phoebus doesn't support a search path (for
good reasons) we would need to supply an absolute or relative path to B_details.bob in
A_details.bob . My instinct is to use relative paths, so the directory tree can be served over http at runtime, but this means a link to
../../../BSupport/BSupportApp/op/bob/B_details.bob in A_details.bob which mandates that the two support modules be checked out next to each other.
Has anyone else had to link between bob files in two different support modules? If so, how have you done it?
Thanks,
Tom
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. |