Index: lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java,v diff -u -r1.4 -r1.5 --- lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java 20 Oct 2005 05:40:53 -0000 1.4 +++ lams_learning/src/java/org/lamsfoundation/lams/learning/export/web/action/MainExportServlet.java 21 Oct 2005 06:05:44 -0000 1.5 @@ -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);