Re: Maven Diagram Maker

2007-05-13 Thread Ralph Goers
Piotr Tabor wrote: OK. Thanks. In fact I had switched to JAI ( Java Advanced Imaging API https://jai.dev.java.net/) - but I didn't corrected all places in my proposal. It's licensed on Java Reasearch License and Java Distribution License (JDL) . I don't kno

Confluence: CWIKI

2007-05-13 Thread Brett Porter
Hi, As an experiment, I created a cwiki space for Maven SCM, added a template roughly matching our stylesheet (still needs some CSS fixes), and turned it on for autoexport. http://cwiki.apache.org/MAVENSCM/scm-matrix.html which is synced to: http://maven.apache.org/scm/wiki/scm-matrix.htm

Re: Non executing plugin

2007-05-13 Thread Jason Dillon
"preintegration-test" is not a valid phase, "pre-integration-test" is however. See http://maven.apache.org/guides/introduction/introduction-to-the- lifecycle.html for the list. --jason On May 13, 2007, at 9:33 PM, Larry Suto wrote: Hi, I wrote a plugin(my first) that uses j2ssh to copy

Re: attaching some behaviour to archetypes

2007-05-13 Thread Milos Kleint
On 5/13/07, Brett Porter <[EMAIL PROTECTED]> wrote: I'm a little confused about the use case, but it sounds similar to what the assembly plugin (And now shade plugin) do for merging components.xml files. not sure it's the same case. the merged components.xml files come from multiple projects, r

Non executing plugin

2007-05-13 Thread Larry Suto
Hi, I wrote a plugin(my first) that uses j2ssh to copy an artifact to a server and then executes some scripts..I bound its execution to the preintegration-test phase Im referencing the ear as ${project.build.directory}/${project.build.finalName} Nothing seems to happen when I execute maven...th

Re: JavaOne

2007-05-13 Thread John Casey
As for the current build planner, I was going to fix it for forked executions from reports, until we started discussing the refactoring of the plugin manager. As for the config/binding for plugins invoked by plugins, IMO it would be part of the master plugin in some form. Admittedly, this form of

Re: Plugin version removal proposal

2007-05-13 Thread John Casey
I don't have too much to add to the proposal as Jason has revised it. I'm not too wild about leaving the CLI invocations to RELEASE metadata...I think this doesn't account too well for branched activity of plugins, nor for snapshots (of branches, for that matter). I think we're going to have to th

Re: JavaOne

2007-05-13 Thread Brett Porter
On 13/05/2007, at 8:05 PM, John Casey wrote: I'd like to see what people think about cleaning up the plugin manager for use as a separate API. +1 - we keep seeing the same concept popping up all over. Not sure if it's needed for the first alpha, or even 2.1 itself though. 1. remove the s

Re: JavaOne

2007-05-13 Thread John Casey
I'd like to see what people think about cleaning up the plugin manager for use as a separate API. The reason I think this is important is so we can clean out the site plugin influence from the maven lifecycle, and so we can make it easier to create compound plugins. I'll talk about each of these b

Re: JavaOne

2007-05-13 Thread Brett Porter
Quick summary of where we got to: - in attendance was Eirik Bjørsnøs, Edwin Punzalan, Eric Redmond, Carlos Sanchez, Kenney Westerhof, Andrew Williams, Jason van Zyl, and myself. - basic discussion of Maven 2.1 roadmap - we have a few wiki pages with content to bring together - had some Indian

Re: Plugin version removal proposal

2007-05-13 Thread Brett Porter
Regrettably, I was a bit out of it and forget to bring this one up f2f. Can we revisit this proposal with the change mentioned? On 03/05/2007, at 4:31 AM, Jason van Zyl wrote: Yup, we have two long slots at the TC offices at j1. 14 hours in total and I would like to talk about plugins, and a

Problem with site plugin and custom language mojos

2007-05-13 Thread Jason Dillon
As many of you know I've been working on Groovy integration for Maven 2... and I've recently (er well a few weeks ago) gotten things hooked up to allow mojos to be implemented in Groovy. I've started to use this to build other plugins, but I've just run into a rather annoying problem with t

Re: [2.1.x] Plexus-Utils shaded on maven embedder causes errors on 3rd party plugins

2007-05-13 Thread Jason van Zyl
On 13 May 07, at 10:57 AM 13 May 07, Abel Muiño wrote: Since org.codehaus.plexus.utils is shaded in the maven-embedder (SVN rev 537498), 3rd party plugins depending on the classes in this package fail. Is this on purpose (and the 3rd party plugins should be fixed) or is it a bug on ma

Re: Maven Diagram Maker

2007-05-13 Thread Jason van Zyl
On 12 May 07, at 9:31 AM 12 May 07, Ralph Goers wrote: Piotr Tabor wrote: Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker I'm not sure that Jimi's license is acceptable according to http:// people.apache.org/~cliffs/3party.html. You would need to get verification tha

Re: Maven Diagram Maker

2007-05-13 Thread Jason van Zyl
On 12 May 07, at 4:28 AM 12 May 07, Piotr Tabor wrote: Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker Great, thanks. Jason. Piotr Tabor Jason van Zyl pisze: I still think a summary in the wiki is the best place to start. This will get lost amidst the noise. On 11

Re: Maven Diagram Maker

2007-05-13 Thread Jason van Zyl
On 11 May 07, at 11:25 PM 11 May 07, Milos Kleint wrote: On 5/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: i'm not sure about the IDE integration usefulness. The workflow in IDE is a bit different from the proposed one. (Speaking of dependency graph only now) In the IDE you want interac

Re: Archetype packaging

2007-05-13 Thread Brett Porter
What will be contained in this metadata? For the plugins, it is to link a plugin prefix to a plugin artifact ID - I don't see the parallel concept in archetype. Anyway, you can copy what plugin-plugin does: the plugin lifecycle includes a goal in package for attaching the metadata, and it c

Re: attaching some behaviour to archetypes

2007-05-13 Thread Brett Porter
I'm a little confused about the use case, but it sounds similar to what the assembly plugin (And now shade plugin) do for merging components.xml files. - Brett On 08/05/2007, at 1:44 AM, Milos Kleint wrote: I might have a similar usecase for netbeans platform based apps. There partial arch

Re: [2.1.x] Plexus-Utils shaded on maven embedder causes errors on 3rd party plugins

2007-05-13 Thread Carlos Sanchez
3rd party plugins should be fixed to explicitly add the dependency in plexus-utils On 5/13/07, Abel Muiño <[EMAIL PROTECTED]> wrote: Since org.codehaus.plexus.utils is shaded in the maven-embedder (SVN rev 537498), 3rd party plugins depending on the classes in this package fail. Is this on pur

[2.1.x] Plexus-Utils shaded on maven embedder causes errors on 3rd party plugins

2007-05-13 Thread Abel Muiño
Since org.codehaus.plexus.utils is shaded in the maven-embedder (SVN rev 537498), 3rd party plugins depending on the classes in this package fail. Is this on purpose (and the 3rd party plugins should be fixed) or is it a bug on maven-embedder's pom? -- View this message in context: http://www.n

Re: Maven Diagram Maker

2007-05-13 Thread Piotr Tabor
Peter Kolbus wrote > First: My experience so far has been that Prefuse can create simple > shapes (boxes, ellipses, etc) and does an excellent job with those in > forced ("spring-loaded") layouts, but won't be appropriate for shapes as > complex as UML classes and components, since Prefuse shapes a

Re: Maven Diagram Maker

2007-05-13 Thread Piotr Tabor
Ralph Goers pisze: > Piotr Tabor wrote: >> Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker > I'm not sure that Jimi's license is acceptable according to > http://people.apache.org/~cliffs/3party.html. You would need to get > verification that it's inclusion is approved befor

Re: svn commit: r537542 - /maven/pom/trunk/maven/pom.xml

2007-05-13 Thread Stefano Bagnara
> FYI, I added jar plugin config for manifest > specification/implementation entries to the maven-parent pom for v6. > > Does anyone think it will cause problems? I know there were issues > with multi-line descriptions, but I believe the jar plugin was fixed > to use 'name' instead. In Apache JA

Re: Plexus CommandShell on Windows?

2007-05-13 Thread Barrie Treloar
On 5/6/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: On 5/6/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > I think I did a good test for windows, but must have been overwritten, > modified or something when fixing other OS. I'd go back on the > revisions of the unit tests until they fail on wind

Re: [VOTE] Release maven install plugin 2.2

2007-05-13 Thread Stephane Nicoll
Could you please fix the Jira project and deploy the plugin to a staging repo? This is the standard procedure. Thanks, Stéphane On 5/13/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: Last release was more than a year ago and it's needed for ant plugin integration tests List of fixed issues http

Re: Maven Diagram Maker

2007-05-13 Thread Milos Kleint
you might want to consider http://graph.netbeans.org/ http://graph.netbeans.org/screenshots.html it doesn't have any of the advanced graph layouts by it's own. Not sure if they are planned. However it handles complex shapes, UI interaction and effects quite well. it's independent of netbeans an