Hello. I have a client with multiple customization...
# sdf
u
Hello. I have a client with multiple customizations and multiple developers building those customizations. A big obstacle we have is that we want to keep one version/folder of all objects and files to share them across all the customizations. I was curious if we can have this folder structure and have the
deploy.xml
point to a different objects/files folder.
Copy code
root
|__Objects/
|__FileCabinet/
|
|__acctCustomizationOne/
|______src/ - deploy.xml points the files and objects path to ../Objects/* and ../FileCabinet/*
|__accountCustomizatonTwo/
|______src/ - deploy.xml points the files and objects path to ../Objects/* and ../FileCabinet/*
s
as far as I've seen
deploy.xml
can't refer to arbitrary directories or files outside the project root
FileCabinet
would be nice to hear otherwise!
👍 1