On Mon, 2007-10-01 at 16:18 +0100, ant elder wrote: > How about adding a BUILDING.txt file in the src distro saying how and what > you need to build (jdk 1.4 and mvn?)? I see the build.xml so assumed Ant > would work, but it doesn't anymore you need to build with maven right? > > ...ant >
Hi Anthony I think Ant build script should still work (at least it still does for me) but it has been effectively unmaintained for some time. I and Roland had a disagreement as to what purpose that script should serve, and as a result no one touches that script anymore. So, Maven 2.0.x is the only recommended and supported tool to build HttpComponents. There is nothing special to it, just utterly boring 'mvn package' is all that it takes to build the JARs. I can put together a short description of the process, though. Cheers Oleg > On 10/1/07, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > Folks, > > > > Please do find a few minutes to review the release notes and the > > pre-release packages for HttpCore 4.0-alpha6 > > > > Release notes: > > > > http://people.apache.org/~olegk/httpcore-4.0-alpha6-prerelease/RELEASE_NOTES.txt > > > > Packages: > > http://people.apache.org/~olegk/httpcore-4.0-alpha6-prerelease/packages/ > > > > Web site: > > > > http://people.apache.org/~olegk/httpcore-4.0-alpha6-prerelease/site/httpcomponents-core/ > > > > If I hear no complaints I'll proceed with the official release procedure > > in a few days. > > > > I also would like to urge all upstream projects dependent on HttpCore to > > use this opportunity to test their products against the latest build and > > report regressions if found. > > > > Oleg > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
