Index: lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java =================================================================== diff -u -r05db875c7974d705f89231416ff6dfe91a5e70f1 -r838cf747c7496f975da3b85d8024f9c53eda9aee --- lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java (.../PedagogicalPlannerAction.java) (revision 05db875c7974d705f89231416ff6dfe91a5e70f1) +++ lams_central/src/java/org/lamsfoundation/lams/web/planner/PedagogicalPlannerAction.java (.../PedagogicalPlannerAction.java) (revision 838cf747c7496f975da3b85d8024f9c53eda9aee) @@ -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);