Re: Codestyle

2006-08-25 Thread Kenney Westerhof
standardize on Jalopy or something else for all IDE's? -- Kenney I'm surprised the eclipse one is so far out. I thought I had got it really close. I hope I sent the right one! - Brett On 25/08/2006, at 1:38 AM, Vincent Siveton wrote: +1 for the codestyle document. Another Eclipse formatter

Codestyle (was: Re: svn commit: r434393 - /maven/site/trunk/src/site/resources/developers/maven-eclipse-codestyle.xml)

2006-08-24 Thread Kenney Westerhof
Vincent Siveton wrote: Hi Kenney, Other problems exist in the Eclipse codestyle (See MNG-2522 Regression for the Eclipse codestyle) If you are an Eclipse user, it should be great if you have time to review it. I'm looking into it. I'm having a hard time finding out what the correct

Re: mirror missing files

2006-08-23 Thread Kenney Westerhof
Hi, Brett Porter wrote: Should we separate them in the docs then? +1 Mirrors we have contact with: - planetmirror - dotsrc - ibiblio There's also maven.sateh.com (really fast! :)) (http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/[EMAIL PROTECTED]) -- Kenney

Re: Standards for Plugin Parameters

2006-08-23 Thread Kenney Westerhof
. To disambiguate you could always prefix. We could even warn that some setting is affecting multiple plugins and may cause weird side effects (like -DoutputDirectory=.. will unlikely cause if we ignore the expression and just inject using fieldnames). -- Kenney We might find that it tends

Re: bootstrap.sh

2006-08-23 Thread Kenney Westerhof
Hi, You probably have a settings.xml with localRepository~/.m2/repository/localRepository in there. The ~ is not expanded, so you should find a '~' directory in the same directory where you ran bootstrap.sh. Replace ~ with the full path to your home dir and you're good to go. -- Kenney

Re: Clean up components a little

2006-08-22 Thread Kenney Westerhof
+1 and +1 Emmanuel Venisse wrote: +1 and +1 Emmanuel Jason van Zyl a écrit : Hi, Just chatting with Emmanuel and I think it would be good to move maven-model-converter to shared and maven-meeper to archiva Neither of these modules are required by Maven's core. Jason van Zyl [EMAIL

Testing mail filters, please ignore

2006-08-17 Thread Kenney Westerhof
Sorry, ignore!

Re: continuum-webapp issues [was: Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Kenney Westerhof
all the spam! :) -- Kenney Kenney Westerhof wrote: (fwd again, now using correct address.. does anybody have a nice alternative for Thunderbird on linux? :/ ) --- Ok, I'm trying to get this to work. It seems that the ww: tags use OGNL expressions to set/get values from the action. (I'm missing

continuum-webapp issues [was: Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Kenney Westerhof
? Working examples? (not the a href=ww:url action=../?projectId=${project.id}../a preferrably ;) -- Kenney Kenney Westerhof wrote: Carlos Sanchez wrote: i've seen this problem with tomcat. Works fine with jetty. Aha. I couldn't get jetty to work: [continuum-webapp]$ mvn jetty:run [INFO

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Kenney Westerhof
If changing votes is allowed: +1 for Archivist (as the word 'Archiva' doesn't exist and it's meaning unclear). As Martin van den Bemt said, Curator is a no-no in .nl ;) -- Kenney Emmanuel Venisse wrote: Brett, I change my vote. I vote now for Archiva Emmanuel Brett Porter a écrit : We

Re: [VOTE] Rename repository manager

2006-08-13 Thread Kenney Westerhof
Brett Porter wrote: Unless anyone else changes their vote to archivarius, I'm going to count this as a vote for Archiva :) Ok ;) - Brett On 13/08/2006 5:25 AM, Kenney Westerhof wrote: As long as we're making up names: [+1] Archivarius ;) Jason van Zyl wrote: On 9 Aug 06, at 7:57 PM

Re: [VOTE] Rename repository manager

2006-08-12 Thread Kenney Westerhof
As long as we're making up names: [+1] Archivarius ;) Jason van Zyl wrote: On 9 Aug 06, at 7:57 PM 9 Aug 06, Brett Porter wrote: Please vote for one of the following names: [ ] Archiva +1 Jason van Zyl [EMAIL PROTECTED]

Re: [m2] How to install local patches of plugins and stop snapshots from maven site being installed

2006-08-11 Thread Kenney Westerhof
the snapshot plugin repo wasn't listed anywhere, so any snapshot versions of plugins you want to use you have to install yourself - that'll pin those down too. HTH, -- Kenney Brett Porter wrote: changing the version or blocking the download the main alternatives. you can locally block the download

Re: Integration testing plugins

2006-08-11 Thread Kenney Westerhof
Vincent Massol wrote: Also, Kenney do you know if the it plugin can now be used to test a plugin that is being built for the first time? I remember that I didn't activate it on the clover plugin because it would work only if the clover plugin was installed in the local repository

Re: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Kenney Westerhof
, or manually mvn package maven-reporting(-api|-impl), doxia-sink-api, and copy the target/*.jar to $M2_HOME/lib/ (removing the old versions). -- Kenney Isn't there any integration test for maven site plugin? :( Denis. -Message d'origine- De : Cabasson Denis [mailto:[EMAIL PROTECTED] Envoyé

Re: is everyone subscribed to [EMAIL PROTECTED]

2006-08-10 Thread Kenney Westerhof
and noise easily. -- Kenney mike Brett Porter [EMAIL PROTECTED] wrote on 08/09/2006 11:43:03 PM: So... not much response on this. We separated notifications from commits because of the theory that some non-committers might want the commits and not the notifications, and I could understand

Re: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRenderer.java

2006-08-10 Thread Kenney Westerhof
along and committed this. I'm sure there'll be a reaction now :-) I really don't know how to solve the problem above, any feedback is greatly appreciated! -- Kenney [EMAIL PROTECTED] wrote: Author: kenney Date: Thu Aug 10 10:20:32 2006 New Revision: 430446 URL: http://svn.apache.org

Re: How to link profiles

2006-08-10 Thread Kenney Westerhof
be one profile. I'm not sure I can think of a good usecase where you have dependent profiles like this. If you have one, be sure to file a JIRA issue about this. -- Kenney Hi, I'd like to link different profiles by using activation on properties and defining an activeProfiles. Something like

Re: Integration testing plugins

2006-08-10 Thread Kenney Westerhof
and lots of it's code was moved to the embedder). Do you think the maven-it-plugin is obsolete now? It runs a series of builds on src/it/*/pom.xml, using the embedder. The idea was to have unit tests in those it projects that tested plugins or other stuff (like deployments). -- Kenney John

Re: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRenderer.java

2006-08-10 Thread Kenney Westerhof
a branch for it anyway? A branch for what, exactly? I think the answer to a) is that it does, so it needs a prerequisites element, and it also makes b) a must for now. Please take a look at the full problem description in the other mail. Maybe we've got a bigger design issue here.. -- Kenney

Re: How to execute a plugin prior to the reactor sorting?

2006-08-07 Thread Kenney Westerhof
-run the plugin that created the .csproj (if there is one out there..) -- Kenney Is there a way to force mojo executions to be done prior to the reactor being sorted? I've tried the validate phase but found this to be executed after reactor sorting. Does anyone know about another plugin

Re: cyclic dependency in maven-plugins ??

2006-07-26 Thread Kenney Westerhof
. This doesn't seem to cause a cycle. -- Kenney On 7/18/06, Brett Porter [EMAIL PROTECTED] wrote: Did this ever get filed as an issue? I don't think I did. Jerome - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Reporting / Doxia / site api change

2006-07-24 Thread Kenney Westerhof
could synchronize the release of the site plugin with releases of all other reporting plugins, even those on mojo.c.o. However, there will no doubt be problems when users have fixed versions for plugins in their poms. What to do..? -- Kenney Westerhof http://www.neonics.com GPG public key: http

Re: repository info

2006-07-24 Thread Kenney Westerhof
On Tue, 25 Jul 2006, Brett Porter wrote: Hi, What about corrupt poms? For instance, commons-collections 3.1 has no modelVersion tag. -- Kenney Hi, I've been testing the repo manager out and thought the following data might be interesting to folks: 28224 artifact files (including poms

Re: A plugins nature

2006-07-10 Thread Kenney Westerhof
, but the functionality they offer. And since the functionality they offer is, or should be, separated from the mojo itself you actually want to use the libraries behind them. So I really see no problem here, except maybe for some design issues with some current plugins. -- Kenney I think that's

Re: [discuss] Java 5

2006-07-07 Thread Kenney Westerhof
. Too bad, I really want to switch to Java 5 for Maven (especially for the generics and annotations!) And yes, java 5 plugins work like a charm. Haven't tried enumerations yet, though. -- Kenney - To unsubscribe, e-mail: [EMAIL

Re: Reconfiguring a plugin from within another plugin?

2006-07-06 Thread Kenney Westerhof
will merge that with the one it generates itself, although I haven't had any success with that. More ideas? -- Kenney snip === public static String getPluginSetting( MavenProject project, String artifactId, String optionName

Re: [Bug?] 2 repo's, one repo returns 503, second repo is not check

2006-07-06 Thread Kenney Westerhof
On Thu, 6 Jul 2006, Geoffrey De Smet wrote: Hi Geoffrey, This issue is already fixed: http://jira.codehaus.org/browse/MNG-2282 -- Kenney I looked in JIRA, but couldn't find this bug. But I am not sure in which module it should belong, I presume wagon? If it's a not already reported bug

Re: [RANT] This Maven thing is killing us....

2006-07-02 Thread Kenney Westerhof
from a Maven 2 instance), - verified (has been hand verified as correct and final). /quote So when the status is not 'verified', maven will keep re-checking the pom to see if it's final. -- Kenney May I add, that when maven already downloaded a poor/invalid pom, even after fixing the pom

Re: [RANT] This Maven thing is killing us....

2006-07-02 Thread Kenney Westerhof
. But I'm probably wrong.. :) That's not implemented yet. Maven won't recheck poms right now. It's just informative On 7/2/06, Kenney Westerhof [EMAIL PROTECTED] wrote: On Sun, 2 Jul 2006, Edwin Punzalan wrote: That's not entirely true. The distributionManagement section has a status

RE: [RANT] This Maven thing is killing us....

2006-07-01 Thread Kenney Westerhof
who wants it there. If a project is built using maven 2, the poms should be correct. -- Kenney -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Torsten Curdt Sent: Friday, June 30, 2006 12:06 PM To: Maven Developers List Subject: Fwd: [RANT

Re: [vote] Second attempt: Release maven-deploy-plugin 2.2.1

2006-06-22 Thread Kenney Westerhof
please? (i've got no time right now to do this myself..) -- Kenney plus one On 21/06/2006 1:06 AM, John Casey wrote: Hi everyone. I just wanted to reopen this vote to see if we can release a bugfix version of the deploy plugin. This version doesn't have any new features, but does fix

Re: FW: Yoko version...

2006-06-13 Thread Kenney Westerhof
On Tue, 13 Jun 2006, Sakala, Adinarayana wrote: Hi, Yes. I've just tested this with some new unit testsnew unit tests in maven-artifact's DefaultArtifactVersion. The testcase reports that 2.0.1-xyz 2.0.1 2.0.1-123. -- Kenney Hi, We are having a discussion on how to version Yoko's first

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Kenney Westerhof
] For additional commands, e-mail: [EMAIL PROTECTED] -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [vote] move maven-archiver from components to shared

2006-06-12 Thread Kenney Westerhof
On Mon, 12 Jun 2006, Jochen Wiedmann wrote: +1 (Non-binding) But that pops up the question: When can we expect the move? The vote has to pass first. I expect Brett to announce the move in the resulting mail. All in all I'd say about 2 days from now. :) -- Kenney Regards, Jochen

plugin extensions

2006-06-12 Thread Kenney Westerhof
a performance impact, since maven-core also defines lifecycle mappings, and a plugin's components.xml is processed anyway (again, I haven't looked at the code). Btw, what's happened to the idea of having a discussion queue of 5 items for design issues? -- Kenney -- Kenney Westerhof http

Re: Merge it0105 and it0107 to 2.0.x branch

2006-06-12 Thread Kenney Westerhof
have lines like it [2.0.4) This would imply that the it tests are not on trunk or branch but a new top level project. -- Kenney I think the question here is, should we merge the itxxx folders and then just have the test deactivated in the branch? that would make the differencies between

Re: Commit MJAR-38

2006-06-10 Thread Kenney Westerhof
= 3000 then it's -r2999:3000) test, and commit, and mention you've merged revision X from trunk to branch so we can do merge tracking. I need someone else to (hopefully coderead and) commit this as I don't have commit rights to components. ah, so i've explained this for nothing.. ;) -- Kenney

apply MNG-2293 to maven-2.0.x?

2006-06-09 Thread Kenney Westerhof
and all it tests pass. There's currently no workaround for this in 2.0.x - it requires maven-plugin-descriptor and maven-core 2.1-SNAPSHOT. WDYT? -- Kenney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: multi-module build versions

2006-06-09 Thread Kenney Westerhof
On Fri, 9 Jun 2006, Mike Perham wrote: Hi, It's a bug. See http://jira.codehaus.org/browse/MNG-1245. -- Kenney I started this thread over on the user list but haven't seen any replies of merit. http://www.nabble.com/multi-module-build-overriding-dependency-versions- t1758915.html

Re: Merge it0105 and it0107 to 2.0.x branch

2006-06-09 Thread Kenney Westerhof
On Fri, 9 Jun 2006, Carlos Sanchez wrote: Carlos, Kenney, could you check it0105 and it0107 and merge its revisions them to the 2.0.x branch, or does it not apply? it0107 is related to MNG-2293 which is only applied to trunk, so that one doesn't make any sense to commit to the 2.0.x branch

Re: Merge it0105 and it0107 to 2.0.x branch

2006-06-09 Thread Kenney Westerhof
and rebootstrapped the bug was gone. So there are no code changes. I wasn't sure where to put this or how to handle this at the time, but I thought it best to at least mention it and add a regression test so it wouldn't be forgotten about. -- Kenney

Re: granting Jesse karma for the repository manager

2006-06-03 Thread Kenney Westerhof
commands, e-mail: [EMAIL PROTECTED] -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: creating a new project with the MavenEmbedder

2006-05-27 Thread Kenney Westerhof
} ) .setLocalRepositoryPath( embedder.getLocalRepositoryPath( settings ) .setSettings( settings ) .setProperties( properties ); embedder.execute( request ); .. and we don't set a pom file here. Good luck! -- Kenney Hi everyone! I just wanted to ask whether there is a clean way to create

Re: [proposal] Accept the Maven 1 project converter plugin into the plugins sandbox

2006-05-25 Thread Kenney Westerhof
in MNG/Sandbox. Thanks! -- Kenney -- Dennis Lundberg Brett Porter wrote: Anyone volunteer to integrate this into maven-one-plugin instead? - Brett Carlos Sanchez wrote: Done, https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-maven1-plugin On 5/24/06, Dennis

Re: [proposal] Accept the Maven 1 project converter plugin into the plugins sandbox

2006-05-25 Thread Kenney Westerhof
On Thu, 25 May 2006, Dennis Lundberg wrote: If you have a parameter of type MavenProject the requiresProject is automatically set to true, so remove any MavenProject parameters from the mojo. I'm not sure that the pom will be ignored, though. -- Kenney Kenney Westerhof wrote: On Thu, 25 May

RE: site verbosity

2006-05-22 Thread Kenney Westerhof
On Sun, 21 May 2006, Mike Perham wrote: I didn't see a reply. Anyone know? No idea, but if you pass me some jira issue numbers I'll take a look. It's probably due to some dependency version not being updated in the site plugin.. -- Kenney -Original Message- From: Mike Perham

Re: retrieving path in local repository from within a plugin

2006-05-22 Thread Kenney Westerhof
job to handle dependencies and configuring the runtime environment. That said: take a look at the maven-eclipse-plugin's usage of the ArtifactManager.. See https://svn.apache.org/repos/asf/maven/components/trunk/maven-artifact-manager It can download artifacts and give you the filename. -- Kenney

Re: svn commit: r407769 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

2006-05-20 Thread Kenney Westerhof
the goal would probably always be the only one specified at the command line. I don't think there should be a default (and besides, defaults should be in default-value). True. -- Kenney - Brett -- Apache Maven - http://maven.apache.org/ Better Builds with Maven - http://library.mergere.com

Re: [m2.0.4] -Dmaven.test.skip=false won't override settings.xml -- bug or intentional?

2006-05-20 Thread Kenney Westerhof
is NOT activated and maven.test.skip will be it's default value: false. X could ofcourse be defined as 'maven.test.skip'. -- Kenney SAME QUESTION, MORE DETAIL: === I have maven.test.skip set to true in my ~/.m2/settings.xml file. I did it like this: settings profiles

Re: design issue

2006-05-14 Thread Kenney Westerhof
On Sun, 14 May 2006, Jason van Zyl wrote: On 12 May 06, at 11:02 AM 12 May 06, Kenney Westerhof wrote: Hi, (none of this is committed) Jerome and I have added support for an 'implementation' parameter to the @parameter tag, so that you can use interfaces as field-types. So

Re: 2.1 Design and Process

2006-05-14 Thread Kenney Westerhof
JIRA I assume? And could the issues be limited to 5 using fake versions for components or something? -- Kenney Jason van Zyl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

design issue

2006-05-12 Thread Kenney Westerhof
' like this in places where they don't belong. Thoughts on how to best approach this? -- Kenney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [jira] Commented: (MDEP-2) Sibling Dependency Not Included in copy-dependencies output during multi-project build

2006-05-11 Thread Kenney Westerhof
: Maven 2.x Dependency Plugin Type: Bug Reporter: Stephen Duncan Jr Assignee: Kenney Westerhof Fix For: 1.1 Attachments: dependency-test.zip Using the following structure dependency-test - module1 - module2 I have the dependency-maven

Re: [vote] Release maven-ear-plugin 2.2

2006-05-08 Thread Kenney Westerhof
are still in the sandbox - this might get people into trouble when trying par/ejb3 packaging. -- Kenney a small comment (although not a maven dev): as you probably know, the par and ejb3 extensions are no longer part of the latest jee5 spec. I doubt anyone has any real need for them, as the spec

Re: [jira] Commented: (CONTINUUM-663) Google Summer Of Code 2006 proposal for Continuum Eclipse Plugin

2006-05-02 Thread Kenney Westerhof
to version control this, right? -- Kenney Hi Vincent, I was hoping I escape getting beaten up for putting them there temporarily! :-) I don't think I can version control under public_html directory, can I? if it might be an issue, I am happy to remove them and look for an alternative

Re: svn commit: r398452 - in /maven/components/trunk/maven-core-it/it0105: ./ src/ src/main/ src/main/resources/ src/test/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/test/java/org

2006-05-01 Thread Kenney Westerhof
applies to POM fields that don't get any special processing from Maven. So I'll convert it, and have a closer look. Maybe then I can demonstrate my concerns better, or get convinced :) -- Kenney - Brett Brett Porter wrote: [EMAIL PROTECTED] wrote: Author: kenney Date: Sun Apr 30 15:01:04 2006

Re: SNAPSHOT deployment

2006-04-23 Thread Kenney Westerhof
internal repo. Is there a problem with committers deploying snapshots as they feel necessary? I don't think there's any problem, as long as the version you deploy is usable or at least as stable as the previous snapshot. It's not an official release, but still a release. -- Kenney

Re: [m2] dependency tree

2006-04-19 Thread Kenney Westerhof
zelf ( :-) ) Greetings, Kenney how can I build a tree of dependencies, take this example //*** project groupIdgroup1/groupId artifactIdartifact1/artifactId version1.0/version packagingpom/packaging ... dependencies dependency

Re: [m2] dependency tree

2006-04-19 Thread Kenney Westerhof
-plugin: http://mojo.codehaus.org/pomtools-maven-plugin/ It uses some of mavens core functionality to resolve the dependencies itself, because information about where dependencies came from is lost in the MavenProject object. -- Kenney Kenney Westerhof wrote: On Wed, 19 Apr 2006, Jurgen De

MavenProject[.getModel()].getDeclaredDependencies()

2006-04-19 Thread Kenney Westerhof
is totally lost now. Maybe a more elegant solution would be to add a field to Artifact (or extend it) that will be filled in with a 'declaring artifact' which contains g:a:v of the POM that declared/brought in this dep. Comments, thoughts? -- Kenney

Re: MavenProject[.getModel()].getDeclaredDependencies()

2006-04-19 Thread Kenney Westerhof
On Wed, 19 Apr 2006, Kenney Westerhof wrote: Update: I just found out the ArtifactResolutionResult contains information about where an artifact came from, so please ignore this mail :) (although it would be nice to easily access this info from the MavenProject without having to re-resolve

Re: multi-page reports

2006-04-18 Thread Kenney Westerhof
.. -- Kenney -- Forwarded message -- Date: Sat, 15 Apr 2006 17:35:58 +0200 (CEST) From: Kenney Westerhof [EMAIL PROTECTED] To: dev@maven.apache.org Subject: multi-page reports Hi, I'm trying to create a multi-page report. I use the main sink to render an overview page, and use

multi-page reports

2006-04-15 Thread Kenney Westerhof
for the pages - it renders a page for each file in a given set of source files. When this issue is resolved I'll post a request for adding a new plugin to the mojo project. -- Kenney - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [M2] Distribution and SCP trouble

2006-04-11 Thread Kenney Westerhof
On Tue, 11 Apr 2006 [EMAIL PROTECTED] wrote: Hi, please post user questions to the user list in the future. Your SCP url is wrong. It should be scp://host/directory/ -- Kenney Hi I am having a serious issue with the distributionManagement and scp. If I try

Re: Problem with compile/install goal

2006-04-05 Thread Kenney Westerhof
is that you have snapshots enabled for the central repository in your settings.xml. -- Kenney Hi I just started getting the following when I try build my project: Project ID: org.apache.maven.plugins:maven-resources-plugin Reason: Error getting POM for 'org.apache.maven.plugins:maven-resources

Re: [vote] Release surefire plugin 2.1.3 and surefire 1.5.3

2006-04-01 Thread Kenney Westerhof
-SNAPSHOT in the pom). -- Kenney Please vote for these releases that include several bugfixes, mainly to improve the support of test forking. http://jira.codehaus.org/browse/MSUREFIRE?report=com.atlassian.jira.plugin.system.project:roadmap-panel http://jira.codehaus.org/browse/SUREFIRE?report

Re: [vote] Maven 2.0.4 release (fix regressions from 2.0.3)

2006-03-31 Thread Kenney Westerhof
level (parent/child). Hm, just tested this, and it goes wrong in 2.0.1, 2.0.2, 2.0.3 and 2.0.4. So it's definitely not a regression. Could someone confirm I'm doing something weird in the pom? -- Kenney Hi, It appears I introduced two regressions in the 2.0.3 release. See MNG-2054 and MNG

Re: Turning strictness off in model parsing to allow custom/ element

2006-03-31 Thread Kenney Westerhof
the tags with a different namespace (NOT the default namespace and NOT the POM v4 namespace), it's allowed. But Xpp3 probably doesn't support schema's and namespaces. :) -- Kenney John Casey wrote: so, how do you gain access to the custom section? Would you have to re-parse the whole pom

RE: Issues while trying to implement an aggregated report for the Clover plugin

2006-03-28 Thread Kenney Westerhof
only get the last config); even worse, they're discarded after the run. -- Kenney Thanks for your help! -Vincent ___ Nouveau : t�l�phonez moins cher avec Yahoo! Messenger ! D�couvez les tarifs exceptionnels pour

Re: adding build timestamp to manifest

2006-03-28 Thread Kenney Westerhof
to define a clear moment when that is calculated, so on deployment, the filename contains the same version tag as the manifest entry. -- Kenney mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [vote] Jesse McConnell as a Maven Plugins committer

2006-03-27 Thread Kenney Westerhof
On Tue, 28 Mar 2006, Brett Porter wrote: Definitely +1 from me! -- Kenney Hi, I think we all agree we need more keen people helping out with plugins! Jesse has been contributing on the users list and mojo project for some time, and has recently contributed several patches to the Apache

Re: bump surefire to plexus-utils 1.1

2006-03-25 Thread Kenney Westerhof
with Carlos since he was going to cut the release. Allright, I'll wait for Carlos' input on this. -- Kenney - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kenney

Re: Repository navigation

2006-03-25 Thread Kenney Westerhof
On Fri, 24 Mar 2006, Laurie Harper wrote: The Maven plugin for Eclipse presents a tree-view of all dependencies there, maybe you can use some of that code, although I think it's hard to come by. -- Kenney Ah, OK, so that only works with local repositories, and will scan the entire repo in one

Re: bump surefire to plexus-utils 1.1

2006-03-24 Thread Kenney Westerhof
it in forked mode. Look for the output on the console. -- Kenney - brett Kenney Westerhof wrote: Hi, In order to fix a bug in surefire where the stdout/stderr is not shown on the console or in the target/surefire-reports, we need to update the dep on plexus-utils to 1.1 (currently

bump surefire to plexus-utils 1.1

2006-03-23 Thread Kenney Westerhof
Hi, In order to fix a bug in surefire where the stdout/stderr is not shown on the console or in the target/surefire-reports, we need to update the dep on plexus-utils to 1.1 (currently 1.0.5). Since this is a 'major' change, can someone ACK/NAK this? -- Kenney

Re: provided dependendcy still packed in webapp

2006-03-13 Thread Kenney Westerhof
use-cases. (perhaps even add a 'build' scope which maps nicely to the current 'extensions' scheme so we can keep dependencies in one neat list.). -- Kenney -Stephen On 3/13/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I started using maven 2 to build our project and maybe hit a bug

Re: [vote] Bring plugins to Maven

2006-03-10 Thread Kenney Westerhof
] -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m1] why not download from m2 repository ?

2006-03-09 Thread Kenney Westerhof
it to /maven/*), rewrite the URL yourself, and do a (internal-)redirect to the maven2 location (pointing, again, to the maven-proxy). Hope this helps! Btw, thanks for cc-ing the dev list again, gave me a chance to learn something I didn't know :) -- Kenney OK, so this is not a maven 1 feature

Re: plugin testing

2006-03-07 Thread Kenney Westerhof
unit tests for plugins withing a maven environment). I'd like to understand why this approach was taken (philosophy mismatch/the it plugin still being in the sandbox? :)) -- Kenney On 3/6/06, Brett Porter [EMAIL PROTECTED] wrote: Jason van Zyl wrote: This was just the first stage. I just

Re: proposed mailing lists names

2006-03-06 Thread Kenney Westerhof
is that you mean the maven1, maven2 and continuum (and other subprojects) have their own commits list - if so, what are they called? I probably misunderstood.. -- Kenney Since we've voted to do this, I'm just going to give people 48 hours to object to these particular names. [see MPA-50] Our

Re: [vote] separate mailings lists for humans/JIRA/CI/commits

2006-03-03 Thread Kenney Westerhof
continue the discussion but I think a majority wanted preferred the separation. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kenney Westerhof http://www.neonics.com GPG

[jira] Closed: (MNG-1318) mvn.bat sets incorrect value to M2_HOME [Windows 2000]

2006-03-03 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1318?page=all ] Kenney Westerhof closed MNG-1318: - Assign To: Kenney Westerhof Resolution: Fixed Fix Version: (was: 2.0.4) 2.0.3 Fixed in svn revision 382797. Changed the fix

[jira] Commented: (MNG-1318) mvn.bat sets incorrect value to M2_HOME [Windows 2000]

2006-03-03 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1318?page=comments#action_59989 ] Kenney Westerhof commented on MNG-1318: --- Sorry, I messed up 1317 and 1318. This issue is fixed in revision 382801. mvn.bat sets incorrect value to M2_HOME [Windows 2000

[jira] Closed: (MNG-1317) m2.bat doesn't work on Windows 2000

2006-03-03 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1317?page=all ] Kenney Westerhof closed MNG-1317: - Assign To: Kenney Westerhof Resolution: Fixed Fix Version: (was: 2.0.4) 2.0.3 Fixed in revision 382797. Use ~dp0 instead

Re: [vote] Release Maven 2.0.3 (second attempt)

2006-03-03 Thread Kenney Westerhof
).getAbsolutePath().replace('\\','/') seems simpler to me.. :) -- Kenney Do you have a sample project that reproduce the problem? Emmanuel Fabrizio Giustina a �crit : mh, I got a NPE from maven-project using this build (multiproject build, flat structure, any goal that requires dependency

Re: Problems w/ Webapps in Triplesec

2006-03-03 Thread Kenney Westerhof
On Fri, 3 Mar 2006, Alex Karasulu wrote: I think you CC'd the wrong dev list. This list is for Apache Maven design discussions only. -- Kenney Dariush Behboudi wrote: Hi Alex, Hope you don't mind but I CC'd the dev list. Let's keep this on that list. I was able to build triplesec

Re: [vote] Release Maven 2.0.3 (second attempt)

2006-03-03 Thread Kenney Westerhof
://www.nabble.com/-vote-Release-Maven-2.0.3-t1166489.html#a3063584 At any rate, I wanted to report that the last issue I have the ability to debug is fixed - MNG-1415. The only outstanding issue from the previous discussion is MNG-1317, which Kenney has graciously agreed to debug and (hopefully

Re: Separate mailing lists for JIRA/CI

2006-03-01 Thread Kenney Westerhof
On Wed, 1 Mar 2006, Jason van Zyl wrote: Howdy, So did we ultimately decide to make separate mailing lists? Let people choose what they want to subscribe to? Not sure, but here's my +1 :) (maybe call a vote to get more concrete results?) -- Kenney Jason van Zyl

Re: Setting parameters doesn't work with 2.0.3 (was: [vote] Release Maven 2.0.3)

2006-02-24 Thread Kenney Westerhof
On Fri, 24 Feb 2006, Reinhard Poetz wrote: We'll have to look into that, but you're using a very old eclipse plugin, since the downloadSources is false by default. -- Kenney John Casey wrote: snip/ If you're interested, you can take the current release candidate for a test drive. The RC

Re: sending JIRA mail to commits@maven.apache.org

2006-02-22 Thread Kenney Westerhof
to send 8 mails instead of 2 to subscribe if you want everything, but that's a one-time thing.) -- Kenney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] Release Maven 2.0.3

2006-02-22 Thread Kenney Westerhof
/browse/MNG-1415 (fix quoted args for *nix) ) -- Kenney +1 On 2/22/06, John Casey [EMAIL PROTECTED] wrote: Hi, I think it's time to release Maven 2.0.3. This release will incorporate 21 resolved JIRA issues, including some critical fixes for Continuum and users of the embedder. The full

[jira] Closed: (MECLIPSE-67) subprojects not included when the root pom has packaging pom

2006-02-09 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-67?page=all ] Kenney Westerhof closed MECLIPSE-67: Resolution: Duplicate Fix Version: 2.1 After extensive testing with Olivier we found out his issue was actually a known one, being that target

[jira] Commented: (MECLIPSE-37) eclipse:eclipse should execute in a later phase than generate-sources

2006-02-08 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-37?page=comments#action_58151 ] Kenney Westerhof commented on MECLIPSE-37: -- Yup.. ;) but probably the most flexible one. There are tons of other solutions, like adding a MojoConfigurator class for each

[jira] Reopened: (MECLIPSE-37) eclipse:eclipse should execute in a later phase than generate-sources

2006-02-07 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-37?page=all ] Kenney Westerhof reopened MECLIPSE-37: -- The idea behind the eclipse plugin is that you can develop on a project. Right now, I checked out a new version of a project I'm working on. Somebody

[jira] Commented: (MRELEASE-6) Multiproject Release: No check in

2006-02-02 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-6?page=comments#action_57633 ] Kenney Westerhof commented on MRELEASE-6: - 1) that is best practise. But having a module directory 'a' containing a pom with artifactId 'b' should work though. 2) Correct

[jira] Commented: (MRELEASE-6) Multiproject Release: No check in

2006-02-02 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-6?page=comments#action_57634 ] Kenney Westerhof commented on MRELEASE-6: - One more thing: only typepom/type projects can have modules. So I don't see any reason not to add a root pom that specifies your four

[jira] Closed: (MANTRUN-41) Easy access to dependency jars

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-41?page=all ] Kenney Westerhof closed MANTRUN-41: --- Resolution: Fixed Fixed in revision 374150. I chose to define properties: maven.dependency.groupId.artifactId.type.path, so for instance

[jira] Closed: (MANTRUN-35) mvn debug level not passed to ant

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-35?page=all ] Kenney Westerhof closed MANTRUN-35: --- Assign To: Kenney Westerhof (was: Jason van Zyl) Resolution: Fixed Fixed in revision 374152: when -X is specified, the loglevel is set to 'debug

[jira] Closed: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-32?page=all ] Kenney Westerhof closed MANTRUN-32: --- Assign To: Kenney Westerhof Resolution: Fixed Fixed in revision 374157. Added missing call to Project.init(). ant tasks don't use correct

<    1   2   3   4   5   6   >