Create general module migration tasks
(MGNLMIGRATION-55)
|
|
| Status: | Closed |
| Project: | Migration 4.4 to 4.5 (closed) |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.2 |
| Type: | Sub-task | Priority: | Neutral |
| Reporter: | Jozef Chocholacek | Assignee: | Eric Hechinger |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Template: |
|
| Date of First Response: |
| Description |
|
|
| Comments |
| Comment by Jan Haderka [ 05/Dec/12 ] |
|
where is the git commit? |
| Comment by Eric Hechinger [ 06/Dec/12 ] |
|
This was by mistake committed under the following commit: 0eb65a27ab7a85f4ab06d95f3e26e404c3ea974b . |
| Comment by Jan Haderka [ 06/Dec/12 ] |
49 public class MoveTemplateAndParagraphs extends AbstractMigrationTask {
50
51 public MoveTemplateAndParagraphs(String taskName, String taskDescription, String moduleName, String repository, boolean disposeObservation) {
52 super(taskName, taskDescription, moduleName, repository, disposeObservation);
53 // TODO Auto-generated constructor stub
54 }
AbstractPersistentMap:
if (is != null) {
getInMemory().load(is);
is.close(); // TODO JCh: move this to finally block and use IOUtils from Apache Commons
PersistentMapService: +// public static final String MAP_FILES_TMP = "/Users/erichechinger/Dev/Temp/files/"; no need to keep commented out code in. |
| Comment by Eric Hechinger [ 06/Dec/12 ] |
|
Sorry, have to close this ticket. These changes were committed on other tickets like 37bccdfcdc57423aabd6455c2e6402a6f9cf8be6 or f00044535ecc8e5916e03a9f91c34fe7f2279310 |