code is in sandbox: [1] it has better syntax highlighting features (since it knows java syntax), and even UML graphing features: would be terrible IMHO
but the problem is actually updating javaG.g [2] with latest grammar from antlr site, to support annotations. For the moment, we tried to stay with ANTLR v2, only update the grammar. But if someone feels that moving to ANTLR v3 first would be easier, why not: we're not fundamentally pro-ANTLR v2 Regards, Hervé [1] http://svn.apache.org/viewvc/maven/sandbox/trunk/jxr/ [2] http://svn.apache.org/viewvc/maven/sandbox/trunk/jxr/maven-jxr/maven-jxr- java/src/main/antlr/javaG.g?view=log Le dimanche 21 août 2011, Benson Margulies a écrit : > On Sun, Aug 21, 2011 at 7:28 AM, Vincent Siveton <[email protected]> wrote: > > Thanks Benson! > > > > Feel free to go ahead first. > > The branch has been active lately but Hervé and myself are sticked by > > the implementation (grammar for jdk6) > > If someone is a guru in grammar and antlr, help would be appreciated... > > Well, once upon a time, I worked on flex and knew something about > parsers. Where's the branch? > > > Cheers, > > > > Vincent > > > > 2011/8/20 Benson Margulies <[email protected]>: > >> When I was puttering in JXR, Hervé mentioned that Vincent had a load > >> of stuff in a branch. Now that the new parent POMs are out, I'd like > >> to update JXR to use them, and make the plugin 'parent' to the general > >> plugin parent. Vincent, do you want to merge in your branch, first? > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
