Re: Virtual Repositories

2008-04-17 Thread nicolas de loof
2.1.bis - on metadata request, merge all repositories metadatas 2.1.ter - on index request (nexus index requested by many m2eclipse users), merge all repositories indexes Nico. 2008/4/17, Maria Odea Ching [EMAIL PROTECTED]: Hi everyone, A group of us here from Exist bounced around some

Re: [vote] Release Archiva 1.0.2

2008-04-03 Thread nicolas de loof
+1 2008/4/4, Maria Odea Ching [EMAIL PROTECTED]: Re-opened MRM-605. Anyway, the binaries are working nicely all in all :-) Thanks for preparing the release Brett! -Deng On Fri, Apr 4, 2008 at 12:20 PM, Brett Porter [EMAIL PROTECTED] wrote: can you (re)open the issue for that? I'll try

Re: merge spring branch to trunk?

2008-03-12 Thread nicolas de loof
Nothing left for me. My +1 to merge Not beeing at home this week I cannot acces SVN. Nico 2008/3/12, Brett Porter [EMAIL PROTECTED]: Hi Nicolas, What is left before merging the branch in? - Brett -- Brett Porter [EMAIL PROTECTED] http://blogs.exist.com/bporter/

Re: svn commit: r631999 - in /maven/archiva/branches/springy: archiva-base/archiva-common/ archiva-base/archiva-configuration/src/test/java/org/apache/maven/archiva/configuration/ archiva-base/archiva

2008-03-07 Thread nicolas de loof
left to do on here now, or should we look at merging it to trunk? On 02/03/2008, at 6:33 PM, nicolas de loof wrote: That's what I supposed but just want to verify. 2008/3/1, Brett Porter [EMAIL PROTECTED]: It may not be necessary - presumably webwork's built

Re: svn commit: r631999 - in /maven/archiva/branches/springy: archiva-base/archiva-common/ archiva-base/archiva-configuration/src/test/java/org/apache/maven/archiva/configuration/ archiva-base/archiva

2008-03-04 Thread nicolas de loof
It's OK for me. 2008/3/3, Brett Porter [EMAIL PROTECTED]: Cool. Is there anything left to do on here now, or should we look at merging it to trunk? On 02/03/2008, at 6:33 PM, nicolas de loof wrote: That's what I supposed but just want to verify. 2008/3/1, Brett Porter [EMAIL

Re: from plexus to spring...

2008-03-01 Thread nicolas de loof
: org.apache.maven.archiva.common.spring.PlexusFactory Cheers, Rahul nicolas de loof wrote: That beeing said, with xwork xml files converted I can start archiva and register my admin account RUNNING ON SPRING ! Hey Rahul, seems you can start using plexus-spring on Continuum ! Nicolas 2008/2/28

Re: svn commit: r632495 - in /maven/archiva/branches/springy/plexus-spring/src/main/java/org/codehaus/plexus/spring: PlexusComponentFactoryBean.java PlexusNamespaceHandler.java

2008-03-01 Thread nicolas de loof
thanks, Brett allready reported this but I definitly have troubles with the world instantiation ;-) 2008/3/1, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: rinku Date: Fri Feb 29 15:26:27 2008 New Revision: 632495 URL: http://svn.apache.org/viewvc?rev=632495view=rev Log: o fixed minor

Re: svn commit: r631999 - in /maven/archiva/branches/springy: archiva-base/archiva-common/ archiva-base/archiva-configuration/src/test/java/org/apache/maven/archiva/configuration/ archiva-base/archiva

2008-03-01 Thread nicolas de loof
That's what I supposed but just want to verify. 2008/3/1, Brett Porter [EMAIL PROTECTED]: It may not be necessary - presumably webwork's built in spring object factory that you are now using does this already. On 01/03/2008, at 8:11 PM, nicolas de loof wrote: Thanks for the link, I'll

Re: svn commit: r631999 - in /maven/archiva/branches/springy: archiva-base/archiva-common/ archiva-base/archiva-configuration/src/test/java/org/apache/maven/archiva/configuration/ archiva-base/archiva

2008-02-29 Thread nicolas de loof
// Release existing -release( archivaConfiguration ); +// FIXME spring equivalent ? release( archivaConfiguration ); I don't know if spring takes care of managing them itself - but we need to look into this since we used to have leaks from the webapp when it never

Re: [VOTE] Request Archiva graduation to a TLP

2008-02-28 Thread nicolas de loof
as the initial members of the Apache Archiva PMC: Fabrice Bellingard ([EMAIL PROTECTED]) Maria Odea Ching ([EMAIL PROTECTED]) Nicolas de Loof ([EMAIL PROTECTED]) Joakim Erdfelt ([EMAIL PROTECTED]) Arnaud Heritier ([EMAIL PROTECTED]) Dennis Lundberg ([EMAIL PROTECTED]) Jesse McConnell

Re: from plexus to spring...

2008-02-28 Thread nicolas de loof
'org.jpox.rdbms.dateTimezone' MUST BE Set to 'JDK_DEFAULT_TIMEZONE' in order for jpox and JdoKeyManager to operate correctly. The AbstractConfigurableJdoFactory requires conversion from plexus configuration elements to Properties... Nicolas. 2008/2/27, nicolas de loof [EMAIL PROTECTED]: I just

Re: from plexus to spring...

2008-02-28 Thread nicolas de loof
is not a valid solution as this file comes from the war overlay. Any suggestion ? Nicolas. 2008/2/28, nicolas de loof [EMAIL PROTECTED]: PlexusConfiguration support is now fixed. archiva-configuration tests pass with no change required, except : PlexusTestCase -- PlexusInSpringTestCase add

Re: from plexus to spring...

2008-02-28 Thread nicolas de loof
That beeing said, with xwork xml files converted I can start archiva and register my admin account RUNNING ON SPRING ! Hey Rahul, seems you can start using plexus-spring on Continuum ! Nicolas 2008/2/28, nicolas de loof [EMAIL PROTECTED]: Support for plexus property to Properties added

Re: from plexus to spring...

2008-02-28 Thread nicolas de loof
On 29/02/2008, at 3:46 AM, nicolas de loof wrote: That beeing said, with xwork xml files converted I can start archiva and register my admin account RUNNING ON SPRING ! Hey Rahul, seems you can start using plexus-spring on Continuum ! Nicolas 2008/2/28, nicolas de loof [EMAIL

Re: from plexus to spring...

2008-02-26 Thread nicolas de loof
free time to dive into it. - Joakim nicolas de loof wrote: Hi Rahul, Thanks for yout interest for this plexus-to-spring migration helper. The code is still early experimental and requires some more testing : it only has been tested on 2 archiva testcases and requires many fixes

from plexus to spring...

2008-02-25 Thread nicolas de loof
Hello, I've repackaged and improved the spring support for plexus components in a dedicated poject -- https://svn.apache.org/repos/asf/maven/archiva/branches/springy/plexus-spring/ This new module provides runtime translation from plexus component descriptors to a Spring XML context, using a

Re: from plexus to spring...

2008-02-25 Thread nicolas de loof
-hint default. Is there a special handling for mock role-hint ? I have some issues with component initialisation in archiva-proxy CacheFailureTransfertTest that seems to be related to MockArchivaConfiguration... Nicolas. 2008/2/25, nicolas de loof [EMAIL PROTECTED]: Hello, I've repackaged

Re: from plexus to spring...

2008-02-25 Thread nicolas de loof
/2008, at 10:23 PM, nicolas de loof wrote: Can someone confirm the plexus behavior for IoC : When the target field is a Map or a Collection and no role-hint is specified, inject all component implementations When the target field is the component interface and no role-hint

Re: from plexus to spring...

2008-02-25 Thread nicolas de loof
de loof wrote: Can someone confirm the plexus behavior for IoC : When the target field is a Map or a Collection and no role-hint is specified, inject all component implementations When the target field is the component interface and no role-hint is specified, inject the no-hint

Re: from plexus to spring...

2008-02-25 Thread nicolas de loof
;-) 2008/2/25, nicolas de loof [EMAIL PROTECTED]: This makes things more complex on the spring side. Is this a common use case or can we live without this feature ? If that's not doable, can we throw an unsupported exception if it's not given? An ApplicationContextException

Re: from plexus to spring...

2008-02-25 Thread nicolas de loof
outside Archiva? I'd like to integrate this into Continuum. I think it might make sense to have this module in Plexus SVN repo - wdyt? Good stuff! Cheers, Rahul nicolas de loof wrote: Hello, I've repackaged and improved the spring support for plexus components in a dedicated poject

Re: An experiment with Spring

2008-02-21 Thread nicolas de loof
I've asked springsource guys for help on this topic. I sent Chris Beams [EMAIL PROTECTED] a simplified project with testcase to investigate. Nico. 2008/2/22, Brett Porter [EMAIL PROTECTED]: Wow, that's cool. :) On 22/02/2008, at 3:38 AM, nicolas de loof wrote: Work in progress

Re: An experiment with Spring

2008-02-20 Thread nicolas de loof
in many places because some other component has (or has not yet) been updated to use spring. Nico. 2008/2/20, Brett Porter [EMAIL PROTECTED]: On 20/02/2008, at 6:33 PM, nicolas de loof wrote: What about a Combined Plexus context, where the lookup method both search in the plexus components

Re: An experiment with Spring

2008-02-20 Thread nicolas de loof
, nicolas de loof [EMAIL PROTECTED]: I commited on the branch a first attempt to convert plexus descriptor to spring context based on XSLT. Only basic convertion is supported yet. converting elements in configuration to camelCase properties would require either some advanced XSLT, either a spring

Re: Plan to migrate towards Spring?

2008-02-19 Thread nicolas de loof
About Create alternative descriptors to use Spring for existing codebase. We could create a maven plugin (similar to plexus one) to parse sources and get Spring IoC annotations converted to plexus XML config (something like springdoclet). It may also convert spring XML context to plexus

Re: An experiment with Spring

2008-02-19 Thread nicolas de loof
What about a Combined Plexus context, where the lookup method both search in the plexus components and the springFactory ? This would make initialization more complex, but we could use @ plexus.requirement as is to get spring beans without having to know they are managed by spring. Nico.

Re: Archiva 1.1 Roadmap

2008-02-04 Thread nicolas de loof
, so you need another virtual repository for snapshots. Fabrice On Feb 4, 2008 9:38 AM, nicolas de loof [EMAIL PROTECTED] wrote: Early version of archiva had on admin menu a sync repository entry. Not sure if the original idea was to manage a classical rsync-like miror or to isolate

Re: jpox repository ?

2008-01-30 Thread nicolas de loof
I also notice archiva-model is using jpox 1.1.6 plugin from Mojo Is there a reason not to use jpox-one : http://www.jpox.org/downloads/maven2/jpox/jpox-maven-plugin/ Nico. 2008/1/30, nicolas de loof [EMAIL PROTECTED]: MVNII-14 was closed as Won't fix The central POM is a converted from m1

Re: jpox repository ?

2008-01-30 Thread nicolas de loof
on this project... Nico. 2008/1/30, nicolas de loof [EMAIL PROTECTED]: Is there a good reason to declare jpox-repository in archiva main pom ? The jpox pom.xml is a maven1 pom, and the requested artifact is available in central. Nico.

Re: jpox repository ?

2008-01-30 Thread nicolas de loof
, and maybe slip it if non convertible. Nico. 2008/1/30, Wendy Smoak [EMAIL PROTECTED]: On Jan 30, 2008 8:18 AM, nicolas de loof [EMAIL PROTECTED] wrote: Is there a good reason to declare jpox-repository in archiva main pom ? The jpox pom.xml is a maven1 pom, and the requested artifact

cache-failure enhancement

2007-12-21 Thread nicolas de loof
Hello The cache-failure option on proxy connectors doesn't seem to act as user (and myself) may expect. A failing (404) artifact request is not cached, as any network errors. This has the side effect that : 1. network issues to access proxied repositories can make archiva unusable 2. archiva

Re: [continuum] BUILD FAILURE: Archiva Base :: Configuration

2007-12-13 Thread nicolas de loof
I get 502 Proxy Error when trying to acces continuum, both from Home and Office. Need something to configure ??? Seems my last update of MDO files to mark version 1.1.0 broke something. I'll check this this morning. 2007/12/14, Brett Porter [EMAIL PROTECTED]: Nicolas, Did you forget to

Re: Network Proxies - use full wagon http instead of lightweight

2007-12-02 Thread nicolas de loof
Thanks a lot for reporting this issue and how to resole it. Could you create an entry in Jira and attach a comment or a patch ? -- http://jira.codehaus.org/browse/MRM -- http://jira.codehaus.org/browse/PLXCOMP Nico. 2007/12/2, Julien Lamandé [EMAIL PROTECTED]: Hi to the developement team,

MRM-594/595/596

2007-11-16 Thread nicolas de loof
Just FYI, I deployed a customized archiva instance to replace my corporate repository. It uses archiva SVN + the patches I provided for MRM-594 595 596. All works fine for both m1 and m2 builds on our projects. On MRM-594 : where could we store custom legacy path -- artifact convertions ? Some

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

2007-11-15 Thread nicolas de loof
I just attached a testcase and a patch to solve MRM-595. This requires some trivial changes on plexus-webdav-api. Nico. 2007/11/14, nicolas de loof [EMAIL PROTECTED]: Thats right, I'll first focus on writting such test-cases. This was in my todo list for long time :-/ Nico. 2007/11/14

Re: small issue with maven1 (legacy) request resolution

2007-11-15 Thread nicolas de loof
to manage those properties. Maybe store them in archiva.xml ? Or in the Database ? A full user-friendly resolution of this issue will require some web UI management. I've never used struts2/webwork so can hardly help for this. Nico. 2007/11/14, nicolas de loof [EMAIL PROTECTED]: Agrea about

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: [VOTE] Release Archiva 1.0-beta-4

2007-11-11 Thread nicolas de loof
+1 2007/11/11, Brett Porter [EMAIL PROTECTED]: +1 On 09/11/2007, at 5:17 AM, Maria Odea Ching wrote: Hi Everyone, Archiva 1.0-beta-4 is now ready for release. The highlights of this release are: - security applied in repository browse and search (only those repositories where

Re: [VOTE] Release Archiva 1.0-beta-3

2007-10-23 Thread nicolas de loof
, nicolas de loof wrote: Sorry to come late on this thread. I made some test as a maven1 client and can't get any content from the repository : http://localhost:8080/archiva/repository/internal/javax/servlet/ servlet-api/2.3/servlet-api-2.3.jarreturns the expected jar http

Re: [Proposal] Repository Layout Detection/Interaction Changes.

2007-10-09 Thread nicolas de loof
- it sounds spot on. Just one clarification: On 09/10/2007, at 5:25 PM, nicolas de loof wrote: Brett suggest to have a dedicated UI to maintain a set of exceptions. That would be a way to force the LegacyBidirectionalLayout to be deterministic. This option has less impact on archiva design

Re: critical issue with 1.0-beta-2 !!!

2007-09-26 Thread nicolas de loof
. And this would require some more UI to configure it... Nico. 2007/9/25, nicolas de loof [EMAIL PROTECTED]: I've created http://jira.codehaus.org/browse/MRM-519 for this and attached a patch. 2007/9/25, nicolas de loof [EMAIL PROTECTED]: I just installed beta-2 in replacement to my corporate repo

Re: [VOTE] Release Archiva-1.0-beta-1

2007-08-07 Thread nicolas de loof
the ProxiedDavServer get method still use hasResource() and bypass fetching from propxies if present, so there's no way to get newer snapshots. This may change with the separation between webdav and GET urls. Nico. 2007/8/7, nicolas de loof [EMAIL PROTECTED]: MRM-460 created. The typo is only

Re: [VOTE] Release Archiva-1.0-beta-1

2007-08-07 Thread nicolas de loof
The snapshot issue is reported in MRM-320 that has been closed as won't fix. Doesn't archiva support snapshots updates ;-p ? 2007/8/7, nicolas de loof [EMAIL PROTECTED]: Without those configuration issues, you get my +1 for a beta. the repository/* url works fine for both maven1 and maven2

Re: What is Archiva.NEXT ?

2007-07-31 Thread nicolas de loof
* Artifact for layout of type default. * Metadata for type default. * Checksum request for type default. * Artifact for layout of type legacy. * Metadata for type legacy. * Checksum request for type legacy. - Joakim nicolas de loof wrote: I'd suggest to keep the existing /repository/repo

Re: What is Archiva.NEXT ?

2007-07-31 Thread nicolas de loof
Maven 2, Maven 1.1, and Ivy work right now. They all support the maven 2 default layout fine. Does maven 1.1 really support maven2 layout for remote repository (and local ?) !! How do you configure it for this ?

Re: service layer API proposal

2007-06-06 Thread nicolas de loof
You're right, the layout used by the managedRepository to store artifacts is specified in its configuration, and the SVN code requires the request to follow this layout. But the layout used to request an artifact from maven1 or maven2 is simple to detect. The fact that the managedRepository

Re: [VOTE] Release Archiva 1.0-alpha-1

2007-06-05 Thread nicolas de loof
I just submitted MRM-412 and attached a patch. This issue adds support for any layout to the DavServlet : Requesting /javax.servlet/jars/servlet-api-2.3.jar or /javax/servlet/servlet-api/2.3/servlet-api-2.3.jar will auto-detect the layout used for the request (based on configured layouts in

Re: [VOTE] Release Archiva 1.0-alpha-1

2007-06-05 Thread nicolas de loof
of horned alpacas roamed the earth. - Joakim nicolas de loof wrote: I just submitted MRM-412 and attached a patch. This issue adds support for any layout to the DavServlet : Requesting /javax.servlet/jars/servlet-api-2.3.jar or /javax/servlet/servlet-api/2.3/servlet-api-2.3.jar will auto

service layer API proposal

2007-06-05 Thread nicolas de loof
Hello, To enhance archiva-1.0 support for maven1, I'd like to introduce a layer between DavServlet and repository proxies connectors. As Joakim suggested, this is the scope of the Dynamic Artifact Serving Layer in archiva roadmap. I propose this API : public interface ArtifactServingLayer {

Re: [VOTE] Release Archiva 1.0-alpha-1

2007-06-04 Thread nicolas de loof
+1 as a new clean codebase for enhancements, based on 0.9 features set. My personnal feedback on current features : + Verry clean configuration UI - Getting artifacts from a proxied repository doesn't work - Lack of support for Maven 1 (requests are not converted to get artifacts from a maven2

Re: [VOTE] Release Archiva 1.0-alpha-1

2007-06-04 Thread nicolas de loof
, getting artifacts from proxied remote repositories works fine for me (at least it used to 3 days ago...). If I can help... Fabrice. On 6/4/07, nicolas de loof [EMAIL PROTECTED] wrote: +1 as a new clean codebase for enhancements, based on 0.9 features set. My personnal feedback on current features

Re: [VOTE] Release Archiva 0.9-alpha-2

2007-05-14 Thread nicolas de loof
+1 2007/5/14, Wendy Smoak [EMAIL PROTECTED]: Archiva 0.9-alpha-2 was tagged and built this afternoon. For extra credit, the entire build was done with an Archiva 0.9 snapshot running locally, configured as mirrorOf=* and proxying all necessary remote repositories. I also tested this

Re: question about POMs in (new) trunk

2007-05-03 Thread nicolas de loof
you run the eclipse:eclipse goal, it tries to resolve the dependencies, it can't as there is no information present in the repository system for those modules. Compile it first, then run eclipse:eclipse, then import it into eclipse. - Joakim nicolas de loof wrote: You're right, I missed

Re: [VOTE] Merge Archiva Database Branch to Trunk

2007-04-27 Thread nicolas de loof
. What it is important is to document it on the web site to inform our users that the trunk isn't stable and that we released some alpha. Arnaud On 27/04/07, nicolas de loof [EMAIL PROTECTED] wrote: I just checked out the branch and ran mvn install. I got all test failures for Archiva Database

Re: [VOTE] Merge Archiva Database Branch to Trunk

2007-04-27 Thread nicolas de loof
2007/4/27, Emmanuel Venisse [EMAIL PROTECTED]: nicolas de loof a écrit : I just checked out the branch and ran mvn install. I got all test failures for Archiva Database (on windows 2000) Can you send the test outputs? All build fine on linux and Win XP. [solved] as I'm running behind

Re: [VOTE] Merge Archiva Database Branch to Trunk

2007-04-26 Thread nicolas de loof
+1 option B [ ] Merge the branch into the existing trunk. Nico. 2007/4/26, Joakim Erdfelt [EMAIL PROTECTED]: Lots of work has been done in the archiva database branch in the past 2 months. It has come time to start the merge back into trunk and get the help of others to finish off the work.