05-22-2013 02:48 PM
Hi,
I need to add a "Bin" folder to the depoyment, so I can have some DLL's available for my handler in the SlxMobile website.
How/where should I add the folder so it gets deployed to the SlxMobile folder?
Regards,
Marcos
05-22-2013 03:08 PM
I'm using SLX 7.5.4
07-19-2013 05:34 AM
Don't recall 7.54 exactly. In some 7.5 versions you were able to just added under Support Files and it got deployed.
If that doesn't work, then add it to your Project and let it get Built and deployed.
07-19-2013 06:33 AM
Thanks Raúl.
Here's how I did it:
In the build file (e.g. "Model\Portal\SlxMobile\SupportFiles\source\products\argos-saleslogix\build\release.jsb2"), I added a resource to copy the folder:
resources: [ .... { src: '../Bin', dest: 'Bin', filters: ".*" }]
In the example, the folder "Model\Portal\SlxMobile\SupportFiles\source\products\argos-saleslogix\Bin" and its content will be copied to the deployment folder during the deployment process.
Regards,
Marcos