Title: [PATCH] JJTree task

Bugs:

1) JJTree does not behave as specified in documentation.
For instance, giving no ouput directory should as a default use the one where is located the grammar. It was relying on jjtree output instead (current directory).

2) a 'bug' in JavaCC prevents the file generated from JJTree to be read on windows since JJTree puts the full path with backslash in the generated jj file and it get confused after a certain number of backslashes. I found a workaround so that I'm passing a 'slashed' output directory and it fixed the problem because jjtree just does an append {output.directory}{file.separator}{grammarfile}, having only a backslash does not exhibit this problem.


--
 St�phane Bailliez
 Software Engineer, Paris - France
 iMediation - http://www.imediation.com
 Disclaimer: All the opinions expressed above are mine and not those from my company.

 

Attachment: jjtree.diff
Description: Binary data

Reply via email to