Re: maven xdoclet

2003-09-20 Thread Andy Jefferson
On Sunday 21 Sep 2003 06:44, khote wrote: > Looking for online tutorials covering maven and xdoclet, webdoclet, that > kind of thing. > > Anybody know of any? Not got a tutorial, but I've got an app that uses maven and ejbdoclet/webdoclet so you may be able to look at it and work out what to do

maven xdoclet

2003-09-20 Thread khote
Looking for online tutorials covering maven and xdoclet, webdoclet, that kind of thing. Anybody know of any? K - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dependency inheritance

2003-09-20 Thread Jason van Zyl
On Sat, 2003-09-20 at 12:07, Dominik Dahlem wrote: > I tried to accomplish this recently. Once you specify a dependency > section in your extended sub-project you overwrite the original > dependency list. That is incorrect: http://maven.apache.org/xref/org/apache/maven/MavenUtils.html#235 -- jv

Re: dependency inheritence

2003-09-20 Thread Jason van Zyl
On Sat, 2003-09-20 at 11:58, Nathan Coast wrote: > Hi, > > quick question, do dependencies inherit when you extend a project? Yes, they are aggregated. It is the exception whereas all other elements are overridden. The original impetus was the decomposition of the Jelly project into the core an

Re: dependency inheritence

2003-09-20 Thread Dominik Dahlem
I tried to accomplish this recently. Once you specify a dependency section in your extended sub-project you overwrite the original dependency list. I'm working with RC1. Cheers, Dominik On Sat, 2003-09-20 at 16:58, Nathan Coast wrote: > Hi, > > quick question, do dependencies inherit when you ex

dependency inheritence

2003-09-20 Thread Nathan Coast
Hi, quick question, do dependencies inherit when you extend a project? Is there any way to make the dependencies additive? I'd like to have a base project with my general dependencies for the overall application - log4j etc, and each sub-project defines the dependencies specific to that comp

Re: Quickly changing the Maven template

2003-09-20 Thread Ceki Gülcü
At 10:40 PM 9/19/2003 -0400, Jason van Zyl wrote: On Fri, 2003-09-19 at 15:37, Ceki Gülcü wrote: > Hello all, > > How difficult is it to change the Maven template so that the generated > project pages contain an extra image? > > For an example of what is meant please refer to: > > http://jakart

RE: Eclipse update

2003-09-20 Thread Vincent Massol
> -Original Message- > From: Gilles Dodinet [mailto:[EMAIL PROTECTED] > Sent: 20 September 2003 10:25 > To: Maven Users List > Subject: Eclipse update > > in order to use the eclipse update manager to distribute the files, ive > created two new modules in cvs : > o update/eclipse-featu

Re: copy-deps

2003-09-20 Thread Scott Tavares
Scott Tavares wrote: Hi all, I'm just starting to learn maven and I'm going through the users guide. I'm at a point where I have a maven.xml file that looks like this: xmlns:deploy="deploy"> avalon-framework 4.0

Re: available tag within loop

2003-09-20 Thread khote
You may need to specifically test against "true" . do something there's some funny things that happen too, if you do something on the command line such as: maven somegoal -Dvar without setting it to anything, that "var" will have a value of "true" in it. I always look to

available tag within loop

2003-09-20 Thread Nathan Coast
Hi, Apologies if this is a duplicate, I think I posted this yesterday but it doesn't seem to have reached the list. I'm having problems using ant:available within a loop. . do something If the available test fails to locate the file, the value of the proper

Re: Eclipse update

2003-09-20 Thread Gilles Dodinet
sorry.. wrong list.. Gilles Dodinet wrote: in order to use the eclipse update manager to distribute the files, ive created two new modules in cvs : o update/eclipse-feature o update/eclipse-update i only see one feature : org.mevenide, containing the three eclipse plugins (org.mevenide.core,

copy-deps

2003-09-20 Thread Scott Tavares
Hi all, I'm just starting to learn maven and I'm going through the users guide. I'm at a point where I have a maven.xml file that looks like this: xmlns:deploy="deploy"> avalon-framework 4.0 t

Eclipse update

2003-09-20 Thread Gilles Dodinet
in order to use the eclipse update manager to distribute the files, ive created two new modules in cvs : o update/eclipse-feature o update/eclipse-update i only see one feature : org.mevenide, containing the three eclipse plugins (org.mevenide.core, org.mevenide.ui, org.mevenide.grabber). does