Re: [m2] Running a goal only once in a multiproject context

2005-10-18 Thread Milos Kleint
i think adding @aggregator to the mojo's class javadoc does the trick.. there needs to be the plugin's group id added to the settings.xml file .. the element is called something like pluginGroups milos [EMAIL PROTECTED] wrote: Hi, I have defined a Mojo that does some work (create some

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Milos Kleint
call me grumpy, but I don't want m3 or m4 to arrive. complete rewrites shouldn't be a daily routine. on the other hand a separate mailing list for m1 and m2 doesn't sound like a good idea. As long as people mention the version in the subject, it's fine with me. Milos Pilgrim, Peter wrote:

anyone ever deployed and used a m2 plugin from non-default repository?

2005-10-17 Thread Milos Kleint
only all the time.. Thanks for any insight Milos Kleint settings localRepository/home/cenda/.m2_repository/localRepository profiles profile idmevenide/id repositories repository idmevenide1/id nameMevenide's M2 repo/name urlhttp://mevenide.codehaus.org/m2-repository/url /repository /repositories

M2: is there a way to generate docs out of the modello descriptor?

2005-10-15 Thread Milos Kleint
hello, in my plugin I use the modello tool for generating descriptor. Inoticed the modello's descriptor xml file has entries like description of fields etc. Is there a way to generate some documentation out if this xml file? Regards Milos Kleint

Re: howto release/deploy an m2 plugin?

2005-10-15 Thread Milos Kleint
On 10/15/05, Brett Porter [EMAIL PROTECTED] wrote: On 10/16/05, Milos Kleint [EMAIL PROTECTED] wrote: hmmm.. ok i will try, that came to my mind as well, just wanted to make it easier to use the plugin. any non-central repository plugin's usability is seriously hurt IMHO. Can you

Re: [m2] Wrapping a tool main method in a a plugin

2005-10-10 Thread Milos Kleint
generally you can avoid System.exit by changing the security policy. Not sure how it's relevant to running within maven. milos Ashley Williams wrote: I'm writing a plugin whose job it is to call Main.main in the jaxme jar file. However at the end of main, a call to System.exit() is made

Mevenide 0.9 for Netbeans 4.1 and 5.0 beta released

2005-09-30 Thread Milos Kleint
A new 0.9 release of Mevenide for Netbeans has been released. It includes multiple bugfixes, doesn't require Maven to be installed anymore and works with the new Netbeans 5.0 beta. See the complete list of changes at

Re: [m2] eclipse integration

2005-09-19 Thread Milos Kleint
Ashley Williams wrote: Wishing to exclusively work from eclipse and abandon the command line, I was hoping to find an eclipse plugin that would let me use maven services direct from within eclipse. I did find the following: http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html

Re: [m2] eclipse integration

2005-09-19 Thread Milos Kleint
http://jira.codehaus.org/browse/MEVENIDE-185 Milos Ashley Williams wrote: Do you happen to know if m2 support is planned? On 19 Sep 2005, at 12:29, Milos Kleint wrote: Ashley Williams wrote: Wishing to exclusively work from eclipse and abandon the command line, I was hoping to find

Re: [m2] eclipse integration

2005-09-19 Thread Milos Kleint
... all these don't have any schedule of course. it's just a hobby. Milos On 19 Sep 2005, at 13:20, Milos Kleint wrote: http://jira.codehaus.org/browse/MEVENIDE-185 Milos Ashley Williams wrote: Do you happen to know if m2 support is planned? On 19 Sep 2005, at 12:29, Milos

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Milos Kleint
? or MavenArchiveConfiguration? or in the case discussed above the list of Artifacts? Would I ever want to change that as maven 2 user? Milos Kleint

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Milos Kleint
On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Wed, Sep 07, 2005 at 01:41:13PM +0200, Milos Kleint wrote: On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Wed, Sep 07, 2005 at 10:11:40AM +0100, Ashley Williams wrote: I was intrigued by a comment that we should avoid

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Milos Kleint
On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: snip ok. in my current understanding, the m1 plugins do actually use much more properties than they declare. they use the pom, the common properties, then their own props, even some undocumented one or other plugin's properties.

Re: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Milos Kleint
Alexander Azarov wrote: -Original Message- From: Trygve Laugstшl [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 7:44 PM On Fri, Aug 12, 2005 at 07:36:32PM +0400, Alexander Azarov wrote: I.e. I am trying to embed Maven2 into another application and I would

Mevenide for Netbeans 0.8 released

2005-08-08 Thread Milos Kleint
After a year since the initial release, the mevenide team is pleased to announce the Mevenide Netbeans project support 0.8 release! http://mevenide.codehaus.org/mevenide-netbeans-project The project's aim to to provide Maven project type support for the Netbeans IDE 4.0. The features include

Re: [m1] Keeping plugins up to date

2005-08-03 Thread Milos Kleint
if you want to be sure that evenryone builds with the same version of the plugin, add the plugin as a dependency of the project. Regards Milos Kleint On 8/2/05, Grant Ingersoll [EMAIL PROTECTED] wrote: Yeah, I did that which is fine when you know the specifics of what you want to update. I

[ANN] Mevenide for Netbeans 0.7 released

2005-05-22 Thread Milos Kleint
The mevenide team is pleased to announce the Mevenide for Netbeans 0.7 release! http://mevenide.codehaus.org/mevenide-netbeans-project Changes in this version include: o Added webapp deployment, using Cargo (http://cargo.codehaus.org). Generally attempted to improve webapp/j2ee support. o

Re: [m2] dependency properties

2005-05-14 Thread Milos Kleint
. Milos Kleint On 5/14/05, Gilles Dodinet [EMAIL PROTECTED] wrote: Jason van Zyl wrote: I'm not familiar with the PDE plugin but can you give me an example of its configuration in m1 and I will give you an example of what could be done in m2. previous plugin version only used

Re: Integrate dependencies source code in eclipse

2005-04-15 Thread Milos Kleint
Hope that helps. Milos Kleint On 4/14/05, Damien Raude-Morvan [EMAIL PROTECTED] wrote: Hello all, I'm trying to get maven-eclipse-plugin generating, in addition of the classpath entries, sourcepath references (to a source zip file or directly to source folder

Re: [m2] Maven2 artifact type question

2005-04-15 Thread Milos Kleint
please make it part of default distribution, it's also trivial now to upload javadocs but obviously noone does. For easy maven+ide integration this is one of the key features. having a dependency autmatically downloaded is just part of the story. in the IDE you want to see the docs and want to

Re: Integrate dependencies source code in eclipse

2005-04-15 Thread Milos Kleint
On 4/15/05, Jörg Schaible [EMAIL PROTECTED] wrote: Milos Kleint wrote on Friday, April 15, 2005 8:08 AM: it's not exactly useful in the context of plugging the sources into the IDE. Just as a side note: This is a limitation for NetBeans, but not for Eclispe. In Eclipse you define

Re: [m2]Documentation on creating a plugin in Java?

2005-04-14 Thread Milos Kleint
of container for the plugins, but it's website is almost nonexistant. So are the docs for maven itself. there's close to no javadocs on most of the java files. Regards Milos Kleint On 4/14/05, Brett Porter [EMAIL PROTECTED] wrote: not yet, but there are plenty of examples in the Maven source

Re: [m2] Maven2 artifact type question

2005-04-14 Thread Milos Kleint
and submitted to the dist plugin - http://jira.codehaus.org/browse/MPDIST-21) Regards Milos Kleint On 4/14/05, Mykel Alvis [EMAIL PROTECTED] wrote: I apologize for not R'ing the F'ing Site, but I really don't have time to delve too deeply into maven2 since I'm in midstream of making my current maven1

Re: Integrate dependencies source code in eclipse

2005-04-14 Thread Milos Kleint
/upload the source zips into my maven plugin at http://www.ibiblio.org/maven/mevenide/plugins/maven-mevenide-plugin-0.3.jar goals are: mevenide:src-distribution, mevenide:src-distribution-install, mevenide:src-distribution-deploy Hope that helps. Milos Kleint On 4/14/05, Damien Raude-Morvan [EMAIL

Re: Parsing POMs (Maven 1.x) API - tips?

2005-04-11 Thread Milos Kleint
the data. regards Milos Kleint On Apr 11, 2005 9:36 PM, Arik Kfir [EMAIL PROTECTED] wrote: Hi, I need to parse a POM to read its properties and data. Currently I am opening a MavenSession to do this and it works good. There are drawbacks, however: 1. If the file changes, I need to reopen

Re: Parsing POMs (Maven 1.x) API - tips?

2005-04-11 Thread Milos Kleint
On Apr 11, 2005 9:57 PM, Arik Kfir [EMAIL PROTECTED] wrote: Milos Kleint wrote: by giving it a directory with pom it loads the project.xml and properties files. IQueryContext con = new DefaultQueryContext(directory); Project proj = con.getPOMContext().getFinalProject(); 10x

Re: Plugin for generating netbeans project files from pom?

2005-04-08 Thread Milos Kleint
no, as far as I know. however there is a set of netbeans modules that let you open the maven projects within Netbeans IDE (without any conversion, using the pom exclusively for project definition) http://mevenide.codehaus.org/mevenide-netbeans-project Milos Kleint Martijn Dashorst wrote: Hi

Re: Getting changelog to work

2005-04-08 Thread Milos Kleint
, thus it won't work. regards Milos Kleint Cheers, Siegfried Goeschl Frank Verbruggen wrote: Hi Maven development team, my name is Frank Verbruggen, and I'm currently involved in introducing 'your' tool Maven at a major bank from the Netherlands (it is called SNS Bank). We have almost succesfully

Re: Getting changelog to work

2005-04-08 Thread Milos Kleint
protocol, thus it won't work. regards Milos Kleint Cheers, Siegfried Goeschl Frank Verbruggen wrote: Hi Maven development team, my name is Frank Verbruggen, and I'm currently involved in introducing 'your' tool Maven at a major bank from the Netherlands (it is called SNS Bank). We have almost

Re: Getting changelog to work

2005-04-08 Thread Milos Kleint
influence on log but that's more detailed discussion than necessary in this case) Regards Milos Kleint PS: I've co-written the netbeans cvs client library back in 2000-2002. I don't remember much already, but I'm quite convinced about this particular case. Cheers Frank Verbruggen Milos Kleint

Re: Q : Handling default property values

2005-04-02 Thread Milos Kleint
I think the plugin's default props should be in plugin.properties file. No goal should be necessary. Milos Kleint On Apr 2, 2005 12:17 AM, Haryon [EMAIL PROTECTED] wrote: I am creating a plugin, I would like to use some properties pointing to some directories (just like maven.build.dir

Re: maven to build eclipse plugin?

2005-03-31 Thread Milos Kleint
Benedict Heal wrote: Does anyone have an example of a POM to build an Eclipse plugin using Maven? It seems a pity to have to do it by steam. Thanks, Benedict - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: maven roadmap - should i stay or should i go

2005-03-24 Thread Milos Kleint
I've added a maven plugin project template into Mevenide for Netbeans. It creates a project with plugin files, you have code completion in the plugin.jelly file etc. Regards Milos Kleint Brett Porter wrote: http://maven.apache.org/using/bestpractices.html#Scripting On Thu, 24 Mar 2005 15:02:15

Re: Multiproject with scatter projects

2005-03-21 Thread Milos Kleint
maven.multiproject.includes=module1/project.xml,module2/project.xml, module1/submodule/project.xml regards Milos Kleint On Mon, 21 Mar 2005 10:16:23 -0800, dan tran [EMAIL PROTECTED] wrote: This does not work for my case, where the main project has it own tree, and it depends on 2 other trees which happens

[ANN] Mevenide for Netbeans 0.6 released

2005-03-21 Thread Milos Kleint
The mevenide team is pleased to announce the Mevenide Netbeans project support 0.6 release! http://mevenide.codehaus.org/mevenide-netbeans-project The project's aim to to provide Maven project type support for the Netbeans IDE 4.0. The features include recognition of Maven projects, setup of

Re: New Maven Site is Live

2005-03-15 Thread Milos Kleint
Cool.. Niavigation seems much easier now. minor bug. the navigation item plugin sandbox points to nonexisting page. http://maven.apache.org/plugins-sandbox/index.html Milos Brett Porter wrote: The new Maven web site has now gone live at http://maven.apache.org/. After pointing everyone at the

Re: Handling Dependencies

2005-03-15 Thread Milos Kleint
As a workaround, we set the version to 1.1.5-SNAPSHOT and 2.0.7-SNAPSHOT respectively and we use the jar:install goal. I always considered this a legitimate approach, rather than workaround. the snapshot goals do convert the SNAPSHOT string into a timestamp whcih you rarely want. Milos

Re: Using maven to run a program

2005-03-11 Thread Milos Kleint
try checking the maven-mevenide-plugin, it includes various means of running and debugging an application. http://mevenide.codehaus.org/maven-mevenide-plugin/goals.html Regards Milos Kleint On Thu, 10 Mar 2005 17:47:21 -0800, Tony Johnson [EMAIL PROTECTED] wrote: HI, can anyone point me

Re: Update all maven plugins?

2005-03-07 Thread Milos Kleint
such a feature is my todo list for mevenide/netbeans, not sure when I manage to implement it. Milos Kleint Emmanuel Venisse wrote: If you want to do this, you need to bootstrap maven from subversion. Emmanuel Deblauwe, Wim said: Hi, is it possible to update all the maven plugins to the latest

Re: Dependency download mechanism

2005-02-28 Thread Milos Kleint
to declare the 0.8 dependency as 0.8-SNAPSHOT. Then it would check the timestamp of the remote file and download it if it's new. That's the only workaround I know about. Non snapshots are never downloaded when in the local repository. Milos Kleint Best regards, Harald Meyer

ANN: Mevenide 0.5 for Netbeans 4.x released

2005-01-24 Thread Milos Kleint
The mevenide team is pleased to announce the Mevenide Netbeans project support 0.5 release! http://mevenide.codehaus.org/mevenide-netbeans-project The project's aim to to provide Maven project type support for the Netbeans IDE 4.0. The features include recognition of Maven projects, setup of

Re: plugin's tag library question

2005-01-23 Thread Milos Kleint
I have declared it as dependency of type plugin? Milos On Sun, 23 Jan 2005 09:36:24 +1100, Dion Gillard [EMAIL PROTECTED] wrote: How is the taglib on the project's classpath? On Sat, 22 Jan 2005 16:18:52 +0100, Milos Kleint [EMAIL PROTECTED] wrote: hello. I have the following

ANN: maven-nbm-plugin 1.0 released

2005-01-23 Thread Milos Kleint
The mevenide team is pleased to announce the Maven NBM Plugin 1.0 release! http://mevenide.codehaus.org/maven-nbm-plugin This plugin creates a netbeans module artifact for the project, also generates nbm file for distribution of the module. Is able to generate the module information from the

plugin's tag library question

2005-01-22 Thread Milos Kleint
the same namespace doesn't work, even though the plugin is defined in the pom. I've tried to find something similar in the default maven plugins but all I found was the define:taglib dynamic taglibraries.. Any hints, code snippets to look at? Thanks Milos Kleint

Re: Merging non-dependency tags in extended project.xml

2004-12-28 Thread Milos Kleint
extend tags. just my 2 cents. Milos Kleint On Tue, 28 Dec 2004 06:48:04 -0500, Steven Caswell [EMAIL PROTECTED] wrote: Would you mind terribly if I file a JIRA enhancement request if there isn't one already (I looked around and didn't see one)? my $0.2 A team that takes the approach

Re: Maven vs Eclipse build

2004-12-23 Thread Milos Kleint
once for the entire day, and alt+tab + Enter the other times, not so bad for a more supple project management process. My 0.02 euros, -- Laurent -Message d'origine- De : Milos Kleint [mailto:[EMAIL PROTECTED] Envoyé : jeudi 23 décembre 2004 10:12 À : Maven Users List; dan

Re: Tips on making maven / plugin scripts

2004-12-15 Thread Milos Kleint
in plugin.jelly and maven.xml files, it should help you avoid typos and looking up names in docs. for debugging I have no other suggestion than adding debug messages in your script. Regards, hope that helps. Milos Kleint Mattias Olofsson wrote: Hi, I am developing a plugin and have some trouble

Re: How do I install downloaded Mavenide .nbm files into Netbeans 4.0 RC1

2004-12-13 Thread Milos Kleint
to the end of the wizard. 5. the ide will restart and you get the mevenide modules installed. Hope that helps. Milos Kleint On Wed, 08 Dec 2004 11:48:15 -0500, jim williams [EMAIL PROTECTED] wrote: I may have missed earlier emails about this as I just subscribed to the mailing list. if any one

[ANN] Mevenide 0.4 for Netbeans released

2004-11-26 Thread Milos Kleint
The mevenide team is pleased to announce the Mevenide Netbeans project support 0.4 release! http://mevenide.codehaus.org/mevenide-netbeans-project It works with the newly released Netbeans 4.0 RC1. For download, go to http://mevenide.codehaus.org/download.html Changes in this version include:

Re: AW: Maven classloader breaks URLs

2004-11-12 Thread Milos Kleint
/index.html for details. Regards Milos Kleint Brett Porter wrote: I thnik it is maven.junit.jvmargs (check the test plugin doco), where you can specify -Xdebug etc then connect using your IDE using a remote debugger (JPDA). Cheers, Brett On Fri, 12 Nov 2004 11:02:17 +0100, Daniel Frey [EMAIL PROTECTED

Re: Local dependencies

2004-11-09 Thread Milos Kleint
check the docs for details I'm almost sure I read it somewhere. hope that helps.. Milos Kleint Michael Niemaz wrote: Recall the local dependency, I tried what you suggested and It did not work: Attempting to download jxip.jar. WARNING: Failed to download jxip.jar. The build cannot

Re: Local dependencies

2004-11-09 Thread Milos Kleint
Milos Kleint wrote: ignore the url tag, it's used just in the printout you just received. specify the path to the artifact in the jar tag.. dependency groupIdjxip/groupId artifactIdjxip/artifactId version/version jar${basedir}/xip/lib/jxip.jar/jar /dependency

[ANN] maven plugin to create netbeans modules - 0.6 version

2004-11-05 Thread Milos Kleint
The mevenide team is pleased to announce the Maven NBM Plugin 0.6 release! http://mevenide.codehaus.org/maven-nbm-plugin This plugin creates a netbeans module artifact, also generates nbm file for distribution of the module. Is able to generate the module details from the pom and additional

Re: Compiling eclipse plugin with Maven

2004-10-18 Thread Milos Kleint
hello I've never done that myself but the plugin for creating eclipse plugins could be of help you. http://mevenide.codehaus.org/maven-eclipse-plugin-plugin/index.html Regards Milos Kleint Claus Pedersen wrote: I have made an Eclipse plugin. I now want to compile this plugin via Maven If I want

Re: Unversioned artifacts

2004-10-12 Thread Milos Kleint
in the pom file use the jar element to point to the non-versioned artifact this could work, no guarantees though.. Milos Kleint Oren Berenson wrote: True. I am battling with it now. Oren -Original Message- From: jeff mutonho [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 13:37 To: Maven Users

Re: Using Mevenide on NetBeans 4.0 with multiprojects using multiple source directories per project

2004-09-10 Thread Milos Kleint
As I've already replied on the andromda's list, here's just the link to the filed jira issue: http://jira.codehaus.org/browse/MEVENIDE-93 Milos Philippe Monnet wrote: Today I decided to try out the new version of Mevenide for NetBeans 4.0 beta 1. It is a very cool plug-in: once you open the root

Re: [Poll] Writing documentation with Maven

2004-09-08 Thread Milos Kleint
format do you use to write documentation? A. xdoc 4. What tool do you use to write the docs? B. one that is not WYSIWYG (please say what) Netbeans. Milos Kleint - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Copying some resources to the same directory of compiled classes

2004-09-08 Thread Milos Kleint
what about: resource directory${basedir}/directory includes includecom/mtk/support/logging/**/*.xml/include /includes Milos jeff mutonho wrote: yes i defined the following build sourceDirectory${basedir}/sourceDirectory

Re: Local dependencies

2004-09-07 Thread Milos Kleint
repository. hope that helps. Milos Kleint - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: menenide for multiproject setup

2004-09-07 Thread Milos Kleint
the maven.multiproject.includes property, it wil be grabbed and you will be offered to open all the projects at once. Regards. Milos Kleint Philippe Monnet wrote: What is the best way to setup Mevenide (cool tool btw) on NetBeans 3.6 (don't want to go to the beta of 4.0 yet) to use it with multiprojects (e.g

Re: jar dependency question

2004-09-01 Thread Milos Kleint
you should add typeejb/type definition to your dependency. I think jar is the fallback when no type is specified. Hope that helps Milos jeff mutonho wrote: I've my got the following layout in my /.maven/repository/support/ |__ears

Re: exclude

2004-08-31 Thread Milos Kleint
I think CVS directories are excluded by default (I think by ant targets).. I've once looked at the ant sources and the directory scanner had default excludes. Regards. Milos jeff mutonho wrote: why isn't the target directory being exlcuded but the CVS is in the following includes

Re: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Milos Kleint
is connected when running maven. Or even patch the maven sources and do a custom build. How to do that I don't know though.. Regards. Milos Kleint Courtney, Craig wrote: That could work but adds to much responsibility to the centralized body. Their job is only to approve external libraries for use

Re: NullPointerException

2004-08-11 Thread Milos Kleint
the two reports sections look suspicious to me.. Milos jeff mutonho wrote: Thanks guys.I ran maven pom:validate and got the same error message, so I suspect theres something I'm marking up in the XML.There is what my project.xml looks like: ?xml version=1.0? project pomVersion3/pomVersion

Re: Multiproject:clean problem

2004-08-09 Thread Milos Kleint
and what about the scenario when I do a multiproject clean the a multiproject build which however failt mid-way.. a subsequent multiproject clean failt, because it cannot resolve all dependencies.. is there a way out? it seems liuke one can only do a clean build after successfully building the

Re: Multiproject:clean problem

2004-08-09 Thread Milos Kleint
in the multiproject clean. Milos On Mon, 09 Aug 2004 15:33:41 +0200, Milos Kleint [EMAIL PROTECTED] wrote: and what about the scenario when I do a multiproject clean the a multiproject build which however failt mid-way.. a subsequent multiproject clean failt, because it cannot resolve all

Re: How to create platform-independent dependencies?

2004-06-30 Thread Milos Kleint
... at least Gilles Didonet, the project owner is developing under windows. So the problem is probably somehwere else. No idea where, the jelly error messages are quite cryptic. Try running maven with the debug switch (-X if I recall correctly), maybe it reveals more. Milos Kleint Probably

Re: howto add jar to classpath

2004-06-29 Thread Milos Kleint
or project.properties file.. see: http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies Milos Kleint - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Maven NBM plugin released

2004-02-29 Thread Milos Kleint
Comments welcome. For the Mevenide team Milos Kleint - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Code completion for Maven project files in Netbeans

2004-02-29 Thread Milos Kleint
. NETBEANS_HOME is your Netbeans installation directory. To download the module, please visit: http://mevenide.sourceforge.net/mevenide-netbeans-grammar/index.html Comments welcome. For the Mevenide team Milos Kleint

<    1   2   3