Re: Use of standards in the Maven core

2010-11-21 Thread Lennart Jörelid
First - sorry about the time it took for me to produce this answer. Things are hectic in Scandinavia for certain. :) All right - here we go. 2010/11/18 Kristian Rosenvold [znip] > As for the patterns discussion nothing specific is being said, so I'm > eagerly anticipating specifics. > > I got

Re: JIRA project for ASF/Maven parent POM issues

2010-11-21 Thread Brett Porter
Done (MPOM). - Brett On 20/11/2010, at 7:03 AM, Benjamin Bentmann wrote: > Hi, > > can some JIRA admin please move the MNG "component" "Apache or Maven Parent > poms" > > http://jira.codehaus.org/browse/MNG/component/14457 > > out into a separate JIRA project? > > Those POMs, just like any

Re: [VOTE] Release Maven Doxia Tools shared component version 1.3

2010-11-21 Thread Hervé BOUTEMY
+1 Hervé Le dimanche 21 novembre 2010, Dennis Lundberg a écrit : > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName= > Html&version=16051 > > There are still no issues left in JIRA! > > Staging repo: > https://repository.apache.org/conten

[VOTE] Release Maven Doxia Tools shared component version 1.3

2010-11-21 Thread Dennis Lundberg
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=16051 There are still no issues left in JIRA! Staging repo: https://repository.apache.org/content/repositories/maven-019/ Staging site: http://maven.apache.org/shared/maven-doxia-tool

Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-21 Thread Hervé BOUTEMY
uh, you have this test in error? I don't have any problem on my computer, nor Hudson on grid I didn't work on these unit tests before, since everything was ok: seems it's time to investigate Can you send me the Surefire output of this failing test? Hervé Le vendredi 19 novembre 2010, csta...@ap

Re: Truncated web page on class loaders

2010-11-21 Thread Benson Margulies
Oh dear, talk about the power of expectations to warp perception. Next you'll tell me that there's a gorilla walking across the page. Sorry for all the noise. On Sun, Nov 21, 2010 at 7:27 AM, Benson Margulies wrote: > Here's the last sentence. "as shown below." are the last three words. > I do

Re: Patch for ARCHETYPE-303

2010-11-21 Thread Hervé BOUTEMY
Le jeudi 18 novembre 2010, Brett Porter a écrit : > > Could please someone (Herve?) review it and apply? > > You can actually commit it yourself if you'd like (and then perhaps for > specific review if you are unsure) - lazy consensus and relying on version > control are fine :) +1, even if I'm a

Re: Truncated web page on class loaders

2010-11-21 Thread Lukas Theussl
read it again, and concentrate on the very last word... ;) HTH, -Lukas Benson Margulies wrote: Here's the last sentence. "as shown below." are the last three words. I do agree that the apt source agrees :-) It is important to understand that the plugin classloader cannot load classes from

Re: Classloaders in plugins

2010-11-21 Thread Benjamin Bentmann
Benson Margulies wrote: Are we supposed to always use something plexus-y instead of just creating a URLClassLoader? No. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: de

Re: Truncated web page on class loaders

2010-11-21 Thread Benson Margulies
Here's the last sentence. "as shown below." are the last three words. I do agree that the apt source agrees :-) It is important to understand that the plugin classloader cannot load classes from any of those custom classloaders. Some factory patterns require that. Here you must add the classes t