Index: lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java =================================================================== diff -u -r6bb4963ecf776fcf12df237fbea052f776d71af9 -r9a11e7fa1304d4d335abb8fca778c5e62b2c0fef --- lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java (.../MainExportServlet.java) (revision 6bb4963ecf776fcf12df237fbea052f776d71af9) +++ lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java (.../MainExportServlet.java) (revision 9a11e7fa1304d4d335abb8fca778c5e62b2c0fef) @@ -80,10 +80,10 @@ * The main page will be generated after all tools have completed its * export. At the time of writing, the html for the main page is * done manually. - * All of the outputs of the export will be zipped up and will be - * available for download. + * All of the outputs of the export will be zipped up and placed + * in the temporary export directory. The relative path of the + * file location of this zip file is returned. * - * */ public class MainExportServlet extends HttpServlet { @@ -105,12 +105,9 @@ /** Get the cookies that were sent along with this request, then pass it onto export service */ Cookie[] cookies = request.getCookies(); - IExportPortfolioService exportService = ExportPortfolioServiceProxy.getExportPortfolioService(this.getServletContext()); String htmlOutput=null; - - Portfolio[] portfolios = null; String mode = WebUtil.readStrParam(request, WebUtil.PARAM_MODE);