Re: Maven eclipse plug-in modifications

2007-08-27 Thread Stuart McCulloch
On 27/08/07, Fernando Gonzalez [EMAIL PROTECTED] wrote: Hi all, First of all, I don't know if this is the right place to post this. I would be glad to receive directions to send this mail to the right place. I have modified the maven-eclipse-plugin so that it works perfectly with OSGi

Re: Maven eclipse plug-in modifications

2007-08-27 Thread Stuart McCulloch
On 27/08/07, Fernando Gonzalez [EMAIL PROTECTED] wrote: Thanks for your response. Sorry again if it's not the place. I don't know exactly how Maven community works... don't worry, this is the right place to ask such questions :) -- Cheers, Stuart

maven shared components targeting 1.5 ?

2007-09-25 Thread Stuart McCulloch
Hi, the following maven snapshots appear to have been compiled with a target of 1.5: dependency groupIdorg.apache.maven.shared/groupId artifactIdmaven-dependency-tree/artifactId version1.1-SNAPSHOT/version /dependency dependency

release plans for maven-dependency-tree and maven-osgi ?

2007-11-28 Thread Stuart McCulloch
Hi, are there any plans to release the following shared components before the end of this year? groupIdorg.apache.maven.shared/groupId artifactIdmaven-dependency-tree/artifactId version1.1-SNAPSHOT/version groupIdorg.apache.maven.shared/groupId artifactIdmaven-osgi/artifactId

Re: release plans for maven-dependency-tree and maven-osgi ?

2007-11-28 Thread Stuart McCulloch
On 28/11/2007, Carlos Sanchez [EMAIL PROTECTED] wrote: I was actually working on it right now ;) thanks Carlos - I'll let you get back to work! On Nov 28, 2007 4:06 PM, Stuart McCulloch [EMAIL PROTECTED] wrote: Hi, are there any plans to release the following shared components before

Re: [VOTE] Release maven-dependency-tree 1.1

2007-11-29 Thread Stuart McCulloch
On 29/11/2007, Carlos Sanchez [EMAIL PROTECTED] wrote: It has many improvements related to resolution event handling, using the latest fixes in Maven 2.0.8 Release is staged in http://people.apache.org/~carlos/staging-repo/ tested locally: +1 (non-binding) -- I could give you my word as

Re: [VOTE] Release maven-osgi 0.2.0

2007-11-29 Thread Stuart McCulloch
On 29/11/2007, Carlos Sanchez [EMAIL PROTECTED] wrote: It includes bugfixes in the osgi-maven version conversion Staged in http://people.apache.org/~carlos/staging-repo tested locally: +1 (non-binding) -- I could give you my word as a Spaniard. No good. I've known too many Spaniards.

Re: defining goals that aggregate other maven goals

2007-12-17 Thread Stuart McCulloch
On 15/12/2007, Pete Aykroyd [EMAIL PROTECTED] wrote: Hi all, I've been searching for any easy way to do this and haven't found one yet. I want to create a plugin that handles the deployment details for our webapps for integration testing. The actual how of deploying the webapps has been

Re: defining goals that aggregate other maven goals

2007-12-18 Thread Stuart McCulloch
://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/index.html HTH :) Regards, Pete On Dec 17, 2007 8:50 PM, Stuart McCulloch [EMAIL PROTECTED] wrote: On 15/12/2007, Pete Aykroyd [EMAIL PROTECTED] wrote: Hi all, I've been searching for any easy way to do this and haven't found one

Re: @aggregator mojo annotation (on the javadoc plugin)

2008-02-06 Thread Stuart McCulloch
On 07/02/2008, Dan Fabulich [EMAIL PROTECTED] wrote: Max Bowsher wrote: Daniel Kulp wrote: Dan, I'm cannot really answer the question about what @aggregator does, but I can say the javadoc example is not a good one. There are many of us that think the javadoc mojo should NOT

Re: AbstractCompilerMojo and @component

2008-03-24 Thread Stuart McCulloch
On 24/03/2008, Benson Margulies [EMAIL PROTECTED] wrote: I defined a new Mojo by extending AbstractCompilerMojo from the maven-compiler-plugin. It doesn't work, because the @component annotation for the compiler manager on AbstractCompilerMojo doesn't happen. Obviously, it works in the

Re: AbstractCompilerMojo and @component

2008-03-24 Thread Stuart McCulloch
On 24/03/2008, Benson Margulies [EMAIL PROTECTED] wrote: Ah. So one might imagine someone refactoring things so that all the injected fields of AbstractCompilerMojo were protected, so that an extending class in another plugin could have parallel annotations. while that might look ok at

Re: [VOTE] Release Maven Eclipse plugin version 2.5.1

2008-03-28 Thread Stuart McCulloch
On 28/03/2008, nicolas de loof [EMAIL PROTECTED] wrote: I found the cause of this issue : As I added the SysdeoMojo.generate execution to this setup profile, two plugins (eclipse + sysdeo-tomcat) request for a forked @execute phase=generate-resources. In both case, maven remove the

Re: Maven and File Encoding

2008-03-29 Thread Stuart McCulloch
On 29/03/2008, Hervé BOUTEMY [EMAIL PROTECTED] wrote: it should fail as soon as testitMNG3473 (the second test actually) I copied the shell script used by Hudson to launch tests on my machine and tried it: same problem as the CI server, the IT tests don't fail I think I found the cause: -

Re: [VOTE] Maven 2.0.9

2008-04-09 Thread Stuart McCulloch
On 08/04/2008, Brian E. Fox [EMAIL PROTECTED] wrote: Time to vote on the final Maven 2.0.9 Release. We went through 8 Release Candidates and fixed all know regressions from 2.0.8 to 2.0.9 during that time. Note that there were no source changes between RC8 and this final build. +1

Re: POM rewriting with DecentXML

2008-08-05 Thread Stuart McCulloch
2008/8/5 Aaron Digulla [EMAIL PROTECTED] Quoting Jason van Zyl [EMAIL PROTECTED]: But I think looking at StAX and possibly trying to patch that to be smarter about formatting, if necessary, might be a better route for us. StAX can't preserve whitespace between attributes, between and the

Re: Just released DecentXML 1.1

2008-08-05 Thread Stuart McCulloch
2008/8/5 Aaron Digulla [EMAIL PROTECTED] Hi, I've released DecentXML last Friday. Changelog: http://code.google.com/p/decentxml/wiki/Changelog Tutorial: http://code.google.com/p/decentxml/wiki/Tutorial In SVN you can find 1.2-SNAPSHOT which has a TreeIterator, too. I suggest everyone

Re: POM rewriting with DecentXML

2008-08-05 Thread Stuart McCulloch
2008/8/5 Aaron Digulla [EMAIL PROTECTED] Quoting Stuart McCulloch [EMAIL PROTECTED]: StAX can't preserve whitespace between attributes, between and the element name, whitespace after the last attribute and the , between / and the end element name. Same goes for all pull parsers

Re: POM rewriting with DecentXML

2008-08-05 Thread Stuart McCulloch
2008/8/5 Aaron Digulla [EMAIL PROTECTED] Sorry. I've written code with about any XML parser out there and none of them would even get close to what DecentXML can do. In DecentXML, there are no private fields or methods. Everything is meant to be extended or reused. It's meant to be useful

Re: POM rewriting with DecentXML

2008-08-05 Thread Stuart McCulloch
2008/8/5 Aaron Digulla [EMAIL PROTECTED] Quoting Jason van Zyl [EMAIL PROTECTED]: Why not fix StAX? Because StAX is not meant to do this. I need to keep the original XML source somewhere to be able to recreate anything you might have done. That includes entities (and how you entered them

Re: Issue with ArtifactHandler in reactor builds

2009-02-02 Thread Stuart McCulloch
2009/2/3 Jason Chaffee jason.chaf...@zilliontv.tv I am having an issue on 2.0.9. Basicallly, I have a custom plugin that has it's own packaging type and creates a file of it's own extension type. This only happens if I run a reactor build. If run maven in that project, it works correctly.

Re: Issue with ArtifactHandler in reactor builds

2009-02-03 Thread Stuart McCulloch
the reactor build and individual project build. It is almost as if there is some code that isn't even using extension, but rather using packaging. -Original Message- From: Stuart McCulloch [mailto:mccu...@gmail.com] Sent: Monday, February 02, 2009 10:46 PM To: dev@maven.apache.org

Re: [vote] Maven 2.1.0

2009-03-20 Thread Stuart McCulloch
2009/3/19 John Casey jdca...@commonjava.org Hi everyone, It looks like Maven 2.1.0 is ready to release. You can try the binaries here: http://tinyurl.com/maven-2-1-0-vote (

Re: Using GIT as the canonical repository for Maven 3.x

2009-04-27 Thread Stuart McCulloch
2009/4/27 Rémy Sanlaville remy.sanlavi...@gmail.com Do you see that Google choose Mercurial rather than Git ? well, they didn't exactly choose one over the other - they decided to implement Mercurial support first because it fitted better (at the time) with GoogleCode hosting - I wouldn't be

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Stuart McCulloch
2009/11/10 Benjamin Bentmann benjamin.bentm...@udo.edu Hi, OK, here we go, another alpha release of Maven, for all those brave guys that want to take it for a test drive ;-) We solved many issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=14719 There are

Re: M3, plexus and guice ?

2009-12-29 Thread Stuart McCulloch
2009/12/30 Kristian Rosenvold kristian.rosenv...@gmail.com Jason van Zyl wrote: I honestly think it will be easier for people to get involved in the 3.0 codebase. Somewhere along the line in the flurry of emails that have been coming along today I got the impression that a transition to

Re: M3, plexus and guice ?

2009-12-29 Thread Stuart McCulloch
2009/12/30 Brett Porter br...@apache.org On 30/12/2009, at 9:07 AM, Christian Edward Gruber wrote: Hey Jason. Please keep me in the loop on this. I'll hapily contribute, since I'm hoping to improve docs on guice this upcoming quarter or two, and I don't want to lose my maven-fu whilst in

Re: M3, plexus and guice ?

2010-01-25 Thread Stuart McCulloch
2009/12/30 Brett Porter br...@apache.org On 30/12/2009, at 9:07 AM, Christian Edward Gruber wrote: Hey Jason. Please keep me in the loop on this. I'll hapily contribute, since I'm hoping to improve docs on guice this upcoming quarter or two, and I don't want to lose my maven-fu whilst in

Re: Maven3 with guice was Re: Maven 3 tests

2010-06-07 Thread Stuart McCulloch
On 7 June 2010 07:25, Olivier Lamy ol...@apache.org wrote: Hi, I have tested some builds. Some notes. I have this issues currently : java.lang.UnsupportedOperationException at java.util.AbstractMap.put(AbstractMap.java:186) at

Re: Maven 3 tests

2010-06-07 Thread Stuart McCulloch
On 7 June 2010 06:21, Jemos Infra jemos.in...@googlemail.com wrote: Hi all, I'm working on the Maven 3 branch created today by Olivier Lamy [email quote] stuff is here : http://svn.apache.org/repos/asf/maven/maven-3/branches/guice-support/ Thanks ! [/email quote] This branch is

Re: Maven3 with guice was Re: Maven 3 tests

2010-06-09 Thread Stuart McCulloch
?). For all : So now what is the next step ? Integrating this in the maven 3 trunk ? 2010/6/7 Stuart McCulloch mccu...@gmail.com: On 7 June 2010 07:25, Olivier Lamy ol...@apache.org wrote: Hi, I have tested some builds. Some notes. I have this issues currently

Re: Maven3 with guice was Re: Maven 3 tests

2010-06-09 Thread Stuart McCulloch
there is the issue : https://issues.sonatype.org/browse/SPICE-26 (do you need a patch ?). it's ok, I know what to fix... but a test pom would be handy if you have one around For all : So now what is the next step ? Integrating this in the maven 3 trunk ? 2010/6/7 Stuart McCulloch mccu

Re: Sisu home

2010-09-20 Thread Stuart McCulloch
On 20/09/2010, Hervé BOUTEMY herve.bout...@free.fr wrote: ok my questions are: 1. what is the future of plexus-components-annotations? it's used by sisu-inject-plexus - we've started to investigate how maven plugins might look like in a JSR330 world, but this is at the early stages so there's

Re: [VOTE] Release Apache Maven 3.0

2010-10-04 Thread Stuart McCulloch
On 4 October 2010 13:16, Benjamin Bentmann benjamin.bentm...@udo.eduwrote: Hi, feedback on the RCs seems to be decreasing and I am currently not aware of any major regression so let's try and cross the finishing line of this marathon. We solved 31 issues since 3.0-beta-3:

Re: Explanation for bundleshade of org.sonatype.sisu ?

2010-10-08 Thread Stuart McCulloch
On 8 October 2010 14:10, Stanislav Ochotnicky sochotni...@redhat.comwrote: Hi, I am currently in the process of packaging Maven 3 and all its dependencies for Fedora. I encountered few things in org.sonatype.sisu pom.xml that I don't entirely understand. This is the main directory

Re: Explanation for bundleshade of org.sonatype.sisu ?

2010-10-11 Thread Stuart McCulloch
On 11 October 2010 09:15, Stanislav Ochotnicky sochotni...@redhat.comwrote: Hi, I am currently in the process of packaging Maven 3 and all its dependencies for Fedora. I encountered few things in org.sonatype.sisu pom.xml that I don't entirely understand. you already asked this question:

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-23 Thread Stuart McCulloch
On 23 November 2010 11:18, Benjamin Bentmann benjamin.bentm...@udo.eduwrote: Hi, 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do the real thing. We solved 21 issues since 3.0: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16331 There are

Re: Error in Bootstrap build - Maven 3.0 bleeding version

2011-01-09 Thread Stuart McCulloch
On 10 January 2011 01:47, Radhakrishnan Subbiah rrkkrish.apa...@gmail.comwrote: Hi, I tried downloading the whole maven 3.0 code from Subversion and tried to do a bootstrap build using build.xml. I am getting the following error

Re: Difference regarding repositories between Maven 2 and 3, is it intentional?

2011-01-20 Thread Stuart McCulloch
On 20 January 2011 21:29, Dennis Lundberg denn...@apache.org wrote: Hi I've just discovered a difference between Maven 2 and 3, and I wanted to know if it is intentional or perhaps a regression. intentional I believe, see

Re: svn commit: r1062210 - /maven/maven-3/trunk/pom.xml

2011-01-25 Thread Stuart McCulloch
On 25 January 2011 15:33, Mark Struberg strub...@yahoo.de wrote: The problem here is that fundamental maven functionality got moved over to external jars. umm, this particular update was to sisu which provides the replacement plexus container built on top of guice - it doesn't contain any

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-26 Thread Stuart McCulloch
On 26 February 2011 15:56, Anders Hammar and...@hammar.net wrote: I'm noticing a lower memory usage (compared to v3.0.2) when building the Cargo project (trunk), but can't find a jira ticket that would explain this. Is this expected (not that I'm complaining)? There were some improvements

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Stuart McCulloch
On 27 February 2011 22:02, Dennis Lundberg denn...@apache.org wrote: On 2011-02-24 22:57, Benjamin Bentmann wrote: Hi, we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for a test drive in order to detect

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Stuart McCulloch
, at 9:59 AM, Stuart McCulloch wrote: Was there any additional stack trace after the java.lang.AbstractMethodError line or was it truncated? Could you open an issue for this on MNG with the full -X log and (if possible) a test-case or test-project? -- Brett Porter br...@apache.org http

Re: Pluggable Dependency Resolution

2011-07-31 Thread Stuart McCulloch
On 31 Jul 2011, at 13:15, Mark Struberg wrote: I thought about that too, and actually don't think that there is a general solution. Two examples: * JDBC-4.1 Driver and DataSource interfaces in OpenJDK-1.7 got a new getParentLogger() method. To compile your own DataSource with java7 you

Re: AW: PlexusContainer#lookupList(role) returns only one component

2011-08-02 Thread Stuart McCulloch
On 2 Aug 2011, at 13:33, bernd.v...@bosch-si.com wrote: It might be a safe route to use JSR-330 only, but it's still not guaranteed. Currently, I'm trying to figure out how I can use (and possibly mix up) sisu-plexus with plain JSR-330 components.. any hints? The thing is, that the IoC

Re: US and UK maven central not in sync?

2011-08-08 Thread Stuart McCulloch
On 8 Aug 2011, at 20:02, Marshall Schor wrote: On 8/8/2011 10:08 AM, Brian Fox wrote: Only the maven2 folder is replicated worldwide. For now you could use us.maven.org instead or repo1.maven.org ^ that should read instead of repo1.maven.org because repo1 is the one that has a dynamic

Re: problem to build maven 3 project from hudson console

2011-09-27 Thread Stuart McCulloch
On 27 Sep 2011, at 14:39, Amiragl amy...@live.fr wrote: Hi community, I'm using : apache-maven-3.0.3 , hudson-2.1.1 but i'm having this error during building my project Looks like http://issues.hudson-ci.org/browse/HUDSON-9004 This will be fixed in 2.1.2 (expected soon) otherwise you could

Re: [VOTE] Apache Maven 3.0.4

2011-11-28 Thread Stuart McCulloch
+1 (non-binding) -- Cheers, Stuart On 25 Nov 2011, at 09:17, Olivier Lamy wrote: Hello, I'd like to release Apache Maven 3.0.4. We fixed 31 issues. See release notes: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=17215 The staged repo is available here:

Re: Release of Maven Indexer 5.0

2012-09-17 Thread Stuart McCulloch
On 18 Sep 2012, at 00:42, Chris Graham wrote: If the vote has been held and passed, can you withdraw it? I didn't think that you could. FWIW, from http://www.apache.org/foundation/voting.html: Generally the community will cancel the release vote if anyone identifies serious problems, but

Re: how to best debug sisu-guice?

2012-09-21 Thread Stuart McCulloch
Which version are you using? The line numbers match for me locally. Also remember that there is a no-AOP flavour of guice which has the AOP code stripped out - in this case the line numbers in the bytecode will still match exactly with the sources attachment, it just doesn't have the AOP lines

Re: how to best debug sisu-guice?

2012-09-21 Thread Stuart McCulloch
And if you can share more details about the problem you're debugging, you might want to post them to the upstream guice list at http://groups.google.com/group/google-guice in case it's already been fixed in trunk. -- Cheers, Stuart On 21 Sep 2012, at 08:41, Mark Struberg strub...@yahoo.de

Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
/ developers links on the main page) otherwise I'll send the occasional note to keep everyone in the loop. -- Cheers, Stuart Begin forwarded message: From: Stuart McCulloch mccu...@gmail.com Date: 25 September 2012 22:39:00 GMT+01:00 To: sisu-...@eclipse.org Subject: Initial contribution

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
On 27 Sep 2012, at 21:33, Olivier Lamy wrote: Hi, Good news. 2012/9/27 Stuart McCulloch mccu...@gmail.com: Hi folks, Just wanted to give an update regarding the status of http://eclipse.org/sisu/ as it's been a while(!) since we started the move. Yup a while. [ Sisu is a container

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
for the future. If anyone has questions, ideas, or wants to help out then they're very welcome (see support / developers links on the main page) otherwise I'll send the occasional note to keep everyone in the loop. -- Cheers, Stuart Begin forwarded message: From: Stuart McCulloch mccu

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
~ On 27 Sep 2012, at 23:06, Olivier Lamy wrote: 2012/9/27 Stuart McCulloch mccu...@gmail.com: On 27 Sep 2012, at 21:50, Olivier Lamy wrote: 2012/9/27 Jason van Zyl ja...@tesla.io: On Sep 27, 2012, at 4:33 PM, Olivier Lamy ol...@apache.org wrote: Hi, Good news. * fix for a missing

Re: Logger name for mojo

2012-11-16 Thread Stuart McCulloch
On 16 Nov 2012, at 14:52, Jason van Zyl wrote: And additionally figure what markers might be necessary. So the class name takes care of any hierarchical filtering, and then you get into domain specific filtering. Say you instrumented markers across artifact resolution, or plugin

Re: Changing MavenProjectHelper

2012-11-25 Thread Stuart McCulloch
On 25 Nov 2012, at 01:04, Hervé BOUTEMY herve.bout...@free.fr wrote: Since this is a plexus component implemented in Maven core [1], I don't see any problem with adding a new Method: if the method exists in interface, it exists in implementation. We would have a problem if it was an

Re: Re-spinning 3.1.0

2012-12-01 Thread Stuart McCulloch
On 1 Dec 2012, at 10:07, Mark Struberg wrote: There is btw out of the box @InjectLogger support for Log4j2 in guice. A few projects are using this already without problems it seems. Depends what you mean by 'out-of-the-box', Guice only provides built-in support for @Inject of j.u.l.Logger

Re: Re-spinning 3.1.0

2012-12-01 Thread Stuart McCulloch
On 1 Dec 2012, at 08:40, Hervé BOUTEMY wrote: I just created and fixed MNG-5395 and MNG-5396, which are logger names enhancements from the actual values that will give value even with slf4j- simple These should be a starting point for more global discussion about our logging conventions

Re: Wagons and thread safety....

2013-01-10 Thread Stuart McCulloch
On 10 Jan 2013, at 07:57, Kristian Rosenvold wrote: It seems like I made some kind of mistake in my initial analysis, so it looks better ! Used from core, the wagons are consistently created on one thread and handed off to another. From the handoff they seem to be confined to that thread,

Re: Wagons and thread safety....

2013-01-10 Thread Stuart McCulloch
On 10 Jan 2013, at 13:19, Kristian Rosenvold wrote: 2013/1/10 Stuart McCulloch mccu...@gmail.com: There's no guarantee that Plexus field injection will be synchronized, so if you're constructing an object in one thread and immediately handing it off to another thread without any intervening

Re: google.inject logging while invoking org.codehaus.plexus.classworlds.launcher.Launcher

2013-01-25 Thread Stuart McCulloch
On 25 Jan 2013, at 06:35, Sankaran, Nambi wrote: Hi I'm invoking maven through reflection by invoking the 'main' method on 'org.codehaus.plexus.classworlds.launcher.Launcher' class. Maven itself works fine. But, it prints additional log messages to console, that are printed from

Re: Plugin Development - Injection of component

2013-02-19 Thread Stuart McCulloch
On 19 Feb 2013, at 17:39, Karl Heinz Marbaise wrote: Hi, currently I'm working on a plugin which works so far so good...but now i stumbled over a problem which i didn't understand... I have a dependency to maven-invoker artifact: dependency

Re: Plugin Development - Injection of component

2013-02-19 Thread Stuart McCulloch
On 19 Feb 2013, at 18:08, Karl Heinz Marbaise wrote: Hi Robert, Hi Stuart, InvocationRequest is not a Component, it is just an interface for DefaultInvocationRequest. oh my lord... ;-( Thanks for enlighten me... Which means in other words to make the InvocationRequest being a

Re: [VOTE] Apache Maven 3.0.5

2013-02-19 Thread Stuart McCulloch
On 19 Feb 2013, at 15:28, Olivier Lamy wrote: Hi, We fixed 1 issue: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=19088 ^ see also http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10335version=18697 for what went into Wagon 2.4 Staging repository:

Re: [VOTE] Apache Maven 3.0.5

2013-02-22 Thread Stuart McCulloch
On 19 Feb 2013, at 15:28, Olivier Lamy wrote: Hi, We fixed 1 issue: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=19088 Staging repository: https://repository.apache.org/content/repositories/maven-270/ Staging distribution:

Re: The next major release of Maven: 4.0.0

2013-03-03 Thread Stuart McCulloch
On 3 Mar 2013, at 14:16, Jason van Zyl wrote: Hi, No one seems to object to doing a release with the SLF4J support without the isolation so I wanted to discuss what happens when we integrate Eclipse Aether and suggest an alternate release path. SLF4J may cause some issues, but the

Re: core-integration-testing-maven-3-jdk-1.7 - Build # 598 - Failure

2013-03-13 Thread Stuart McCulloch
FYI, the two failing ITs can be fixed by https://github.com/apache/maven-integration-testing/pull/3 with more details available in https://jira.codehaus.org/browse/MNG-5446 On 13 Mar 2013, at 14:39, Apache Jenkins Server wrote: The Apache Jenkins build system has built

Re: git commit: Use Eclipse/Sisu 0.0.0.M2 milestone

2013-03-14 Thread Stuart McCulloch
://git-wip-us.apache.org/repos/asf/maven/diff/2c2bf6e6 Branch: refs/heads/master Commit: 2c2bf6e6e5b06c35a935ca69c5dcb54b381baf46 Parents: 41a292d Author: Stuart McCulloch mccu...@gmail.com Authored: Wed Mar 13 01:11:34 2013 + Committer: Jason van Zyl ja...@tesla.io Committed: Wed Mar 13 08

Re: git commit: Use Eclipse/Sisu 0.0.0.M2 milestone

2013-03-14 Thread Stuart McCulloch
through the entire maven-plugins IT suite and affect a couple of mojos. https://bugs.eclipse.org/bugs/show_bug.cgi?id=403286 If so, if you can publish a snapshot I'll update master and then we can let it bake more. On Mar 14, 2013, at 4:15 PM, Stuart McCulloch mccu...@gmail.com wrote

Re: git commit: Use Eclipse/Sisu 0.0.0.M2 milestone

2013-03-14 Thread Stuart McCulloch
FYI, I've deployed the latest snapshots to https://oss.sonatype.org/content/repositories/snapshots On 15 Mar 2013, at 00:40, Stuart McCulloch wrote: On 15 Mar 2013, at 00:24, Jason van Zyl wrote: Agreed, I don't see any harm on this being on master. Do those two issues below correspond

Re: Logger and Embedded Maven Core ITs

2013-03-16 Thread Stuart McCulloch
On 16 Mar 2013, at 13:58, Jason van Zyl wrote: Hervé, Can you take a look at the logging changes you made to try and use the SLF4J package private method for resetting the logger? The streams are being reset correctly but the logging level doesn't appear to be reset which causes the

Re: Logger and Embedded Maven Core ITs

2013-03-16 Thread Stuart McCulloch
On 16 Mar 2013, at 23:38, Stuart McCulloch wrote: On 16 Mar 2013, at 13:58, Jason van Zyl wrote: Hervé, Can you take a look at the logging changes you made to try and use the SLF4J package private method for resetting the logger? The streams are being reset correctly but the logging

Re: Build failed in Jenkins: core-it-maven-3-win #346

2013-03-18 Thread Stuart McCulloch
Looks like the Windows box on the grid could do with some cleanup: IOException: There is not enough space on the disk On 18 Mar 2013, at 20:02, Apache Jenkins Server wrote: See https://builds.apache.org/job/core-it-maven-3-win/346/changes Changes: [jason] Fix call to

Re: Maven Core IT failures with Eclipse Aether

2013-03-18 Thread Stuart McCulloch
BTW, the following files appear to contain merge conflicts: maven-embedder/src/site/apt/logging.apt maven-plugin-api/src/site/apt/index.apt On 19 Mar 2013, at 00:53, Jason van Zyl wrote: On Mar 18, 2013, at 5:49 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: I just had a

Re: Build failed in Jenkins: core-it-maven-3-win #352

2013-03-19 Thread Stuart McCulloch
Misconfigured job? The maven assembly is unpacked to f:\ws\m3-its\apache-maven-3-SNAPSHOT but the maven.home used in the following test step is f:/ws/m3-its/core-it-maven-3-win/apache-maven-3-SNAPSHOT On 19 Mar 2013, at 19:11, Apache Jenkins Server wrote: See

Re: https://issues.apache.org/jira/browse/MAHOUT-1168

2013-03-20 Thread Stuart McCulloch
I'm also a bit uncertain this was sent to the right list ;) On 20 Mar 2013, at 14:17, Benson Margulies wrote: Since I'm a bit uncertain as to our current CTR/RTC policy, I submit this for consideration by everyone else. If the project has drifted to CTR whilst I've been otherwise occupied,

Re: [VOTE] Apache 3.1.0-alpha-1

2013-04-09 Thread Stuart McCulloch
On 9 Apr 2013, at 03:33, Hervé BOUTEMY wrote: I just did the reimport and changed API to let the code compile [1] but I get Guice provisioning exceptions during tests: probably something stupid in initialization, but I don't know what to do Can you help me at this step, please? You need

Re: [VOTE] Apache 3.1.0-alpha-1

2013-04-19 Thread Stuart McCulloch
Not sure, but I've just logged https://bugs.eclipse.org/bugs/show_bug.cgi?id=406056 in the Tycho project so it's at least tracked. On 19 Apr 2013, at 07:53, Anders Hammar wrote: Does anyone (Igor?) know if there is work going on to make Tycho work with this? /Anders On Fri, Apr 19,

Re: Archetype registry file

2013-04-19 Thread Stuart McCulloch
http://maven.apache.org/archetype/archetype-models/archetype-registry/archetype-registry.html AFAICT it's related to which files get filtered when creating a project from the archetype On 19 Apr 2013, at 08:24, Anders Hammar wrote: Does anyone know what a archetype registry file is? It's

Re: Archetype registry file

2013-04-19 Thread Stuart McCulloch
wrote: Right, and I've traced it to ArchetypeRegistryManager. The problem is that I can't see that it is ever used in the code, at least not for the registry stuff. /Anders On Fri, Apr 19, 2013 at 10:42 AM, Stuart McCulloch mccu...@gmail.comwrote: http://maven.apache.org/archetype

Re: maven 3.1.0-alpha-1 adoption feedback

2013-04-19 Thread Stuart McCulloch
On 19 Apr 2013, at 14:49, Sievers, Jan wrote: Hi, I tried adapting tycho to maven 3.1.0-alpha-1, see [1]. One thing I noticed is that maven now brings asm-3.3.1 as part of its core classloader. This breaks a build plugin in tycho (binary mismach errors at runtime) which happens to use

Re: [VOTE] Apache 3.1.0-alpha-1

2013-04-27 Thread Stuart McCulloch
On 27 Apr 2013, at 18:52, Karl Heinz Marbaise wrote: -1 (non binding) I've found an issue with an integration of my plugin developments which works with Maven 3.0.X without any problem but with Maven 3.1-alpha-1 it fails. I've created a gist (https://gist.github.com/khmarbaise/5473941)

Re: running maven programmatically, the DefaultRemoteRepositoryManager.connectorFactories is empty

2013-04-29 Thread Stuart McCulloch
IIRC you need to also add dependencies to aether-connector-wagon and wagon-http... http://stackoverflow.com/questions/4206679/can-anyone-give-a-good-example-of-using-org-apache-maven-cli-mavencli-programatt/6255514#6255514 -- Cheers, Stuart On 29 April 2013 21:22, David Portabella

Re: running maven programmatically, the DefaultRemoteRepositoryManager.connectorFactories is empty

2013-04-30 Thread Stuart McCulloch
to the relevant dependency, instead of a generic no widget found message. regards, David On Mon, Apr 29, 2013 at 11:19 PM, Stuart McCulloch mccu...@gmail.comwrote: IIRC you need to also add dependencies to aether-connector-wagon and wagon-http... http://stackoverflow.com/questions/4206679

Re: Regression? Plugin Parameter Injection

2013-05-06 Thread Stuart McCulloch
Actually I think it might be a side-effect of the following feature/improvement made for M3: https://issues.sonatype.org/browse/SISU-58 where the code to handle arrays was made more consistent wrt. the handling of collections. On 6 May 2013, at 12:35, Hervé BOUTEMY wrote: looks like

Re: Regression? Plugin Parameter Injection

2013-05-07 Thread Stuart McCulloch
injected arrays vs collections. I'll see if I can get msgSets/ to pass parsing, as that should also work. -Chris On Tue, May 7, 2013 at 1:25 PM, Stuart McCulloch mccu...@gmail.com wrote: Actually I think it might be a side-effect of the following feature/improvement made for M3

Re: Regression? Plugin Parameter Injection

2013-05-07 Thread Stuart McCulloch
, 2013 at 10:17 PM, Stuart McCulloch mccu...@gmail.com wrote: On 6 May 2013, at 23:49, Chris Graham wrote: Looking at that issue, if the issue was meant to deal with the example given, ie, and array of strings, then the issue is most certainly not fixed, as it is my exact case. The issue

Re: JavadocFixTool integration with Javadoc plugin?

2013-06-20 Thread Stuart McCulloch
On 20 Jun 2013, at 15:19, sebb wrote: On 20 June 2013 14:20, Baptiste MATHUS bmat...@batmat.net wrote: I'm +1 with you on the fact that this code should be included after each javadoc goal. I guess they agree too, but I *think* this is just something Olivier and the Maven PMC cannot

Re: Maven 3.1.0-beta-1

2013-06-23 Thread Stuart McCulloch
Actually the error in JENKINS-15935 is because MavenLoggerManager was removed in: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=a23f7cfd10c04da702c7efb299cce6b3499c18ab and the Jenkins maven-plugin depends on that class, hence the NCDFE. Regarding event spy

Re: Maven 3.1.0 class loading error with Swagger Maven Plugin

2013-07-18 Thread Stuart McCulloch
On 18 Jul 2013, at 05:41, Brett Porter br...@apache.org wrote: Hi, I've got a regression here using the Swagger Maven Plugin [1] that looks different to the Aether one. Before I go poking around further, I was wondering if anyone can tell me if it's a regression on the Maven (and

Re: Maven 3.1.0 class loading error with Swagger Maven Plugin

2013-07-18 Thread Stuart McCulloch
On 18 Jul 2013, at 09:36, Stuart McCulloch wrote: On 18 Jul 2013, at 05:41, Brett Porter br...@apache.org wrote: Hi, I've got a regression here using the Swagger Maven Plugin [1] that looks different to the Aether one. Before I go poking around further, I was wondering if anyone can

Re: Maven 3.1.0 class loading error with Swagger Maven Plugin

2013-07-18 Thread Stuart McCulloch
On 18 Jul 2013, at 12:12, sebb wrote: On 18 July 2013 09:36, Stuart McCulloch mccu...@gmail.com wrote: On 18 Jul 2013, at 05:41, Brett Porter br...@apache.org wrote: Hi, I've got a regression here using the Swagger Maven Plugin [1] that looks different to the Aether one. Before I go

Re: Maven 3.1.0 class loading error with Swagger Maven Plugin

2013-07-25 Thread Stuart McCulloch
On 23 Jul 2013, at 05:47, Brett Porter wrote: On 18/07/2013, at 6:36 PM, Stuart McCulloch mccu...@gmail.com wrote: On 18 Jul 2013, at 05:41, Brett Porter br...@apache.org wrote: Hi, I've got a regression here using the Swagger Maven Plugin [1] that looks different to the Aether one

Re: Maven 3.1.0 not adding assemblies to reactor

2013-08-09 Thread Stuart McCulloch
Note that the test project fails on Maven 2.0.11 and 2.2.1 with the same issue (missing zip dependency) so in that regard the 3.1.0 behaviour is consistent with Maven2. On 9 Aug 2013, at 15:34, Stanislav Ochotnicky wrote: Adding -llr switch makes no difference in this case. To expand a bit on

Re: Parallel classloading, need review...

2013-08-09 Thread Stuart McCulloch
On 9 Aug 2013, at 17:21, Kristian Rosenvold wrote: I just did some manual instrumentation to classworlds since I'm not trusting the profiler due to native code. For my 2 test projects, classloading is pretty close to 10% of the total build time (with -DskipTests). Btw, which test projects do

Re: [perf] Maven classloading performance improvements: https://jira.codehaus.org/browse/PLX-467

2013-08-13 Thread Stuart McCulloch
On 13 Aug 2013, at 15:39, Kristian Rosenvold wrote: zOMG; what an interesting piece of code ! If you want to take a shot at improving this you can make a patch and a pull request. I can guarantee a quick efficient review of such a patch. Proof-of-concept PR using a security manager

Re: This CI build doesn't look right

2013-08-22 Thread Stuart McCulloch
On Aug 21, 2013 7:00 AM, Olivier Lamy ol...@apache.org wrote: On 21 August 2013 00:08, Jason van Zyl ja...@tesla.io wrote: Doesn't answer the question whether the job is valid. It's referencing incorrect plugins and why would you consume the latest version of Guice and not through Sisu?

Making (sisu-)guice a provided scope dependency of Sisu?

2013-08-22 Thread Stuart McCulloch
As one of the main downstream users of Sisu would you prefer it to declare a provided scope dependency to (sisu-)guice rather than the current compile scope dependency? Making it provided should make it easier to swap in alternative versions while still documenting the dependency - and avoid lots

Re: Making (sisu-)guice a provided scope dependency of Sisu?

2013-08-23 Thread Stuart McCulloch
, at 8:57 PM, Stuart McCulloch mccu...@gmail.com wrote: As one of the main downstream users of Sisu would you prefer it to declare a provided scope dependency to (sisu-)guice rather than the current compile scope dependency? Not really. Making it provided should make it easier

  1   2   3   >