Cant compile MAVEN-1_0-BRANCH

2004-02-08 Thread Juergen Heidak
Hi I just got maven (MAVEN-1_0-BRANCH) and maven-plugins (HEAD) from CVS. A call to ant -f build-bootstrap.xml results in a compiler error. What am I missing ? Regards [echo] [echo] +--+ [echo] |

RE: [war plugin] - Proposition by default include instead ofexclude

2003-07-05 Thread Juergen Heidak
Hi Breaking API's or configuration settings is always bad. The much better way is to keep compatibility and make the new feature configurable so that it can be turned on easily. I dont use the war plugin I just wanted to say that I agree with Vincent. Regards > > > > > > > > > I think I'm -1

Re: Why is the java source directory named "main" for plugins?

2003-06-19 Thread Juergen Heidak
ut of a project is impossible if the project has reached a critical size. Juergen bob mcwhirter wrote: On Thu, 19 Jun 2003, Juergen Heidak wrote: I like the idea of adding more structural information to the directory layout but all changes should be backward compatible because many pro

Re: Why is the java source directory named "main" for plugins?

2003-06-19 Thread Juergen Heidak
I like the idea of adding more structural information to the directory layout but all changes should be backward compatible because many projects already use maven and can not adapt a possible new structure without great effort. In other words: The path to the different source directories (jav

Where to put new plugin

2003-04-05 Thread Juergen Heidak
Hi I wrote a small plugin to create a project file for use with JDEE (Java Development Enviroment for Emacs, see http://jdee.sunsite.dk). Its similiar to the eclipse plugin and enables JDEE users to start quickly a new project without having the need to reconfigure all options already set in t

[Patch] tasklist.vm

2003-03-30 Thread Juergen Heidak
Hi I extended the template to produce a table prior listing all class and methods todos. The table can give a quick overview of all classes having todos. The layout is as follows: Classname Class Todos count Number of methods with todos a.b.SomeClass 3