A question about Jelly

2004-10-18 Thread A Leg
Hi I am looking to work on patches for JellySwt to be able to use it. T do that I try to understand how Maven and Jelly interact. Maven use jelly to process some Xml tags and Jelly use Maven to be compiled. I looked in Maven code (very nice). And I arrived to JellyScriptHousing.java. I saw that in

Re: Is maven.final.name deprecated?

2004-10-18 Thread Felipe Leme
On Tue, 2004-10-19 at 02:53, Brett Porter wrote: > > > Convenient :) As I said, you need to update the war (ok, you could usen maven console for that, but it's not the same). What about: (+ a maven.xml goal that copies all the dependencies on WEB-INF/lib and maven.compile.target=${maven.war.

Re: Is maven.final.name deprecated?

2004-10-18 Thread Brett Porter
> What do you mean stay as it is? Does it means no plugin should have the > .final.name (relying only on maven.final.name) or leaving it in the > current inconsistent way (where some plugins have the property but some > others don't)?. Or are you just talking about the specific > maven.war.fina

[jira] Commented: (MPJDIFF-6) Support SVN, not just CVS for retrieving base API definition

2004-10-18 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 18 Oct 2004 11:54 PM Body: John, do you have any code for this or is it a feature request? - View this comment: http://jira.c

[jira] Created: (MPSCM-32) Support Subversion

2004-10-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-32 Here is an overview of the issue: - Key: M

Re: Is maven.final.name deprecated?

2004-10-18 Thread Felipe Leme
On Tue, 19 Oct 2004 06:47:53 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > It's for this reason that it may stay as it is for now. The repository What do you mean stay as it is? Does it means no plugin should have the .final.name (relying only on maven.final.name) or leaving it in the cu

[jira] Created: (MPJDIFF-6) Support SVN, not just CVS for retrieving base API definition

2004-10-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPJDIFF-6 Here is an overview of the issue: - Key:

Re: Is maven.final.name deprecated?

2004-10-18 Thread Brett Porter
It's for this reason that it may stay as it is for now. The repository is king, and it will always have a version when it gets there. Generating it in target without it is not ideal, but is convenient and backwards compatible. I don't see any issue with it. That said, for consistency - how abou

Re: Is maven.final.name deprecated?

2004-10-18 Thread Jörg Schaible
Felipe Leme wrote: > Hi Jason, > > On 18 Oct 2004 13:51:40 -0400, Jason van Zyl <[EMAIL PROTECTED]> wrote: > >> It's still valid, it gives the user the only way to change the resultant >> name of the generated artifact. It is highly recommended not to change >> this but people still need to do i

Re: Is maven.final.name deprecated?

2004-10-18 Thread Felipe Leme
I agree with Jason - if you really need the WAR withouth the version, than just overwrite the property in your project. Besides, the war is deployed/installed with the version in the name anyway, so the plugin is already inconsistent. What about a [VOTE] message to decide the final answer? -- F

What about this for compiling?

2004-10-18 Thread Miguel Griffa
Hi all! I'm a maven user who want's to contribute to the project as many others (I guess) I've found that it's quite hard to compile maven from CVS. On many ocassions I've found that it was due to some failing plugin that the hole build abotrted. I was wondering: Would it be posssible make

Re: Is maven.final.name deprecated?

2004-10-18 Thread Jason van Zyl
On Mon, 2004-10-18 at 23:46, Michal Maczka wrote: > This is something which has a very long history. > > I change in many months ago but it was reverted back to use > ${pom.artifactId}.war > simply becouse some people just want to take war produced by maven in > target directory > and use it wi

Re: Is maven.final.name deprecated?

2004-10-18 Thread Michal Maczka
I'm asking because I don't want to fix this bug leaving some plugins inconsistent. For instance, maven-war sets: maven.war.final.name = ${pom.artifactId}.war Why on earth does that not have the version in it? This is something which has a very long history. I change in many months ago b

Re: Is maven.final.name deprecated?

2004-10-18 Thread Jason van Zyl
On Mon, 2004-10-18 at 14:20, Felipe Leme wrote: > Hi Jason, > I've asked the same question (see > http://jira.codehaus.org/browse/MPJAVA-8#action_23633), but nobody answered . > So, I'd say we are 2x0 for changing these 2 properties and if nobody gives a good > reason for keeping them as is, I w

Re: Is maven.final.name deprecated?

2004-10-18 Thread Felipe Leme
Hi Jason, On 18 Oct 2004 13:51:40 -0400, Jason van Zyl <[EMAIL PROTECTED]> wrote: > It's still valid, it gives the user the only way to change the resultant > name of the generated artifact. It is highly recommended not to change > this but people still need to do it for some reason. Ok, I will

Re: Is maven.final.name deprecated?

2004-10-18 Thread Jason van Zyl
On Mon, 2004-10-18 at 13:13, Felipe Leme wrote: > Hi all, > > I've started fixing MPJAVA-8, and have a question: is the propertie > maven.final.name still valid or is it deprecated and I should just use > pom.artifactId instead? And if it is still valid, where is it defined? It's still valid, it

cvs commit: maven-plugins/war/src/plugin-test/test01/src/webapp index.html

2004-10-18 Thread felipeal
felipeal2004/10/18 10:45:10 Modified:war/src/plugin-test .cvsignore maven.xml project.xml Added: war/src/plugin-test/test01 maven.xml project.properties project.xml war/src/plugin-test/test01/src MANIFEST.MF war/src/plugin-tes

cvs commit: maven-plugins/war/src/plugin-test/test01/src/webapp - New directory

2004-10-18 Thread felipeal
felipeal2004/10/18 10:43:37 maven-plugins/war/src/plugin-test/test01/src/webapp - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/war/src/plugin-test/test01/src - New directory

2004-10-18 Thread felipeal
felipeal2004/10/18 10:42:24 maven-plugins/war/src/plugin-test/test01/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/war/src/plugin-test/test01 - New directory

2004-10-18 Thread felipeal
felipeal2004/10/18 10:42:10 maven-plugins/war/src/plugin-test/test01 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/jar/src/plugin-test/test01 .cvsignore maven.xml project.properties project.xml

2004-10-18 Thread felipeal
felipeal2004/10/18 10:19:31 Added: jar/src/plugin-test .cvsignore maven.xml project.xml jar/src/plugin-test/test01 .cvsignore maven.xml project.properties project.xml Log: MPJAR-38: added property maven.jar.final.name Revision Changes

cvs commit: maven-plugins/jar/xdocs changes.xml properties.xml

2004-10-18 Thread felipeal
felipeal2004/10/18 10:19:07 Modified:jar plugin.jelly plugin.properties project.xml jar/xdocs changes.xml properties.xml Log: MPJAR-38: added property maven.jar.final.name Revision ChangesPath 1.44 +5 -5 maven-plugins/jar/plugin.jelly In

Is maven.final.name deprecated?

2004-10-18 Thread Felipe Leme
Hi all, I've started fixing MPJAVA-8, and have a question: is the propertie maven.final.name still valid or is it deprecated and I should just use pom.artifactId instead? And if it is still valid, where is it defined? I'm asking because I don't want to fix this bug leaving some plugins inconsiste

cvs commit: maven-plugins/jar/src/plugin-test/test01 - New directory

2004-10-18 Thread felipeal
felipeal2004/10/18 10:14:53 maven-plugins/jar/src/plugin-test/test01 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/plugin-parent project.xml

2004-10-18 Thread felipeal
felipeal2004/10/18 09:58:26 Modified:plugin-parent project.xml Log: added myself as developer Revision ChangesPath 1.7 +11 -0 maven-plugins/plugin-parent/project.xml Index: project.xml ===

[jira] Reopened: (MPJAVA-8) Consistent properties for jar, war, ejb and ear

2004-10-18 Thread jira
Message: The following issue has been reopened. Reopener: Felipe Leme Date: Mon, 18 Oct 2004 12:55 PM I'm re-openning this issue, as it has affects more than the plugins I created sub-issues for. - View the issue:

cvs commit: maven-plugins/war project.xml

2004-10-18 Thread felipeal
felipeal2004/10/18 07:12:02 Modified:ear project.xml war project.xml Log: added my timezone Revision ChangesPath 1.37 +1 -0 maven-plugins/ear/project.xml Index: project.xml =

[jira] Commented: (MPSCM-31) maven.scm.cvs.checkout.dir overridden.

2004-10-18 Thread jira
The following comment has been added to this issue: Author: MitchMattek Created: Mon, 18 Oct 2004 10:11 AM Body: Ok, I found why it does this. In the plugin.properties of the scm plugin (http://cvs.apache.org/viewcvs.cgi/maven-plugins/scm/plugin.properties?view=markup) # Director

[jira] Closed: (MAVEN-1473) [PATCH]

2004-10-18 Thread jira
Message: The following issue has been closed. Resolver: Arnaud HERITIER Date: Mon, 18 Oct 2004 10:04 AM patch applied and site updated. - View the issue: http://jira.codehaus.org/browse/MAVEN-1473 Here is an over

cvs commit: maven-plugins project.xml

2004-10-18 Thread aheritier
aheritier2004/10/18 07:02:37 Modified:.project.xml Log: Add myself Revision ChangesPath 1.25 +9 -0 maven-plugins/project.xml Index: project.xml === RCS file: /home/cvs/maven-plugins

cvs commit: maven-plugins/xdocs index.xml

2004-10-18 Thread aheritier
aheritier2004/10/18 07:01:30 Modified:xdocsindex.xml Log: MAVEN-1473 : add maven-xsddoc-plugin to the reference list of maven plugins Revision ChangesPath 1.7 +4 -0 maven-plugins/xdocs/index.xml Index: index.xml ==

[jira] Commented: (MPCRUISECONTROL-13) plugin:test complains about scm method

2004-10-18 Thread jira
The following comment has been added to this issue: Author: Marcin Gurbisz Created: Mon, 18 Oct 2004 9:57 AM Body: It is with Maven 1.0 - View this comment: http://jira.codehaus.org/browse/MPCRUISECONTROL-13?page

[jira] Created: (MPSCM-31) maven.scm.cvs.checkout.dir overridden.

2004-10-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-31 Here is an overview of the issue: - Key: M

[jira] Commented: (MAVEN-1472) document standardised Sun JAR names and situation

2004-10-18 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Mon, 18 Oct 2004 8:03 AM Body: activation:activation - View this comment: http://jira.codehaus.org/browse/MAVEN-1472?page=comments

[jira] Updated: (MAVEN-1473) [PATCH]

2004-10-18 Thread jira
The following issue has been updated: Updater: Kurt Riede (mailto:[EMAIL PROTECTED]) Date: Mon, 18 Oct 2004 8:00 AM Comment: Patch to add macen-xsddoc-plugin to the reference list of maven plugins. Changes: Attachment changed to maven-plugins-xsddoc.patch --

[jira] Created: (MAVEN-1473) [PATCH]

2004-10-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1473 Here is an overview of the issue: - Key:

Re: About xdocs

2004-10-18 Thread A Leg
Thank's Eric Is it the same for JellySwing ? Because I have also problems to run demos. I am looking to find the right tool to generate large UI (many forms) from XML. Somebody send me to Jelly and Maven. Is it another similar tool around maven ? Thanks. Andre Eric Pugh wrote: I'll be honest.. I

RE: About xdocs

2004-10-18 Thread Eric Pugh
I'll be honest.. I think JellySWT was someone playing around with Jelly and see what could be done. I think you need to balance the relative maturity of JellySWT, and how deeply involved you want to be in using it. At a minimum, I would suggest that you'll really need to start supply patches for

[jira] Created: (MAVEN-1472) document standardised Sun JAR names and situation

2004-10-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1472 Here is an overview of the issue: - Key:

[jira] Created: (MAVEN-1471) java.lang.NullPointerException when running multiproject

2004-10-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1471 Here is an overview of the issue: - Key:

[jira] Commented: (MPMULTIPROJECT-40) Hidden ClassCastException below ReactorTag.getSortedProjects() with multiple entries in maven.multiproject.includes

2004-10-18 Thread jira
The following comment has been added to this issue: Author: Håvard Bjåstad Created: Mon, 18 Oct 2004 4:07 AM Body: I get this same error, is there anyone working on a resolution? - View this comment: http://jira.