[ http://issues.apache.org/jira/browse/OFBIZ-56?page=comments#action_12424183 ] Jacques Le Roux commented on OFBIZ-56: --------------------------------------
One practical point : If you are using Subclipse (I recognize its signature in the absolute path, am I wrong ?). There is no way to create relative paths (they should be always from OFBiz "root", or home as it sometimes said) with it. SO there are 2 solutions : . Using Subclipse to create patch but modify after the file by hand . Use : svn di complete_file_name > name_of_patchfile where complete_file_name = with path, from OFBiz root di is the abrev. of diff. In you case something like C:/projects/java/ofbiz_incubator_trunk/> svn di applications/content/src/org/ofbiz/content/email/EmailServices.java > EmailServices.java.patch Thanks for your time ! > incoming email attachments buggy > -------------------------------- > > Key: OFBIZ-56 > URL: http://issues.apache.org/jira/browse/OFBIZ-56 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: content > Affects Versions: SVN trunk > Reporter: Si Chen > Fix For: SVN trunk > > > storeIncomingEmail has problems with attachments. If you send two images, > the same image ends up being stored twice. Some types of content are not > stored correctly (such as word docs with images embedded). Other times the > /ViewSimpleContent request has problems retrieving content correctly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
