Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 1806 invoked from network); 8 Feb 2005 07:05:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Feb 2005 07:05:28 -0000 Received: (qmail 97140 invoked by uid 500); 8 Feb 2005 07:05:27 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 97097 invoked by uid 500); 8 Feb 2005 07:05:27 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 97081 invoked by uid 99); 8 Feb 2005 07:05:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from www2.kc.aoindustries.com (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Feb 2005 23:05:26 -0800 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id j1875NKI003312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Feb 2005 01:05:23 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9/Submit) id j1875MH9003280; Tue, 8 Feb 2005 01:05:22 -0600 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Tue, 8 Feb 2005 18:05:15 +1100 From: David Crossley To: dev@forrest.apache.org Cc: Johannes Schaefer Subject: Re: [JIRA] Commented: (FOR-432) excel plugin does only work for own documentation Message-ID: <20050208070515.GA10623@igg.indexgeo.com.au> References: <25007443.1107303926650.JavaMail.jettyjira@strider.outerthought.net> <420097A4.7070904@uidesign.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <420097A4.7070904@uidesign.de> User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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