Take the second patch : http://people.apache.org/~olamy/patches/archiva-redback-rev-647.patch-2. It can be applied on the top (the first not due to issue with long path on windauze).
Note : all units passed on solaris. But I have unit failure on windauze with testGetOverHttpProxy(org.apache.maven.archiva.proxy.HttpProxyTransferTest) -- Olivier 2008/11/1 Olivier Lamy <[EMAIL PROTECTED]>: > Changes made in redback rev 647. > The patch for Archiva is here : > http://people.apache.org/~olamy/patches/archiva-redback-rev-647.patch > . > > -- > Olivier > > 2008/10/30 Olivier Lamy <[EMAIL PROTECTED]>: >> Why not with a 1.2-beta-1. >> >> But there is currently a lot of duplicate code in webwork and struts2 parts. >> The next on my todo list are : >> org.codehaus.plexus.redback.struts2.filter and >> org.codehaus.plexus.redback.xwork.filter. >> >> -- >> Olivier >> >> 2008/10/30 James William Dumay <[EMAIL PROTECTED]>: >>> Hey Oliver, >>> Thats totally cool - might be worth just sending me (and archiva dev) a >>> quick summary of possible breakages on the redback dev list while we are >>> still depending on redback snapshot. >>> >>> We need to get a beta1 out for redback 1.2 - is this something you might >>> be interested in doing? I'm not sure how to run a redback release. >>> >>> Cheers >>> James >>> >>> On Wed, 2008-10-29 at 20:23 +0100, Olivier Lamy wrote: >>>> Oups sorry. >>>> It looks I need to have an eye on archiva too when applying >>>> refactoring/cleaning on redback trunk ;-) >>>> >>>> Sorry again. >>>> -- >>>> Olivier >>>> >>>> 2008/10/28 <[EMAIL PROTECTED]>: >>>> > Author: jdumay >>>> > Date: Mon Oct 27 23:25:46 2008 >>>> > New Revision: 708459 >>>> > >>>> > URL: http://svn.apache.org/viewvc?rev=708459&view=rev >>>> > Log: >>>> > Class has moved from the struts2 integration into the common integration >>>> > in redback >>>> > >>>> > Modified: >>>> > >>>> > archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml >>>> > >>>> > Modified: >>>> > archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml >>>> > URL: >>>> > http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml?rev=708459&r1=708458&r2=708459&view=diff >>>> > ============================================================================== >>>> > --- >>>> > archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml >>>> > (original) >>>> > +++ >>>> > archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml >>>> > Mon Oct 27 23:25:46 2008 >>>> > @@ -194,7 +194,7 @@ >>>> > <component> >>>> > >>>> > <role>org.codehaus.plexus.redback.system.check.EnvironmentCheck</role> >>>> > <role-hint>locked-admin-check</role-hint> >>>> > - >>>> > <implementation>org.codehaus.plexus.redback.struts2.checks.security.LockedAdminEnvironmentCheck</implementation> >>>> > + >>>> > <implementation>org.codehaus.redback.integration.checks.security.LockedAdminEnvironmentCheck</implementation> >>>> > <description>LockedAdminEnvironmentCheck: checks if accounts >>>> > marked as system administrator are locked >>>> > and unlocks them on startup. >>>> > </description> >>>> > >>>> > >>>> > >>> >>> >> >
