Index: lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java 9 Dec 2008 05:40:33 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java 15 Jan 2009 22:40:20 -0000 1.2 @@ -96,7 +96,8 @@ public ActionForward start(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { // Get the learning design template zip file - String designFilePath = "pedagogical_planner\\1\\1\\1"; + String designFilePath = "pedagogical_planner" + File.separator + "1" + File.separator + "1" + File.separator + + "1"; String contentRepositoryPath = Configuration.get("ContentRepositoryPath"); File templateDirectory = new File(contentRepositoryPath, designFilePath); File designFile = new File(templateDirectory, CentralConstants.TEMPLATE_FILE_NAME);