DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21526>.
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]

Reply via email to