and it won't re-deploy stuff you dont need to rede...
# sdf
c
and it won't re-deploy stuff you dont need to redeploy?
a
what do you mean?
c
if i have a project for an entire client, i don't want to redeploy old stuff
only new stuff
a
I think I need more info. What is old stuff? Old objects? Old files?
c
So if i have an SDF project, and I create say 3 UE scripts and new custom fields. I deploy that project to the account and then the client wants additional customizations done which requires for example 1 new client script and 1 more UE script and more new custom fields. Are the original 3 UE scripts re-deployed if i deploy the project or is it smart enough to only deploy the new UE and Client script and new fields?
s
futhermore, there may be scripts that are work-in-progress that you wouldn't want to deploy. If I have 1 UE script not-ready-for-deployment and another that is, I only want to deploy the one that is.
a
@creece the redeployment shouldnt mess anything if nothing changed on those XML definitions
@stalbert you can setup a folder for production objects so objects that are not in that folder are not deployed
message has been deleted
s
is that XML file fully documented now? I remember once up on a time it wasn't. Also, have we the XSDs for any XML docs SDF utilizes?
No, XSDs are not available I think
s
I'd love XSDs because Wesbtorm will apply them for intellisense.
a
Yep, that's in our plans!
s
As a starting point, webstorm/idea will actually generate skeleton XSDs for you from an XML file... You're team would just have to fill in all the juicy details and tighten types.