regression in beta-4 : server-side relocation broken

2007-11-14 Thread nicolas de loof
MRM-595 created. As explain, there is two causes : 1. fetchContentFromProxies must be called prior to building the resource File 2. DavServerRequest getLogicalResource is not re-computed when request PathInfo changes. Nico.

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread Arnaud HERITIER
I noticed a problem when I tested this version before the vote but i didn't find the time to check if it was a regression. It's with poi:poi:2.5.1 which is relocated to 2.5.1-final-20040804 I don't know if it can be related to this issue Arnaud On Nov 14, 2007 6:20 PM, Joakim Erdfelt [EMAIL

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread Joakim Erdfelt
Don't we have unit testing around the server side relocation? If not, I think we need to get them into place as part of the solution for MRM-595. - Joakim nicolas de loof wrote: MRM-595 created. As explain, there is two causes : 1. fetchContentFromProxies must be called prior to building

Re: svn commit: r594832 - /maven/archiva/trunk/archiva-site/src/site/apt/adminguide/repositories.apt

2007-11-14 Thread Maria Odea Ching
Took note of your comments :-) Thanks Jeff! -Deng Jeff Jensen wrote: Maria, I've been reading your docs via chackins, learning more about Archiva :-) - thank you for doing these. I recognize they are first drafts, but I already really like them, as they are clear and informative. I

[ANNOUNCE] Archiva 1.0-beta-4 Released

2007-11-14 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 4. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: svn commit: r594621 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

2007-11-14 Thread Dennis Lundberg
I could have sworn there was a JIRA for this, but I couldn't find an open one when I looked. To see if a pom is affected by this pom-rewrite-bug, I usually do mvn release:prepare -DdryRun=true After that I diff the original file pom.xml with the one called pom.xml.tag to see if the license

Re: moving forward with 2.0.8

2007-11-14 Thread Daniel Kulp
Brian, CXF doesn't build with 2.0.8-SNAPSHOT. It builds fine with 2.0.7, but I'm getting test failures with 2.0.8-SNAPSHOT. I'll try and dig into it in a bit. Also, the README.txt needs updating before you release it. Dan 2007/11/13, Brian E. Fox [EMAIL PROTECTED]: All, It's

Re: moving forward with 2.0.8

2007-11-14 Thread Daniel Kulp
Brian, 2.0.8 seems to have re-ordered the classpath or something such that if I have a unit test that does: System.out.println(getClass().getResource(.).toString()); it prints out the directory in the target/classes dir instead of the target/test-classes.With 2.0.5 - 2.0.7, it returned the

Re: regression in beta-4 : server-side relocation broken

2007-11-14 Thread nicolas de loof
Thats right, I'll first focus on writting such test-cases. This was in my todo list for long time :-/ Nico. 2007/11/14, Joakim Erdfelt [EMAIL PROTECTED]: Don't we have unit testing around the server side relocation? If not, I think we need to get them into place as part of the solution for

Re: moving forward with 2.0.8

2007-11-14 Thread Raphaël Piéroni
worked for my build Raphaël 2007/11/13, Brian E. Fox [EMAIL PROTECTED]: All, It's time to move forward with 2.0.8. I stopped to evaluate MNG-3259 but I think this is an edge case and the fix has a greater chance of breaking more stuff. I'd rather fix this early in 2.0.9 so there is plenty

Re: [continuum] BUILD FAILURE: Maven Clean Plugin

2007-11-14 Thread Vincent Siveton
Dennis, I am aware with this. I will implement MCLEAN-8 Cheers, Vincent 7/11/14, [EMAIL PROTECTED] [EMAIL PROTECTED]: Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildId=35042projectId=9 Build statistics: State: Failed Previous State: Failed Started

Re: svn commit: r594621 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

2007-11-14 Thread Vincent Siveton
Thanks for the trick! WDYT to update the release-process doc? Cheers, Vincent 2007/11/14, Dennis Lundberg [EMAIL PROTECTED]: I could have sworn there was a JIRA for this, but I couldn't find an open one when I looked. To see if a pom is affected by this pom-rewrite-bug, I usually do

Re: moving forward with 2.0.8

2007-11-14 Thread Hervé BOUTEMY
Perhaps I know the code that changed the order: while fixing [MANTTASKS-22] ensure proper order of artifacts in ArtifactResolutionResult, the fix in trunk (r591996) was to transform a HashSet to a LinkedHashSet in o.a.m.artifact.resolver.ArtifactResolutionResult. But when porting the fix back