Johannes Schaefer wrote: > Ross, > > I tried already making a patch for forrest but get the > following error: Path not found: > H:\forrest149399-0201\main\${forrest.home}\tools\targets\patch.xml > See below for details. > FORREST_HOME is not as Windows environment variable. > > There is no target "patch" in plugins/build.xml and > we made some changes to forrest that will be included > in a grand-forrest patch. > > I took the transform with the plugin name in @src from > the simplified-docbook plugin, in Ooo it's the way you > describe. I will change this, if I get a patch running. > > Sorry, I didn't check the documentation :-( > Where can I find it? > > Cheers, thanks for your hep! > Johannes
Making a patch is easy - you don't need to use that special build target. cd /svn/forrest/some/subdirectory svn status ... to see what you have changed svn diff > my-patch.txt If you have new files as well as changed files, then zip them into a compressed archive. --David