Asynchronous Download for Public - Code JAVA¶
This is the doc of the java code for the plugin "Asynchronous Download for Public Users".
How to:- Get the code from here: source:git_sitools_idoc|solar/asynchronous_download_public/Asynchronous_Download_java_sitools2@master
- Copy all .java files to your extension folder: yourPathTo/workspace/fr.cnes.sitools.extensions/src/fr/cnes/sitools/resources/order/
- Modify the alert mail template for your project:
source:git_sitools_idoc|solar/asynchronous_download_public/Asynchronous_Download_java_sitools2/PublicOrderResource.java@master#L197 - Create a new plugin by copying this line:
fr.cnes.sitools.resources.order.PublicOrderResourceModel
to the file:
yourPathTo/workspace/fr.cnes.sitools.extensions/src/META-INF/services/fr.cnes.sitools.plugins.resources.ResourceHelper - Recompile extenstions using: ant
- Copy the new compiled .jar file:
yourPathTo/workspace/fr.cnes.sitools.extensions/dist/fr.cnes.sitools.extensions.jar
to sitools core directory:
yourPathTo/workspace/fr.cnes.sitools.core/ext/