You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jene Jasper <JJ...@abz.nl> on 2003/04/02 10:19:20 UTC

RE: Patch JavaCC - KEEP_LINE_COLUMN, JJTree - OUTPUT_FILE and new tas kdef JJDoc

>>On Wed, 2 Apr 2003, Jene Jasper <JJ...@abz.nl> 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 way to deliver
>> the new files JJDoc.java and jjdoc.html ?

>Create an enhancement request in Bugzilla, attach this patch and the
>two new files.

>Does your patch include the JavaCC 3.0/2.1 changes?  I'd like to
>tackle that separately if possible.

We are thinking along the same line. That is why I created this separate
patch.

And about the patch for the JavaCC 3.0/2.1 changes, I have the following
question:
Does it make a difference if I make the patch on my latest revision or the
snapshot of April 1st?
I don't think it will involve the same lines of code.

Jene.


Re: Patch JavaCC - KEEP_LINE_COLUMN, JJTree - OUTPUT_FILE and new tas kdef JJDoc

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 2 Apr 2003, Jene Jasper <JJ...@abz.nl> 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 will involve the same lines of code.

in this case, patch might work with some fuzzyness.

You could try to apply your patch against a CVS HEAD version to be
sure.

Stefan