Also, there is a source tree called auxiliary-builds/jdk14. Since the code now targets 1.6, I assume this is no longer needed?
Note that the Maven coordinates have changed and the package names have changed since 1.3. Effectively 2.0 is a new product, so we should be careful to ensure that the API is sensible. For example, no non-private mutable fields (use getter/setter instead). Prefer immutable classes. On 31 March 2014 23:06, sebb <seb...@gmail.com> wrote: > Just been looking at the dependencies. > Some of these are obsolete, for example commons-httpclient 3.0.1 > > On 31 March 2014 22:56, sebb <seb...@gmail.com> wrote: >> The Continuum build reports lots of test failures. >> >> For example: >> >> https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28476&projectId=286 >> >> The tests are very "noisy" when run interactively. >> This makes it difficult to pick out the test failures. >> Ideally tests should produce no output except on failure. >> >> I think the test failures need to be fixed before a release can be >> considered. >> >> On 31 March 2014 19:40, Benedikt Ritter <benerit...@gmail.com> wrote: >>> Hi Thomas, >>> >>> for the download plugin to work, you need to set some properties in >>> pom.xml. Have a, look at commons lang: >>> >>> <commons.componentid>lang3</commons.componentid> >>> <!-- Current 3.x release series --> >>> <commons.release.version>3.3.2</commons.release.version> >>> <commons.release.desc>(Java 6.0+)</commons.release.desc> >>> >>> I do not use the release profile to be honest. I usually follow the guide >>> at [1] and do this stuff manually. >>> >>> Benedikt >>> >>> [1] http://commons.apache.org/releases/prepare.html >>> >>> >>> >>> 2014-03-31 14:21 GMT+02:00 Benedikt Ritter <benerit...@gmail.com>: >>> >>>> Hey Thomas, >>>> >>>> I'll habe a look tonight, when I'm at home and give you some feedback. >>>> >>>> Benedikt >>>> >>>> Send from my mobile device >>>> >>>> > Am 29.03.2014 um 23:03 schrieb Thomas Vandahl <t...@apache.org>: >>>> > >>>> > Hi Benedikt, >>>> > >>>> >> On 29.03.14 16:58, Benedikt Ritter wrote: >>>> >> I've released [lang] a few times. I can help. Feel free to drop any >>>> issues here in the list, of get in touch with me in our IRC channel. >>>> > >>>> > Thanks a lot. Indeed, I already have two questions. >>>> > >>>> > - How is the download plugin supposed to work? The generated XML file >>>> > looks as if there are some placeholders in it that are supposed to be >>>> > replaced but aren't. >>>> > >>>> > - How do I activate the commons release profile in the Maven build? >>>> > Somehow this is not triggered by the maven release plugin alone. At >>>> > least my assemblies are not being used. >>>> > >>>> > Bye, Thomas. >>>> > >>>> > --------------------------------------------------------------------- >>>> > 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