Hello, 2012/2/27 Eric Barboni <[email protected]>: > Hi archiva dev team, > > I tried to build archiva to see how the new UI looks and also be able to > give better feedback on an issue I have with metadata (already reported). > > I follow the steps here http://archiva.apache.org/developers/building.html > step 1 and 2 works fine. Oups my bad is not up2date :-) (I will fix that) Follow instruction from README.txt file. to run the new ui: mvn tomcat7:run -pl :archiva-webapp-js -Pjs -am -Pdev then hit http://localhost:9091/archiva/index.html (optionally force en with ?request_lang=en as other i18n are not here)
Those tests always failed ? (weird as I don't see failure on ASF Jenkins). Can you give more output with -Dsurefire.useFile=false Merci :-) -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy > > > > But while trying to build step 3 unit test fail in two ways [1] and [2] > (output). > > > > I would be happy to help archiva. I have some hci background and web design > skill (not logo or image design). > > > > Best Regards > > > > Eric Barboni > > > > [1]--- > > In Archiva Base :: Repository Interface Layer > > ---------------------------------------------------------------------------- > --- > > Test set: org.apache.archiva.repository.metadata.MetadataToolsTest > > ---------------------------------------------------------------------------- > --- > > Tests run: 21, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.076 sec > <<< FAILURE! > > testGatherSnapshotVersionsA(org.apache.archiva.repository.metadata.MetadataT > oolsTest) Time elapsed: 0.029 sec <<< FAILURE! > > java.lang.AssertionError: Assert Snapshot Versions: length/size expected:<8> > but was:<9> > > at org.junit.Assert.fail(Assert.java:91) > > > > [2]--- > > In Archiva Base :: Policies > > ---------------------------------------------------------------------------- > --- > > Test set: org.apache.archiva.policies.CachedFailuresPolicyTest > > ---------------------------------------------------------------------------- > --- > > Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.934 sec > <<< FAILURE! > > testPolicyYesNotInCache(org.apache.archiva.policies.CachedFailuresPolicyTest > ) Time elapsed: 0.005 sec <<< ERROR! > > org.apache.archiva.policies.PolicyViolationException: NO to fetch, > check-failures detected previous failure on url: > http://a.bad.hostname.maven.org/path/to/resource.txt > > at > org.apache.archiva.policies.CachedFailuresPolicy.applyPolicy(CachedFailuresP > olicy.java:95) > > > > > > > > > > >
