DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-08-14 15:04 ---
OK, patches are in.

One note though.  You don't need to set -OUTPUT-DIR if the user doesn't set one
as you could always invoke Execute#setDir with the basedir before running 
jjtree.
This would ensure that current working directory (for jjtree) and the project's
basedir are the same.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-08-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-08-10 15:37 ---
footnote in patch 08/10/03 15:34, Examples of outputfile and outputdirectory 
usage and results, should also answer the questions --- From Stefan Bodewig 
2003-07-29 14:48 ---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-08-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-08-10 15:34 ---
Created an attachment (id=7727)
Examples of outputfile and outputdirectory usage and results

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-08-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-08-10 15:33 ---
Note: patch 08/10/03 15:31 Support for absolute path in 'outputfile' option
must be applied after patch 07/25/03 21:57 Blocks absolute path and ...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-08-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-08-10 15:31 ---
Created an attachment (id=7726)
Support for absolute path in 'outputfile' option  added

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-29 14:48 ---
Some questions

+if ((outputDirectory == null)
+&& (outputFile.startsWith("/") || outputFile.startsWith("\\")))
+{
+throw new BuildException("Absolute path in 'outputfile' not
supported: " + outputFile);
+}

only if outputdirectory has not been set?  I.e. absolute paths are supported
if it has been set?

+throw new BuildException("Drive letter in 'outputfile' not
supported: " + outputFile);

Is this a general limitation of jjtree?

> Maybe this table could be attached to jjtree.html ?

Of course it can, if you send a patch ;-)

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-25 22:08 ---
Running the ant test in /work or /project directory result in same output.
Running the ant test a second doesn't require any rebuild actions.

Thus the last patch should do the job. See the update comparison table footnote 
for an explanation. Maybe this table could be attached to jjtree.html ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-25 21:57 ---
Created an attachment (id=7524)
Blocks absolute path and drive letters in 'outputfile' option

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-25 21:55 ---
Created an attachment (id=7523)
Update comparison table

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-25 09:48 ---
Wow, what an extensive test.  I really feel bad for asking for an additional
round of tests before we can close this, but I have to.

My understanding of your tests is, that your project's basedir and the current
working directory are the same - what happens if they are different?

Thanks again.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-24 23:27 ---
Created an attachment (id=7501)
Patch for -OUTPUTFILE: (only last difference is a real one)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-24 23:25 ---
Created an attachment (id=7500)
Comparison report between jjtree command line, Ant 1.5.3 and Ant 1.6

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-23 22:58 ---
Checked cvs committed code with my project sources and docs. 

All difference where layout changes. Thus it doesn't look broken !)

Had some problems with the FAT of my C-drive this weekend. 
And had the install a new OS (and reformat C).

But I must still reinstall some support libs (also JavaCC 2.1, 3.0 and 3.1).
It is rather late now. Thus I will finish comparing this version with Ant 1.5.3 
for JJTree this weekend.

I'll check Ant 1.6 versus Ant 1.5.3 behavior and JJTree command line behavior 
with all different combinations for outputdirectory and outputfile. The results 
I'll append as comment to this bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-23 14:17 ---
The patch is in CVS, I had a couple of failing hunks, so please verify that I
haven't broken anything.

I think the behavior of  is now different from the one in 1.5.3 if you
don't specify outputdirectory (and outputfile neither).  In the old code, output
would get sent to the same directory as the grammar file, with the new code,
I'm not sure as I don't know what jjtree will do when given a relative file 
name.

Could you please look into this case?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-23 13:15 ---
*** Bug 18602 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-07-23 12:45 ---
Does this patch include everything from 18602?  If so, we can mark that as a
duplicate of this one (and improve our statistics 8-).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-11 20:54 ---
Tested with version 2.1, 3.0 and 3.1.

Let me know if test files are needed.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-11 20:43 ---
Created an attachment (id=7258)
Patch javacc, jjtree options plus documentation

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-11 20:42 ---
Created an attachment (id=7257)
New taskdef JJDoc documentation

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21526] - Enhancement JavaCC, JJTree and JJDoc [update]

2003-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526

Enhancement JavaCC, JJTree and JJDoc [update]





--- Additional Comments From [EMAIL PROTECTED]  2003-07-11 20:41 ---
Created an attachment (id=7256)
New taskdef JJDoc

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]