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: I broke the build ;)

2011-08-21 Thread Barrie Treloar
On Sat, Aug 20, 2011 at 9:42 PM, Kristian Rosenvold wrote: [del] > I don't know. We switch branch and we just do mvn clean install, at > least if there's existing new commits on it. That's the bit I was missing. Our CVS connection is abysmally slow, which is why we checkout each branch individual

releasing maven-archetype-plugin 2.1

2011-08-21 Thread Hervé BOUTEMY
Hi, I want to to make a release in a few days with what is actually done: there are a lot of new things. If anybody has something to add before the release, please tell. Regards, Hervé - To unsubscribe, e-mail: dev-unsubscr..

[ANN] Jar Plugin version 2.3.2 and maven-archiver version 2.4.2

2011-08-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven jar Plugin, version 2.3.2 and maven-archiver 2.4.2 in a combined release. This plugin provides the capability to build jars, and the maven archiver is used to create custom archives that are configured from the POM. You can find more

Re: ETA for the release of maven-deploy-plugin:2.7 and maven-gpg-plugin:1.4?

2011-08-21 Thread Stephen Connolly
i will check with him tomorrow. but i suspect i will just push a release anyway and spin another when he has his changes ready - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen O

Re: ETA for the release of maven-deploy-plugin:2.7 and maven-gpg-plugin:1.4?

2011-08-21 Thread Ruben Garat
any news on this? I tested locally the option of adding an arbitrary number of artifacts in one deployment and it worked ok, both for maven2 and maven3 consumers, without this fix, we can't provide a snapshot repo that works for all users. thanks for any info. Rubén On 07/14/2011 02:53 AM, S

[RESULT] [VOTE] Release Maven Jar Plugin version 2.3.2 and maven-archiver version 2.4.2

2011-08-21 Thread Kristian Rosenvold
Hi, The vote has passed with the following result : +1 (binding): Olivier Lamy,Mark Struberg, Hervé BOUTEMY, Stephen Connolly, Kristian Rosenvold +1 (non binding): Robert Scholte I will promote the artifacts to the central repo. --

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