cvs commit: maven/src/plugins-build/repository/src/plugin-resources repository-audit.xml

2003-06-01 Thread bwalding
bwalding2003/06/01 03:30:11 Modified:src/plugins-build/repository/src/plugin-resources repository-audit.xml Log: Just checked Sun's site, XSDLIB is now under an open license. Revision ChangesPath 1.24 +1 -1 maven/src/plugins-build/reposi

Re: basic forrest plugin for maven

2003-06-01 Thread Jeff Turner
On Sat, May 31, 2003 at 01:25:37PM +0200, Leo Simons wrote: > Hi gang, > > I've written a very basic forrest plugin: Cool :) > Partial todo > > - add plugin to forrest cvs or maven cvs (which one?) Forrest CVS would probably be best. Send the files to [EMAIL PROTECTED], and we can

Re: [Checkstyle] Plugin now supports checkstyle 3.1

2003-06-01 Thread Oliver Burn
Check that you do not have ANTLR-2.7.1 in your classpath. Checkstyle 3.1 requires ANTLR-2.7.2. "Martin Poeschl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > built cvs HEAD, run 'maven site' > > i get: > > Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap > > fo

Re: Hibernate plugin (was basic forrest plugin for maven)

2003-06-01 Thread Ben Walding
If you ever decide to do anything more with hibernate plugin, let me know. I wrote simply Torque -> Hibernate schema converter (just a jelly file) It's not perfect but it did simplify my conversion a little bit. Michal Maczka wrote: -Original Message- From: news [mailto:[EMAIL PROT

Docbook plugin major update

2003-06-01 Thread Gabriel Sjoberg
Here's a partial diff of the work I've been doing with the docbook plugin. It doesn't include many of the files I've added. I've merged the two docbook plugins (the one currently in the repo and the sdocbook plugin) and added the ability to use full DocBook and chunked DocBook. The plugin ca

cvs commit: maven/src/java/org/apache/maven/cli App.java

2003-06-01 Thread bwalding
bwalding2003/05/31 07:52:19 Modified:src/java/org/apache/maven/cli App.java Log: Add the evil missing underscore Revision ChangesPath 1.28 +2 -2 maven/src/java/org/apache/maven/cli/App.java Index: App.java =