[OpenVPMS Developers] [JIRA] Created: (REP-12) OOBootstrapService fails to start soffice on *nix
Key: REP-12 URL: https://openvpms.atlassian.net/browse/REP-12 Project: Reporting Framework Issue Type: Bug Affects Versions: 1.4 Reporter: Tim Anderson Assignee: Tim Anderson
OOBootstrapService fails to start soffice on Ubuntu and OSX (and presumably other flavours of unix) as the semicolons in the accept string: {noformat} String accept = "-accept=" + parameters + ";urp;"; {noformat} are being interpreted by the shell. These need to be escaped. e.g: {noformat} String accept = "-accept=" + parameters + "\\;urp\\;"; {noformat}
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://openvpms.atlassian.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ OpenVPMS Developers Mailing List developers@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/developers Posts from this mailing list can be viewed online and replied to in the OpenVPMS Developer's forum- http://tinyurl.com/openvdf
[OpenVPMS Developers] [JIRA] Deleted: (REP-12) OOBootstrapServic
Tim Anderson deleted REP-12: ----------------------------
> OOBootstrapService fails to start soffice on *nix > ------------------------------------------------- > > Key: REP-12 > URL: https://openvpms.atlassian.net/browse/REP-12 > Project: Reporting Framework > Issue Type: Bug > Reporter: Tim Anderson > Assignee: Tim Anderson > > OOBootstrapService fails to start soffice on Ubuntu and OSX (and presumably other flavours of unix) as the semicolons in the accept string: > {noformat} > String accept = "-accept=" + parameters + ";urp;"; > {noformat} > are being interpreted by the shell. > These need to be escaped. e.g: > {noformat} > String accept = "-accept=" + parameters + "\\;urp\\;"; > {noformat}-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://openvpms.atlassian.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ OpenVPMS Developers Mailing List developers@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/developers Posts from this mailing list can be viewed online and replied to in the OpenVPMS Developer's forum- http://tinyurl.com/openvdf