Have anyone done this?
I think this could be a major deal breaker if you need to modify all your JS code to work with later versions of Dojo to be able to upgrade your servers.
I have an application that doesn't work, out of the box, on Dojo 1.8x and need to use the same Dojo version as the old Domino 8.5.3 server does (1.6.1).
When I check the JS-catalog only dojo-1.5.2 is available (for some odd reason). Setting xsp.client.script.dojo.version, in the application, = 1.5.2 will load this version but it seems to be missing everything from XPages - the catalog doesn't contain anything related to XPages, it's missing the ibm-folder.
What do I need to do to make an XPages application use Dojo 1.6.1 on a Domino 9 box, the same way a Domino 8.5.3 box does?
Thanks!
/J
What I ended up doing was to extract the DOJO 1.6.1 directory from the JAR and manually copying it into the correct directory (use the same naming conventions as the version(s) already installed).