httpunit 1.7+dfsg-9 source package in Ubuntu

Changelog

httpunit (1.7+dfsg-9) unstable; urgency=low

  [ James Page ]
  * Fix FTBFS with OpenJDK7 (LP: #888940) (Closes: #651419):
    - d/ant.properties: Specify source/target as 1.5 for javac and
      javadoc ant tasks to ensure backwards compatibility and work
      around Java 7 encoding errors.
    - d/rules: Use ant.properties.
 -- Bhavani Shankar <email address hidden>   Thu, 08 Dec 2011 18:33:30 -0430

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpunit_1.7+dfsg.orig.tar.gz 463.5 KiB 2aa54040da97fcda6c8663ef6b27b5b571c474c2912a204fd90e31114fb1d059
httpunit_1.7+dfsg-9.debian.tar.gz 7.7 KiB 6d0b47ffe031a95e8e3c70d0a6c548f51dcfd9377dd785ad2e151561b4416d72
httpunit_1.7+dfsg-9.dsc 1.9 KiB 5c28ff257ee22ca9fddc6de9b09bef9db140a081b81fc7dbfbd6c957ae73adb1

Available diffs

View changes file

Binary packages built by this source

libhttpunit-java: automated web site testing toolkit

 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.

libhttpunit-java-doc: documentation for libhttpunit-java

 Documentation for HttpUnit which is an automated web site testing toolkit.
 .
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.
 .
 This package includes a small manual, the javadoc API, a tutorial and examples.