Re: Why don't I get any answer?

2004-06-20 Thread Arto Pastinen
.. ehh... forget that, i sould read little carefully before open my big mouth.. :)) On Mon, 21 Jun 2004 09:42:47 +0300, Arto Pastinen <[EMAIL PROTECTED]> wrote: Hi! About that first question. Following is from maven reference (part: Properties Processing) : In addition, System properties are

Re: Why don't I get any answer?

2004-06-20 Thread Arto Pastinen
Hi! About that first question. Following is from maven reference (part: Properties Processing) : In addition, System properties are processed after the above chain of properties files are processed. So, a property specified on the CLI using the -Dproperty=value convention will override any prev

Re: Goals: Parameter lists?

2004-06-20 Thread Dion Gillard
If there are examples of plugins not documenting properties, or goals not documenting the required parameters, please let us know so we can fix the docs On Mon, 21 Jun 2004 16:14:05 +1000, Washusen, Dan <[EMAIL PROTECTED]> wrote: > > > Each plugin has a plugin.properties and plugin.jelly fil

Re: Why don't I get any answer?

2004-06-20 Thread Dion Gillard
On Mon, 21 Jun 2004 08:23:51 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote: > > Dion Gillard schrieb: > > What were your questions? > > > June, 13th: > I've seen, that the overall user preferences for maven have to be stored > in ${user.home}/build.properties. I'd prefer to either put it into >

Re: Why don't I get any answer?

2004-06-20 Thread Peter Nabbefeld
Dion Gillard schrieb: What were your questions? June, 13th: I've seen, that the overall user preferences for maven have to be stored in ${user.home}/build.properties. I'd prefer to either put it into ${user.home}/.maven/build.properties or to rename it to ${user.home}/maven.build.properties. Can

RE: Goals: Parameter lists?

2004-06-20 Thread Washusen, Dan
Each plugin has a plugin.properties and plugin.jelly file that you can devise the properties from. Some of the plugins are a bit more confusing than others but it's not to hard to figure out. Good luck, Dan -Original Message- From: Peter Nabbefeld [mailto:[EMAIL PROTECTED] Sent: Monda

RE: Why don't I get any answer?

2004-06-20 Thread Washusen, Dan
Hi Peter, Your questions seem to be very specific to the inner workings of maven, and their probably aren't that many people around that could answer your questions. You might just have to be patient and wait for one of them to respond or go digging yourself... Cheers, Dan -Original Messag

Re: Why don't I get any answer?

2004-06-20 Thread Dion Gillard
What were your questions? On Mon, 21 Jun 2004 08:02:35 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've asked 4 questions before and didn't get any answer - could anybody > tell me why? Is this probably an apache-members-only mailing list? > > Kind regards > > Peter > > -

Re: Why don't I get any answer?

2004-06-20 Thread Arto Pastinen
Hi! I think that it has been just bad luck.. people has missed you questions. Artsi On Mon, 21 Jun 2004 08:02:35 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote: Hi, I've asked 4 questions before and didn't get any answer - could anybody tell me why? Is this probably an apache-members-only ma

Re: Why don't I get any answer?

2004-06-20 Thread matthew.hawthorne
Peter Nabbefeld wrote: I've asked 4 questions before and didn't get any answer - could anybody tell me why? Is this probably an apache-members-only mailing list? Be patient, sometimes takes a little while. It's definitely not an members-only thing. There are plenty of people who answer question

Why don't I get any answer?

2004-06-20 Thread Peter Nabbefeld
Hi, I've asked 4 questions before and didn't get any answer - could anybody tell me why? Is this probably an apache-members-only mailing list? Kind regards Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Maven SCM and PVCS

2004-06-20 Thread Kim Goings
I think I'm in the same place you are nowjust started trying to implement that setup at a place that uses Dimensions. Haven't found any way to do any live communication with it. I'm now considering using the download utility to first grab the source, but I'm not sure what Dimensions will

[ANN] Maven AspectJ Plugin 3.1 released

2004-06-20 Thread Carlos Sanchez
The maven team is pleased to announce the Maven AspectJ Plugin 3.1 release! http://maven.apache.org/reference/plugins/aspectj/ Changes in this version include: New Features: o Weave test classes Issue: MPASPECTJ-6. o Added "Compiling aspect sources" section to xdoc Issue: MPASPECTJ-10. o

Maven SCM and PVCS

2004-06-20 Thread Tim Pizey
Hi, We use PVCS (from Merant, now Serena) at work. I am familiar with CVS and a fan of Maven, so want to find a way of either exporting pvcs to CVS or of using pvcs as the scm for maven. The SCM plugin only deals with scource code control, not change logs, developer activity, file activity

POM and jelly

2004-06-20 Thread Peter Nabbefeld
Hello, in the user guide it is mentioned, that project.xml contains a jelly script. As I've not found any maven jelly tags like 'jelly:project', I wonder where is the jelly part or how maven parses/executes the file. Probably I can find out myself, if You could tell me, where (in which java sou

Goals: Parameter lists?

2004-06-20 Thread Peter Nabbefeld
Hi, parameters for goals seem to be poorly documented. Is there a chance to ask the plugins for parameters, probably even programmatically? Kind regards Peter Nabbefeld - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: multiproject javadoc

2004-06-20 Thread Carlos Sanchez
Hi, I think you can't. What you can do is link classes between them, check maven.javadoc.links and maven.javadoc.offlineLinks at http://maven.apache.org/reference/plugins/javadoc/properties.html Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message