Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
After this brainstorming with all of you, finally figured out the error. The issue was with doxia, that is in the site-tools. The build failed in a compile section, so I didn't thought that caused the issue. I have incorporated an older incompatible doxia version, thinking I can fix the site-relate

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Mark Derricutt
I think I died a little reading this. Maven itself already has subtle strange issues and problems working with dependency ranges, having a gentoo specific version of maven that does even more different things with artifact resolution would be a nightmare to deal with. Esp. if you have developers

Another maven pom release

2011-07-02 Thread Benson Margulies
I just realized rather inefficiently that the change to default to 1.5 is still pending for the maven-parent pom, along with a raft of others. Any objection to staging a release? - To unsubscribe, e-mail: dev-unsubscr...@maven.apa

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sun, Jul 3, 2011 at 6:06 AM, Martin Gainty wrote: > > there are 4 classpath properties you pass to the maven-ant runtime > environment > refid="maven.compile.classpath"/> > refid="maven.runtime.classpath"/> > refid="maven.test.classpath"/> >

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sun, Jul 3, 2011 at 3:46 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > lø., 02.07.2011 kl. 12.22 -0700, skrev Ralph Goers: > > On Jul 2, 2011, at 8:38 AM, Kasun Gajasinghe wrote: > > >> > > > > > > Ralph, > > > No, you are not discouraging me in anyway. This stage is just the

RE: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Martin Gainty
there are 4 classpath properties you pass to the maven-ant runtime environment http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html when you get a chance could you explain why you are repackaging maven in a

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sun, Jul 3, 2011 at 1:05 AM, Benson Margulies wrote: > This strikes me as forking maven, making a fundamental changing in the > behavior, and then passing off the results as still 'maven'. I'm not > sure if 'trademark' is the right stepping-off point here, but > something about it seems very wr

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sun, Jul 3, 2011 at 12:30 AM, Hervé BOUTEMY wrote: > Le samedi 2 juillet 2011, Kasun Gajasinghe a écrit : > > No, you are not discouraging me in anyway. This stage is just the first > > step of a much wider task. The ultimate goal of this work is to provide > > the ability to package maven-base

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
Oh, Duh, I see. It's only in a profile in the plugin parent. oops. On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies wrote: > OK, well, I'm stumped. > > In maven-shade-plugin, I modified my local copy to point to > maven-plugins version 20 as parent. This in turn points to maven > parent 20. Which

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
correction: I made shade point to maven-plugins:21, which in turn points to maven-parent 20, which is the one with the 1.5's in it. On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies wrote: > OK, well, I'm stumped. > > In maven-shade-plugin, I modified my local copy to point to > maven-plugins vers

compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
OK, well, I'm stumped. In maven-shade-plugin, I modified my local copy to point to maven-plugins version 20 as parent. This in turn points to maven parent 20. Which configures the compiler plugin for source level 1.5. Yet, help:effective-pom shows me source level 1.4, and adding in a generic gets

Re: svn commit: r1142276 - /maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

2011-07-02 Thread Stephen Connolly
On 2 July 2011 20:23, wrote: > Author: hboutemy > Date: Sat Jul  2 19:23:41 2011 > New Revision: 1142276 > > URL: http://svn.apache.org/viewvc?rev=1142276&view=rev > Log: > added phase to sample run-its command > > Modified: >    maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt > > M

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kristian Rosenvold
lø., 02.07.2011 kl. 12.22 -0700, skrev Ralph Goers: > On Jul 2, 2011, at 8:38 AM, Kasun Gajasinghe wrote: > >> > > > > Ralph, > > No, you are not discouraging me in anyway. This stage is just the first step > > of a much wider task. The ultimate goal of this work is to provide the > > ability to

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-02 Thread Hervé BOUTEMY
AFAIK, code is ok: I'm closing MSITE-560 the only thing to confirm is the documentation: there is a TODO in maven-3.apt.vm that we should check carefully: I'm personnally lost on this one. Regards, Hervé Le samedi 2 juillet 2011, Dennis Lundberg a écrit : > Hi > > What's the status on this? I

Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-02 Thread Dennis Lundberg
Hi What's the status on this? I know Hervé worked on extracting a shared component (maven-reporting-exec) for the Maven 3 specific parts of the plugin. Did you finish with that? I would like to push for a release of Site Plugin 3 shortly. The only issue left according to JIRA is this one: http:/

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Benson Margulies
This strikes me as forking maven, making a fundamental changing in the behavior, and then passing off the results as still 'maven'. I'm not sure if 'trademark' is the right stepping-off point here, but something about it seems very wrong. On Sat, Jul 2, 2011 at 3:22 PM, Ralph Goers wrote: > > On

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Ralph Goers
On Jul 2, 2011, at 8:38 AM, Kasun Gajasinghe wrote: >> > > Ralph, > No, you are not discouraging me in anyway. This stage is just the first step > of a much wider task. The ultimate goal of this work is to provide the > ability to package maven-based builds to Gentoo system. Gentoo encourages >

Re: builds.apache.org seg faulting...

2011-07-02 Thread Olivier Lamy
Hello 2011/7/2 Hervé BOUTEMY : > AFAIK, nothing was done on the job configuration recently [1] > > Olivier, the #217 run you launched went well: did you do something? Nope. So probably a temporary overload on the machine. I remember a build took all resources on b.a.o so due to this it has been di

coast clear, + status report on shade

2011-07-02 Thread Benson Margulies
The problem I reported with svn was local to my checkout; my checkin had succeeded. I've applied all the patches with tests, and even written tests for two without tests. I've invited two others to provide tests, and there's one interesting patch that poses a legal issue: the submitted just posted

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Hervé BOUTEMY
I don't see anything obvious Le samedi 2 juillet 2011, Kasun Gajasinghe a écrit : > On Sat, Jul 2, 2011 at 7:43 PM, Hervé BOUTEMY wrote: > > yes, plugin depdendencies are downloaded like any other artifacts via > > DefaultArtifactResolver in maven-artifact-manager for Maven 2 [1]. > > > > Plugin

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Hervé BOUTEMY
Le samedi 2 juillet 2011, Kasun Gajasinghe a écrit : > No, you are not discouraging me in anyway. This stage is just the first > step of a much wider task. The ultimate goal of this work is to provide > the ability to package maven-based builds to Gentoo system. Gentoo > encourages and the package-

problem in maven-shade-plugin svn

2011-07-02 Thread Benson Margulies
/Users/benson/asf/mvn/plugins svn cleanup svn: In directory 'maven-shade-plugin/src/it/mini-jar-package-info' svn: Error processing command 'committed' in 'maven-shade-plugin/src/it/mini-jar-package-info' svn: Working copy 'maven-shade-plugin/src/it' locked svn: run 'svn cleanup' to remove locks (t

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sat, Jul 2, 2011 at 7:45 PM, Ralph Goers wrote: > Not to belittle what you are doing, but on every system I use I > 1) Download the maven gziip. > 2) unzip it in /opt > 3) create a symlink of /opt/maven to the maven I downloaded > 4) add /opt/maven/bin to the path in /etc/profile > 5) add an ex

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sat, Jul 2, 2011 at 7:43 PM, Hervé BOUTEMY wrote: > yes, plugin depdendencies are downloaded like any other artifacts via > DefaultArtifactResolver in maven-artifact-manager for Maven 2 [1]. > > Plugin resolution and classloader preparation is done in > DefaultPluginManager > in maven-core [2]

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Ralph Goers
Not to belittle what you are doing, but on every system I use I 1) Download the maven gziip. 2) unzip it in /opt 3) create a symlink of /opt/maven to the maven I downloaded 4) add /opt/maven/bin to the path in /etc/profile 5) add an export for M2_HOME to /opt/maven in /etc/profile. Then I start us

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Hervé BOUTEMY
yes, plugin depdendencies are downloaded like any other artifacts via DefaultArtifactResolver in maven-artifact-manager for Maven 2 [1]. Plugin resolution and classloader preparation is done in DefaultPluginManager in maven-core [2] Velocity and plexus-velocity are nothing different than any li

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
On Sat, Jul 2, 2011 at 2:03 PM, Hervé BOUTEMY wrote: > remember that Maven is a core engine to run plugins. > Maven core does not depend on plexus-velocity [1], but > maven-remote-resources- > plugin does [2] > Maven distribution does not contain every library needed by every plugin, > but > the

Re: builds.apache.org seg faulting...

2011-07-02 Thread Hervé BOUTEMY
AFAIK, nothing was done on the job configuration recently [1] Olivier, the #217 run you launched went well: did you do something? Regards, Hervé [1] https://builds.apache.org/job/maven-plugins-ITs-2.x/jobConfigHistory/ Le vendredi 1 juillet 2011, Barrie Treloar a écrit : > https://builds.apac

Re: [Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Hervé BOUTEMY
remember that Maven is a core engine to run plugins. Maven core does not depend on plexus-velocity [1], but maven-remote-resources- plugin does [2] Maven distribution does not contain every library needed by every plugin, but the logic to download them (hence the "Maven downloads the internet" eff

[Gentoo-Maven-Intg] plexus-velocity missing - maven-remote-resources-plugin fails with a ClassNotFoundException

2011-07-02 Thread Kasun Gajasinghe
Hi, First of all, the good news. We were able to integrate maven successfully to Gentoo. Now, it was able to do most of the general compiling and building stuff. We build maven-from-source which involve considerable work to integrate. But, there's few glitches. There's an error in some builds whi