[Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Graham Leggett
Hi all, There is a missing dependency on activation.jar within continuum-war. The following patch fixes it. Index: continuum-webapp/pom.xml === --- continuum-webapp/pom.xml(revision 472890) +++ continuum-webapp/pom.xml

Re: build scheduling issues

2006-11-09 Thread Jesse McConnell
sorry, once changed how? once the group dependencies are sorted out? if we are taking all projects across all groups and trying to generate a cycle free graph then cycles are potentially a problem. just so we are clear in my mind: * grab all projects across all groups * attempt to sort * if

Re: [Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Jesse McConnell
hm, someone else seeing this Christian! your not the only one now! graham, what o/s and version of maven and jdk are you using? jesse On 11/9/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, There is a missing dependency on activation.jar within continuum-war. The following patch fixes

Re: [Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Graham Leggett
Jesse McConnell wrote: hm, someone else seeing this Christian! your not the only one now! graham, what o/s and version of maven and jdk are you using? maven v2.0.4 on JDK v1.5 (latest MacosX). Not that it should make a difference on any platform - one of the class files references

Continuum-trunk notifiers toasted on startup

2006-11-09 Thread Graham Leggett
Hi all, I am getting the following exception on continuum trunk webapp startup, which prevents it working: java.lang.ClassNotFoundException: org.codehaus.plexus.mailsender.javamail.JavamailMailSender This exception seems to be the last exception in the very long chain of exceptions below: Any

Re: svn commit: r473012 - /maven/continuum/trunk/continuum-webapp/pom.xml

2006-11-09 Thread Christian Edward Gruber
Doesn't the plexus-runtime need it too? Christian. [EMAIL PROTECTED] wrote: Author: jmcconnell Date: Thu Nov 9 10:39:25 2006 New Revision: 473012 URL: http://svn.apache.org/viewvc?view=revrev=473012 Log: added activation dependency, it appears that WorkingCopyAction brings in this

Re: build scheduling issues

2006-11-09 Thread Brett Porter
I'm lost :) My point below was that if you just took all the projects and sorted them, there is no cycle in the example you gave. The cycle would come if you tried to order them by groups, because there are dependencies between projects within the groups in both directions. so... In

[REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Nicolas DE LOOF
First attempt get no reply :'( On maven2 public repository, maven (m1) plugins are packaged with .plugin extension : - http://repo1.maven.org/maven2/maven/maven-changelog-plugin/1.9.1 This was not the case some weeks ago. Maven-on-plugin creates .jar. What is the expected extension for

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Arnaud HERITIER
It's definitively .jar There was certainly a problem in the conversion m1 - m2 When I access to the m1 url http://repo1.maven.org/maven/maven/plugins/maven-changelog-plugin-1.9.1.jar; firefox doesn't try to download it. It tries to display the binary in ascii ;-) And maven seems to find it :

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Nicolas DE LOOF
In fact I'm using Archiva as a proxy to access maven2 public repository from maven1. I'd like to get maven1 plugins from maven2 repo, so I expect the m1 - m2 converion to work :-P Nico. Arnaud HERITIER a écrit : It's definitively .jar There was certainly a problem in the conversion m1 -

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Arnaud HERITIER
That is to say that on your server you have only m2 repos ? And you expose them to m1 ? How did you do that ? Actually I replicated all my repos for m1 and for m2 :-( Arnaud On 11/9/06, Nicolas DE LOOF [EMAIL PROTECTED] wrote: In fact I'm using Archiva as a proxy to access maven2 public

webapp start up error

2006-11-09 Thread Rahul Thakur
okies, I tried running the webapp this evening to muck around with Notifier validations further, but looks like something is broken with the webapp startup. I have attached the debug output below. Any ideas? I am guessing recent updates to application.xml may have caused this. Appreciate

Using Maven on a Server Environment

2006-11-09 Thread S Vishvapriya
Hi, Our development team would like to use Maven (and its SCM functionalities) on a server environment. We want to setup Maven against the file system on which tomcat runs. Any requests for check-out/check-in that comes to theApplication Server (to our application running on Tomcat) has to be

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Nicolas DE LOOF
Archiva can automagically detect maven1 requests (according to request format group/type[s]/artifact) and convert it to maven2 Archiva can then be used as BOTH a maven1 and maven2 repository. I'm using it to proxy maven2 public repo. Arnaud HERITIER a écrit : That is to say that on your

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Arnaud HERITIER
ok i didn't know Thus I just have to define X managed repositories, with potentially some proxy repo. But need I to define in the maven client, X remote repositories with an url like http://somewhere/archiva/proxy/managedProxyId or only one with an url like http://somewhere/archiva/proxy Is

NullPointerException in maven-project, multiproject build

2006-11-09 Thread Graham Leggett
Hi all, I am getting the following exception below logged by maven, when called from continuum v1.0.3 and continuum-trunk. The NullPointerException seems to be thrown when line 1078 is run in DefaultMavenProjectBuilder.java: parentDescriptor = parentDescriptor.getCanonicalFile(); Trouble is,

Re: svn commit: r473012 - /maven/continuum/trunk/continuum-webapp/pom.xml

2006-11-09 Thread Jesse McConnell
point me where and I'll add it, but I just did a quick search in continuum and saw it referenced in the WorkingCopyAction so threw in the in pom jesse On 11/9/06, Christian Edward Gruber [EMAIL PROTECTED] wrote: Doesn't the plexus-runtime need it too? Christian. [EMAIL PROTECTED] wrote:

Re: svn commit: r473012 - /maven/continuum/trunk/continuum-webapp/pom.xml

2006-11-09 Thread Christian Edward Gruber
It needs to be declared in the plexus-runtime project, beside all the other runtime packaged jars. I would search in vi for javax and you'll probably find other ones you can put it beside. In the mean-time, I just did this: Index: continuum-plexus-runtime/pom.xml

Re: [m2] building eclipse:eclipse trunk - proxy issues?

2006-11-09 Thread Jorg Heymans
Barrie Treloar wrote: Overall for test results for maven-eclipse-plugin r472779 Tests run: 30, Failures: 0, Errors: 22, Skipped: 0 Some example warning messages: [ maven embedder WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-eclipse-plugin' could not be retrieved

packaging dependent jars

2006-11-09 Thread Anantharaman, Venkatesh
Hi, I have an issue, where I need certain jars that I mention as dependent jars to be packaged inside the EAR/WAR. How can I define the path inside which they should be placed inside the EAR when I declare the dependency? Thanks N Regards, Venks.

Re: [vote] Archiva Logo

2006-11-09 Thread John Casey
1 - Top Right 2 - Lower Left 3 - Lower Right -john Brett Porter wrote: Hi, There seemed to be no major objections to the logos presented, so I'll turn this into a formal vote. Please vote [1] for the one you would like and [2] for your second preference, if you have one, and so on.

Re: [m2] building eclipse:eclipse trunk - proxy issues?

2006-11-09 Thread Barrie Treloar
The offline mode for some reason is not really 'offline' in the common understanding of the word. Perhaps one of the developers can clarify the semantics of the offline mode in a maven build? See also http://jira.codehaus.org/browse/MNG-2433 Thanks, I do vaguely remember offline mode not being

[jira] Subscription: Design Best Practices

2006-11-09 Thread jira
Issue Subscription Filter: Design Best Practices (37 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

PropertyUtils as a library

2006-11-09 Thread Tony Truong
Hi, I would like to use the filtering feature that is in maven-resources-plugin, but I do not want my plugin to be dependent on the maven-resources-plugin. Is there a library for this? Tony -- View this message in context:

Re: PropertyUtils as a library

2006-11-09 Thread Stephane Nicoll
Hi Tony, Funny, we were talking about this recently [1] I will do my best to gather the usage and create a shared component for this. if you wanna help, let us know. Cheers, Stéphane [1] http://www.nabble.com/resources-handling-in-mojo-w--filter-tf2573759s177.html On 11/10/06, Tony Truong