Empty out the `<Objects>` element (but leave...
# sdf
e
Empty out the
<Objects>
element (but leave the element itself)
a
I have tried this:
Copy code
<objects>
    <!--<path>~/Objects/*</path>-->
</objects>
and it resulted in an error when I tried to deploy
e
and the error was?
a
Copy code
Validation failed.

An error occurred during deploy file validation.
Details: The deploy file is invalid at line 2, column(s) 20 - cvc-complex-type.2.4.a: Invalid content was found starting with element 'configuration'. One of '{configurations, objects, files, translationimports}' is expected..
File: ~/deploy.xml

2020-11-12 10:22:08 (PST) Installation FAILED (0 minutes 0 seconds)
if I uncomment that line, it works just fine
p
I think your comment may need a closing backslash, currently its invalid xml <!— some comment —/>
e
a
I tried it with the / and webstorm says that is invalid
I also tried deleting the line altogether, same error
e
I just deployed successfully to a SB by removing the entire
objects
node
a
@erictgrubaugh it apparently is different depending on whether or not you are doing an account customization vs a suiteapp. To get it to work I changed it to
<path>~/Objects/none/*</path>
e
You're using a SuiteApp?
a
no, account customization
e
Hm, same as my project