Create an enhancement request in Bugzilla
http://nagoya.apache.org/bugzilla/, attach your patch and the new files.
-Oorspronkelijk bericht-
Van: Rey Francois [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 1 mei 2003 14:53
Aan: Rey Francois; '[EMAIL PROTECTED] '
Onderwerp: RE: [PATCH] New
PROTECTED]
Verzonden: woensdag 2 april 2003 12:08
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Patch JavaCC - KEEP_LINE_COLUMN, JJTree - OUTPUT_FILE and
new tas kdef JJDoc
On Wed, 2 Apr 2003, Jene Jasper <[EMAIL PROTECTED]> wrote:
> Thus I will try to check in a patch for JavaCC 2.1/3.
>>On Wed, 2 Apr 2003, Jene Jasper <[EMAIL PROTECTED]> wrote:
>> Does it make a difference if I make the patch on my latest revision
>> or the snapshot of April 1st?
>It might be easier to do if you diffed against CVS HEAD, but ...
>> I don't think it wil
>>On Wed, 2 Apr 2003, Jene Jasper <[EMAIL PROTECTED]> wrote:
>> As mentioned yesterday, I have made some changes to the JavaCC and
>> JJTree taskdefs and added a new taskdef for JJDoc. I have included
>> the patch.txt for the changes. But what is the best w
uot;com" or "org" ?
Sincerely yours,
Jene.
On Tue, 2003-04-01 at 10:05, Jene Jasper wrote:
> I have some patches coming up for JavaCC and JJTree concerning some
missing
> parameters and also an enhancement for a JJDoc taskdef (code is finished,
> only cvs -diff left on a
n.
+ */
+public void setKeeplinecolumn(boolean keepLineColumn) {
+optionalAttrs.put(KEEP_LINE_COLUMN, new Boolean(keepLineColumn));
}
/**
*CVS exited normally with code 1*
===
>I
I have some patches coming up for JavaCC and JJTree concerning some missing
parameters and also an enhancement for a JJDoc taskdef (code is finished,
only cvs -diff left on a nightly snapshot).
I could look into a patch for version 3.0 added support this coming weekend.
Jene Jasper