mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
hacking up output paths within the avm for the virgin demo.
refixed the fix for making captions look good in the form turned off debugging within the form. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3571 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -171,7 +171,7 @@ public class OutputUtil
|
||||
LOGGER.debug("generated " + fileName + " using " + tom);
|
||||
|
||||
AVMService avmService = AVMContext.fgInstance.getAVMService();
|
||||
String parentPath = "repo-1:/repo-1/alice/appBase/avm_webapps/my_webapp";
|
||||
String parentPath = "repo-1:/repo-1/alice/appBase/avm_webapps/ROOT/home-insurance";
|
||||
try
|
||||
{
|
||||
out = new OutputStreamWriter(avmService.createFile(parentPath, generatedFileName));
|
||||
|
Reference in New Issue
Block a user