Josh Godfrey
08/05/2021, 2:09 PMValidate configuration -- Success
Validate objects --
*** ERROR ***
An unexpected error has occurred.
Mike Robbins
08/05/2021, 3:24 PMdeploy.xml
and running again. If you’re using a wildcard, in deploy.xml
, try adding objects one at a time until the error appears. Once the offending object has been identified, you can usually find clues in the object’s XML to help you troubleshoot the specific problem.Josh Godfrey
08/06/2021, 4:19 PMJosh Godfrey
08/06/2021, 4:21 PMdeploy.xml
? I get the concept, but I would like to reinforce I'm following best practice.zvictor
08/16/2021, 6:05 PM<deploy>
<files>
<path>~/FileCabinet/please/specify_exact_paths.js</path>
</files>
<objects>
<path>~/Objects/please/no/wildcards.xml</path>
</objects>
</deploy>