Henri Yandell wrote:
It's done on a Mac under 1.4, so I need to get a Linux 1.2 going for
the real thing, but I've created a distribution for 2.1:

http://www.apache.org/~bayard/commons-lang-2.1/

A couple of things to look at / fix:

1) Both src and binaries are missing NOTICE.txt

2) ant clean test using source distro fails here:

<target name="static" depends="prepare" description="Copy static files to build directory">
<tstamp/>
<copy todir="${build.home}/conf" filtering="on">
<fileset dir="${conf.home}" includes="*.MF"/>
</copy>
</target>


due to ${conf.home} undefined.

3) the binary dist is fat. The 2.0 binary tarball was under 500k and the 2.1 candidate is over 2MB. This is all due to the site stuff. Might be better to turn off some / most of the maven project reports (esp. the xref reports) and drop some of the maven image / logo cruft. For the latter, have a look at the maven.xml for directory-naming. Could be this (ability to prevent unused images/logos from being copied out) is now available in the latest maven xdoc plugin.

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to