What about if you svn export the 3.0.1 tag? ie) I'm interested in whether this is a regression or not. :)
Hen On Fri, Nov 11, 2011 at 10:50 AM, Jörg Schaible <joerg.schai...@gmx.de> wrote: > James Carman wrote: > >> The following work fine... >> >> http://svn.apache.org/repos/asf/commons/proper/lang/trunk > > Works fine for me also. I am not sure I understand this. Especially since > there seems no difference to the trunk: > > ======================= %< ================= > ~/src/Commons/proper/lang $ for a in `find . -name ".svn" -prune -o -type f > -print`; do diff $a ~/tmp/download/commons-lang3-3.1-src/$a; done > 20c20 > < <version>3.1-SNAPSHOT</version> > --- >> <version>3.1</version> > diff: /home/joehni/tmp/download/commons-lang3-3.1-src/./doap_lang.rdf: No > such file or directory > diff: /home/joehni/tmp/download/commons-lang3-3.1- > src/./.settings/org.eclipse.jdt.core.prefs: No such file or directory > diff: /home/joehni/tmp/download/commons-lang3-3.1-src/./maven-eclipse.xml: > No such file or directory > diff: /home/joehni/tmp/download/commons-lang3-3.1- > src/./.externalToolBuilders/Maven_Ant_Builder.launch: No such file or > directory > diff: /home/joehni/tmp/download/commons-lang3-3.1-src/./.project: No such > file or directory > 18c18 > < # $Id: default.properties 1200192 2011-11-10 06:57:01Z bayard $ > --- >> # $Id: default.properties 1200190 2011-11-10 06:56:02Z bayard $ > 42c42 > < component.version = 3.1-SNAPSHOT > --- >> component.version = 3.1 > diff: /home/joehni/tmp/download/commons-lang3-3.1-src/./.classpath: No such > file or directory > ======================= %< ================= > > OK. I seem to be on the right track. Build works fine with Java 7 if > subversion dirs are present. If I export the trunk, I get even more failing > tests: > > ======================= %< ================= > Failed tests: > testReflectionLongArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionIntArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionShortArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionyteArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionCharArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionDoubleArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionFloatArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionBooleanArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionFloatArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionLongArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionIntArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionhortArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionByteArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionCharArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionDoubleArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionBooleanArrayArray(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionHierarchyArrayList(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionHierarchy(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionArrayCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionArrayCycleLevel2(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionArrayArrayCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > testSimpleReflectionObjectCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > testSelfInstanceVarReflectionObjectCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > testSelfInstanceTwoVarsReflectionObjectCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionObjectCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > testReflectionArrayAndObjectCycle(org.apache.commons.lang3.builder.ToStringBuilderTest) > ======================= %< ================= > $ svn --version --quiet > 1.6.17 > ======================= %< ================= > > It does not seem to be the buildnumber plugin though, because the tests fail > even if I deactivate it. > > Cheers, > Jörg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org