Re: API proposal for discussion: issue management API and project manage

2006-09-18 Thread Jimisola Laursen
006, at 3:05 AM, Jimisola Laursen wrote: > >> It would be nice if we could decide on a working name for the APIs. > > maven-issue is fine for now (ie, Maven Issue). > >> >> For projects: >> >> 1. Maven Project API >> 2. Maven Projects API

API proposal for discussion: issue management API and project management

2006-09-10 Thread Jimisola Laursen
Hi, There are a couple of us (Jimisola Laursen, Tomasz Pik and Jason van Zyl) that been thinking/discussing an issue (management) API for Maven similar to the way that scm systems are handed by Maven SCM. While Jimisola was discussing this with Jason he revealed that he had a project (management

Re: Maven central reporting API

2006-09-04 Thread Jimisola Laursen
Hi Arnaud, > To delve deeper into this, I am having a hard time finding maven's big > picture and unfortunately, > comments in code are rather fragmentary and barely useful (when they > exist). Is there a document on maven architecture somewhere ? Think > the answer is no, but asking anyway :-)

Re: Welcome to new committers!

2006-08-30 Thread Jimisola Laursen
Haha :) Do you have anything against Germans? :) Regards, Jimisola PS. My name doesn't show it, but I'm also Swedish DS. Joakim Erdfelt-2 wrote: > > Thanks! > > btw, it's "Joakim Erdfelt" not "Joakime Erdfeldt" > > I'm Swedish, not German. ;-) > > - Joakim Erdfelt > > Jason van Zyl wrote

Re: Inter Plugin communication

2006-07-13 Thread Jimisola Laursen
Hi! My use-easy is simple: to pass build information collected/generated by a buildinfo (our own - not the public one) to a second plugin (FreeMarker plugin, also our own) that generates Java Source code using templates. The build information is Java System Properties, Maven Effective POM, Perfo

Inter Plugin communication

2006-07-13 Thread Jimisola Laursen
Hi! Is it possible to communicate between plugins run in the same build? I would like a "Build Conext" where plugins can set properties/objects for use by plugins following in execution. E.g. Plugin A gathers some information that is input for plugin B. Now, I solve it by having plugin A write t

Are @parameter in non-AbstractMojo parsed?

2006-07-13 Thread Jimisola Laursen
Hi! I have some problems with the the expression attribute to the parameter tag. Are @parameter tags only processed when they exist in a Mojo (extends AbstractMojo)? My mojo (MyMojo) has a bean (MyBean). MyCfgBean has a String instance variable outputFilename that I want to populate with a defa

Re: [Proposal] Documenting Maven

2006-06-14 Thread Jimisola Laursen
+1 Not sure where the responsibility between Maven and it's core plugins is, but the uncomplete and sometimes even lack of documentation has been one of the main obsticles during our migration from Ant to Maven. The book "Better Builds with Maven" was a warm welcome. -- View this message in cont

[jira] Created: (MNGECLIPSE-80) Project information

2006-02-16 Thread Jimisola Laursen (JIRA)
Project information --- Key: MNGECLIPSE-80 URL: http://jira.codehaus.org/browse/MNGECLIPSE-80 Project: Maven 2.x Extension for Eclipse Type: Wish Components: Documentation Reporter: Jimisola Laursen Assigned to: Eugene Kuleshov Have been

[jira] Commented: (MNGECLIPSE-75) Update source folders action should set default output folder

2006-02-16 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58867 ] Jimisola Laursen commented on MNGECLIPSE-75: Ok. Thank you for the explaination about the working of the plugin. I will leave the question regarding MNGECLIPSE-75

[jira] Commented: (MNGECLIPSE-75) Update source folders action should set default output folder

2006-02-16 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58865 ] Jimisola Laursen commented on MNGECLIPSE-75: Hmm.. I must have missed out it then (non of your last comments has any question marks btw). What question are you

[jira] Commented: (MNGECLIPSE-75) Update source folders action should set default output folder

2006-02-16 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58861 ] Jimisola Laursen commented on MNGECLIPSE-75: Ok. Will this issue be fixed? > Update source folders action should set default output fol

[jira] Created: (MNGECLIPSE-79) Plugin does not execute generate-test-sources and generate-test-resources goals

2006-02-16 Thread Jimisola Laursen (JIRA)
Type: Bug Components: Maven Launcher Versions: 0.0.5 Environment: Linux. JDK 1.5. Reporter: Jimisola Laursen Assigned to: Eugene Kuleshov The plugin does not execute generate-test-sources and generate-test-resources goals. We became of aware of with another issue: http

[jira] Commented: (MNGECLIPSE-75) Update source folders action should set default output folder

2006-02-16 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58850 ] Jimisola Laursen commented on MNGECLIPSE-75: Eugene, * In respone to your first 2nd last comment: The first test project was not mine - it was Jochen's. Two diff

[jira] Commented: (MNGECLIPSE-75) Update source folders action should set default output folder

2006-02-16 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58819 ] Jimisola Laursen commented on MNGECLIPSE-75: This is not the exact same problem, but in another project we generate source code using XSLT. Where should this source

[jira] Updated: (MNGECLIPSE-75) Update source folders action should set default output folder

2006-02-16 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=all ] Jimisola Laursen updated MNGECLIPSE-75: --- Attachment: mngeclipse-75-xmlbeans-testcase.zip > Update source folders action should set default output fol

[jira] Commented: (MNGECLIPSE-75) Handling of generated source code

2006-02-15 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58687 ] Jimisola Laursen commented on MNGECLIPSE-75: Let me clearify myself, when I asked about "Update Source Folders" I know that it is suppose to include the

[jira] Commented: (MNGECLIPSE-75) Handling of generated source code

2006-02-15 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-75?page=comments#action_58684 ] Jimisola Laursen commented on MNGECLIPSE-75: No change. At least not a successful one. What is "Update Source Folders" suppose to do exactly (as I would like

[jira] Created: (MNGECLIPSE-75) Handling of generated source code

2006-02-14 Thread Jimisola Laursen (JIRA)
. Reporter: Jimisola Laursen Assigned to: Eugene Kuleshov Priority: Blocker I have a problem with Maven2, XmlBeans Maven Plugin and this plugin (Eclipse Maven Plugin). However, I do believe that the problem will exist when generating sources in other ways as well. I assume that you are

[jira] Created: (MNG-2069) Output more information in error message

2006-02-12 Thread Jimisola Laursen (JIRA)
Output more information in error message Key: MNG-2069 URL: http://jira.codehaus.org/browse/MNG-2069 Project: Maven 2 Type: Improvement Components: Embedding Environment: Linux / JDK 1.5 Reporter: Jimisola Laursen

[jira] Commented: (MNGECLIPSE-73) Output more information in error message

2006-02-12 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-73?page=comments#action_58466 ] Jimisola Laursen commented on MNGECLIPSE-73: Sorry, I can't seem to find the Maven Embedder component. Should I report it to the main Maven component (key

[jira] Commented: (MNGECLIPSE-73) Output more information in error message

2006-02-12 Thread Jimisola Laursen (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-73?page=comments#action_58465 ] Jimisola Laursen commented on MNGECLIPSE-73: Ok. Thanks. I'll report it against Maven Embedder. > Output more information in error

[jira] Created: (MNGECLIPSE-73) Output more information in error message

2006-02-12 Thread Jimisola Laursen (JIRA)
. Reporter: Jimisola Laursen Assigned to: Eugene Kuleshov Priority: Trivial I keep getting the following error message over and over again: 2/12/06 4:00:10 PM CET: Reading /LF/pom.xml 2/12/06 4:00:17 PM CET: [WARN] Unable to get resource from repository central (http://repo1.maven.org

[jira] Created: (MNG-2067) Provide (more) details to generic error outputs

2006-02-12 Thread Jimisola Laursen (JIRA)
, JDK 1.5 Reporter: Jimisola Laursen Priority: Trivial I have noticed several places where maven could provide provide more informaton to error outputs, e.g mvn compile outputs: "Validation Messages: [0] For dependency Dependency {groupId=x.y.lf, artifactId=lf-test, versio