Scott, Perhaps a more subclipse friendly approach would be just to remember to delete the extraneous parts of the file path from the patch file.
As long as you're careful this works fine. e.g. Index: /home/andrew/eclipse-workspace/ofbiz/base/config/debug.properties =================================================================== --- /home/andrew/eclipse-workspace/ofbiz/base/config/debug.properties (revision 7796) +++ /home/andrew/eclipse-workspace/ofbiz/base/config/debug.properties (working copy) @@ -24,7 +24,7 @@ becomes... Index: base/config/debug.properties =================================================================== --- base/config/debug.properties (revision 7796) +++ base/config/debug.properties (working copy) @@ -24,7 +24,7 @@ A simple find and replace can fix your patch file pretty quickly. -- Kind Regards Andrew Sykes <[EMAIL PROTECTED]> Sykes Development Ltd http://www.sykesdevelopment.com
