Does anyone know if we have a best practice for this from our fantastic software factory?
i.e. automate file transfers to the app server’s specified report directory.
…or at least a better way to manually do it, kinda like how it is easy to push up plugin files through the admin console’s upload library
Thanks,
Sean
What I do is normally install Tortoise SVN on the server. Then all I need to do is a SVN Update to get the latest JRXMLs from repository. One click update.
Should be something to consider for the software factory though.
J
I have a customer that just installed a ftp service on the server with two different login and landing folder
One login that help him managing servoy install folder (for exemple plugins that need specific folder etc. )
Other login go to jasper report folder (then he can easily synchronize local and remote folder)
Not the best academic practice but that was simple to do (it was the same practice that publishing old staitic html pages)