Re: JXR misc

2011-08-22 Thread Vincent Siveton
Thanks Benson, Hervé and other! The main pb for us is to merge our actual grammar [1] with the new Java grammar [2]. I ping David from antlr3-maven-plugin Cheers, Vincent [1] http://svn.apache.org/repos/asf/maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java/src/main/antlr/java.g [2] http://www.a

Re: JXR misc

2011-08-21 Thread Barrie Treloar
On Sun, Aug 21, 2011 at 10:25 PM, Hervé BOUTEMY wrote: > 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

Re: JXR misc

2011-08-21 Thread Hervé BOUTEMY
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 w

Re: JXR misc

2011-08-21 Thread Benson Margulies
On Sun, Aug 21, 2011 at 7:28 AM, Vincent Siveton 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) Hmm. I don't suppose that there's something borrowable from Eclipse here (semi-

Re: JXR misc

2011-08-21 Thread Benson Margulies
On Sun, Aug 21, 2011 at 7:28 AM, Vincent Siveton 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,

Re: JXR misc

2011-08-21 Thread Vincent Siveton
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... Cheers, Vincent 2011/8/20 Benson Margulies : > When I was puttering in

JXR misc

2011-08-20 Thread Benson Margulies
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? -