Re: Re: Flag to set all snapshot repos to updatePolicy = never?

2006-12-12 Thread Jason Dillon
Oh, maybe... I was watching this thread... lemme peek, I get way to much email :-( Cool. Thanks Brett. --jason On 12/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: Yeah, but you should have seen the update on jira when I closed it. Anyway, I closed it. - Brett On 13/12/2006, at 5:39 PM,

Re: Flag to set all snapshot repos to updatePolicy = never?

2006-12-12 Thread Brett Porter
Yeah, but you should have seen the update on jira when I closed it. Anyway, I closed it. - Brett On 13/12/2006, at 5:39 PM, Jason Dillon wrote: Last reply I got from you was the "i've got 4 more days" --jason On Dec 12, 2006, at 8:41 PM, Brett Porter wrote: erm, didn't I apply it already

Re: Flag to set all snapshot repos to updatePolicy = never?

2006-12-12 Thread Jason Dillon
Last reply I got from you was the "i've got 4 more days" --jason On Dec 12, 2006, at 8:41 PM, Brett Porter wrote: erm, didn't I apply it already? On 13/12/2006, at 12:59 PM, Jason Dillon wrote: So, no love? Its okay... maybe when you have time take a peek... :-\ --jason On Dec 5, 2006,

[m2] maven-metadata.xml documentation/links etc??

2006-12-12 Thread Barrie Treloar
Are there any places I can go to find out more about maven-metadata.xml? See http://www.nabble.com/forum/ViewPost.jtp?post=7845254&framed=y&skin=177 The problem is that the patched plugins, e.g. surefire or eclipse, are resolving to the internal repository version number but then attempting to c

Re: Maven 2.0.5-SNAPSHOT problem building continuum-release

2006-12-12 Thread Wendy Smoak
On 12/12/06, Brett Porter <[EMAIL PROTECTED]> wrote: Sorry, can't reproduce this with maven-2.0.5-SNAPSHOT on either Mac or Windows. Got any more information? John and Jesse worked this out on IRC. Maven 2.0.5-snap orders dependencies differently than 2.0.4. In 2.0.4, with multiple versions

Re: xerces 2.9.0 on maven repo ?

2006-12-12 Thread Nathan Beyer
For what it's worth, I've been working my way through getting the latest Xerces artifacts uploaded, but new XML commons, resolver, and the Xalan serializer need to be uploaded as well. I'm working through all the various POMs and trying to populate them with as much information as possible. -Nath

Re: Maven 2.0.5-SNAPSHOT problem building continuum-release

2006-12-12 Thread Brett Porter
Sorry, can't reproduce this with maven-2.0.5-SNAPSHOT on either Mac or Windows. Got any more information? - Brett On 07/12/2006, at 3:39 PM, Jesse McConnell wrote: ya, if you look through her debug output there is a big chunk where all the 2.0.4 deps are getting reverted to 2.0 just like in

Re: Flag to set all snapshot repos to updatePolicy = never?

2006-12-12 Thread Brett Porter
erm, didn't I apply it already? On 13/12/2006, at 12:59 PM, Jason Dillon wrote: So, no love? Its okay... maybe when you have time take a peek... :-\ --jason On Dec 5, 2006, at 2:16 PM, Brett Porter wrote: I've got 4 more days! :) On 06/12/2006, at 9:12 AM, Jason Dillon wrote: Ever get

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
On 12/13/06, Rahul Thakur <[EMAIL PROTECTED]> wrote: If i remember correct from what I saw in the m-e-p sources last week, maven-eclipse-plugin-test is created by the Plugin unit tests and then installed to a *test* repo local to the Eclipse project. Not sure why is your build seeing the -test v

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Rahul Thakur
If i remember correct from what I saw in the m-e-p sources last week, maven-eclipse-plugin-test is created by the Plugin unit tests and then installed to a *test* repo local to the Eclipse project. Not sure why is your build seeing the -test version. Do you have maven-eclipse-plugin sources ch

Re: Flag to set all snapshot repos to updatePolicy = never?

2006-12-12 Thread Jason Dillon
So, no love? Its okay... maybe when you have time take a peek... :-\ --jason On Dec 5, 2006, at 2:16 PM, Brett Porter wrote: I've got 4 more days! :) On 06/12/2006, at 9:12 AM, Jason Dillon wrote: Ever get a chance? --jason On Dec 1, 2006, at 3:02 PM, Brett Porter wrote: I'll look at

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
Manually hacking the jar to set the version correctly resolves the problem. Now to find out why the jar is being created incorrectly... Running mvn package will incorrectly create a "test" version for the real version jar. I just noticed that there are two jars in here: * maven-eclipse-plugin

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
!/META-INF/maven/plugin.xml Internal release from subversion revision r485327. Applied patches: * http://jira.codehaus.org/browse/MECLIPSE-206 * parent version now 4 instead of 4-SNAPSHOT org.apache.maven.plugins maven-eclipse-plugin test [del] My pom version is: 2.3-INTE

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
Starting to get somewhere. Running mvn in debug mode so I can attach eclipse to the running instance. One thing I am noticing is that the attached sources don't match exactly what is being run by maven. The eclipse plugin defines the dependency on version 2.0.1 but I think the version being used

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
I have created a junk Mojo to spit out debug to see if I can see whats wrong. This junk mojo works fine when run within the module (as expected). When run in a reactor build this junk mojo is executed for the root project but when when it attempts to go into a module it then fails with the same e

Re: Maven 1.1 development status - For a release, help required ....

2006-12-12 Thread Arnaud HERITIER
I'll tell you if I can fix it with -Djava.awt.headless=true in MAVEN_OPTS Arnaud On 12/11/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: That reminds me of something... http://jira.codehaus.org/browse/MPCLOVER-54 Never got any feedback though, so I don't know if/how it was resolved. -Lukas

Re: Maven 1.1 development status - For a release, help required ....

2006-12-12 Thread Arnaud HERITIER
On 12/11/06, Brett Porter <[EMAIL PROTECTED]> wrote: /export/home/continuum/public_html/maven-1.x/builds I have to modify the bootstrap because it seems to use the MAVEN_HOME and I can't override it. I'll give you group admin rights so you can add an ant project. But that's another bug :)

Re: svn commit: r485976 - /maven/plugins/trunk/pom.xml

2006-12-12 Thread Brett Porter
--- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Mon Dec 11 17:47:14 2006 @@ -66,7 +66,7 @@ apache.website - scp://people.apache.org/www/maven.apache.org/plugins/url> + scp://people.apache.org/www/maven.apache.org/plugins/$ {pom.artifactId}/${v

Re: Maven 1.1 development status - For a release, help required ....

2006-12-12 Thread Arnaud HERITIER
On 12/11/06, Brett Porter <[EMAIL PROTECTED]> wrote: I can give you an account if you want to try, I've no inclination to myself :) ok, let's go for it ;-) I already did it some times ago. Doesn't -Djava.awt.headless=true work? This seems like a serious oversight in the clover plugin. Plen

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
And that the failure is only for reactor builds. Running in the modules themselves works fine. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
It's odd that mvn eclipse:clean works, but eclipse:eclipse does not... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] build failure, Version: test ??? error

2006-12-12 Thread Barrie Treloar
See http://jira.codehaus.org/browse/MECLIPSE-192 I also see these messages with similar problems: * http://www.mail-archive.com/users@maven.apache.org/msg56535.html I'm running mvn eclipse:eclipse (with an internal release of the snapshot version) And I get a build failure like: [INFO] Failed t

Re: Maven 1.1 development status - For a release, help required ....

2006-12-12 Thread Arnaud HERITIER
On 12/11/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: If we fix all backward compat problems then there is no reason for anyone to use a new plugin with an old release of maven... I'm completely agreed ;-) The artifact plugin should be released for RC1, as it contains the fix for MPARTIFAC

Re: Tomcat failure

2006-12-12 Thread Stephen Pietrowicz
That didn't work. Here is my addition to server.xml: type="javax.sql.DataSource"> maxWait 5000 maxActive 4 password url jdbc:derby:target/database/continuum

Re: Tomcat failure

2006-12-12 Thread Rahul Thakur
As a workaround - can you try moving the config from continuum.xml to server.xml under global resoures (just like mentioned on that thread). Pretty sure I have seen similar errors with JNDI resource look ups in tomcat, but can't remember the solution off hand. Cheers, Rahul Stephen Pietr

Re: Maven Eclipse code style preferences

2006-12-12 Thread Barrie Treloar
On 12/12/06, Rahul Thakur <[EMAIL PROTECTED]> wrote: Hi, Is anyone else noticing that Eclipse code style formatter is formatting Java sources differently? Is anyone able to verify that the codestyle preferences available from the site are sane or update if required. I downloaded the preferences

Re: Tomcat failure

2006-12-12 Thread Stephen Pietrowicz
I hadn't seen that thread. Thanks for the pointer to it. I do get same message that the originator of that thread gets: --- 2006-12-12 14:20:31,590 [http-8080-Processor23] INFO PlexusContainer- Loading on start [role]: [org.apache.maven.continuum.Continuum] 2006-12-12

Re: xerces 2.9.0 on maven repo ?

2006-12-12 Thread Carlos Sanchez
you can ping xerces mailing list and repository@apache.org On 12/12/06, nicolas de loof <[EMAIL PROTECTED]> wrote: According to http://xerces.apache.org/xerces2-j/, 2.9.0 is the latest stable version of Xerces. Why isn't it available on maven public repo ? Doesn't all apache projects get automat

Re: svn commit: r485976 - /maven/plugins/trunk/pom.xml

2006-12-12 Thread Dennis Lundberg
See comment inline... [EMAIL PROTECTED] wrote: Author: joakime Date: Mon Dec 11 17:47:14 2006 New Revision: 485976 URL: http://svn.apache.org/viewvc?view=rev&rev=485976 Log: Parameterizing the staging profile. Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL

RE: maven2 repository of eclipse jars

2006-12-12 Thread Brian E. Fox
We use 4 digit build numbers and I never noticed it. Probably because we control our versions very carefully and maven doesn't have to figure it out for us. This could be an issue though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent

Re: xerces 2.9.0 on maven repo ?

2006-12-12 Thread Steve Loughran
Jason van Zyl wrote: On 12 Dec 06, at 7:24 AM 12 Dec 06, nicolas de loof wrote: According to http://xerces.apache.org/xerces2-j/, 2.9.0 is the latest stable version of Xerces. Why isn't it available on maven public repo ? Doesn't all apache projects get automatically sync with repo ? No. I

Re: xerces 2.9.0 on maven repo ?

2006-12-12 Thread Jason van Zyl
On 12 Dec 06, at 7:24 AM 12 Dec 06, nicolas de loof wrote: According to http://xerces.apache.org/xerces2-j/, 2.9.0 is the latest stable version of Xerces. Why isn't it available on maven public repo ? Doesn't all apache projects get automatically sync with repo ? No. It is not our respo

xerces 2.9.0 on maven repo ?

2006-12-12 Thread nicolas de loof
According to http://xerces.apache.org/xerces2-j/, 2.9.0 is the latest stable version of Xerces. Why isn't it available on maven public repo ? Doesn't all apache projects get automatically sync with repo ? Nico.

Re: maven2 repository of eclipse jars

2006-12-12 Thread Jason van Zyl
On 12 Dec 06, at 4:18 AM 12 Dec 06, Tom Huybrechts wrote: On 12/12/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: This message (1) on pde-build-dev contains the state resolver as an attachment. I used this to calculate access rules for the JDT compiler, and to generate POMs for bundles. http://d

Re: [vote] release maven-eclipse-plugin

2006-12-12 Thread Carlos Sanchez
some time ago I made all poms created by install-files extend a common "eclipse" parent pom, with all the common info, Fabrizio reverted it. On 12/11/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: > > > did you finally remove the usage of a parent pom for install-files? > > > that made it easier

Re: eclipse plugin classpathContainer and JRE_CONTAINER

2006-12-12 Thread nicolas de loof
I just discovered MECLIPSE-172 about this. Is there any plan to include it into maven-eclipse-plugin 2.3 ? Nico. 2006/12/12, nicolas de loof <[EMAIL PROTECTED]>: Hello, The eclipse plugin allows to set custom classpathContainer. It will force "org.eclipse.jdt.launching.JRE_CONTAINER" in this

eclipse plugin classpathContainer and JRE_CONTAINER

2006-12-12 Thread nicolas de loof
Hello, The eclipse plugin allows to set custom classpathContainer. It will force " org.eclipse.jdt.launching.JRE_CONTAINER" in this list if not set (with a warning). I have a use case to set the target environment in my application modules for warious JRE. I'm using the JRE container string : "

Re: maven2 repository of eclipse jars

2006-12-12 Thread Carlos Sanchez
On 12/11/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: - the 4th token MUST be separated with "-" in maven, while in osgi MUST be "." (this is handled by the make-artifacts goal actually). A version like 1.2.3-4 in maven is parsed as [major 1, minor 2, patch 3, build 4], a version like 1.2.3.4

Re: maven2 repository of eclipse jars

2006-12-12 Thread Tom Huybrechts
On 12/12/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Dec 06, at 10:25 PM 11 Dec 06, Scott Lewis wrote: > Hi Jason, > > > What is the State resolver? Dependency resolver. Basically a state machine that consumes OSGi dependency information, determines what's missing and asks for more. How

Maven Eclipse code style preferences

2006-12-12 Thread Rahul Thakur
Hi, Is anyone else noticing that Eclipse code style formatter is formatting Java sources differently? Is anyone able to verify that the codestyle preferences available from the site are sane or update if required. I downloaded the preferences just a couple of days ago. Can we also update the