[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Grammatica-users] Re: [Grammatica-devel] @Override
From: |
Connor Robert Prussin |
Subject: |
Re: [Grammatica-users] Re: [Grammatica-devel] @Override |
Date: |
Mon, 21 Sep 2009 01:13:24 -0400 |
Hey Wilco-
> The current trunk outputs the Grammar*.java files into the root
> instead of the net.percederberg.grammatica package. I was able to fix
> it but I assume there was a reason to take out the package reference
> so I doubt my putting it back in would be the right way forward.
That was as designed. If you want the files to be put in a specific
package, you must use the "--javapackage" flag. See -h documentation
for more information.
> There are also two unit tests that fail. I didn't look into that yet.
The unit tests have not been really fully written or maintained yet.
It's one of the things I wanted to look into finishing, but still
haven't been able to. I'm still intending on cleaning it up when I
can though.
Connor