Unable to add dependencies to manifest file? No su...
# sdf
a
Unable to add dependencies to manifest file? No such field com.netsuite.ide.core.sdf.model.Deploy.translationimports ---- Debugging information ---- field : translationimports class : com.netsuite.ide.core.sdf.model.Deploy required-type : com.netsuite.ide.core.sdf.model.Deploy converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter path : /deploy/translationimports line number : 11 version : 1.4.8 -------------------------------
a
looks like a bug.. Try adding
translationimports
ro your `manifest.xml`:
Copy code
<deploy>
    <configuration>
        <path>~/AccountConfiguration/*</path>
    </configuration>
    <files>
        <path>~/FileCabinet/*</path>
    </files>
    <objects>
        <path>~/Objects/*</path>
    </objects>
    <translationimports>
        <path>~/Translations/*</path>
    </translationimports>
</deploy>
CC: @Carlos Olivares (NS DevTools PM)
a
@alien4u can you please provide info on which tool you got this error, and the version of suitecloud you are using?