Compare commits

...

2 Commits

  1. 6
      DESCRIPTION
  2. 4
      NEWS.md
  3. 17
      README.md
  4. BIN
      inst/java/commons-text-1.8.jar
  5. BIN
      inst/java/hamcrest-core-1.3.jar
  6. BIN
      inst/java/htmlunit-1.0-SNAPSHOT.jar
  7. BIN
      inst/java/htmlunit-2.36.0.jar
  8. BIN
      inst/java/htmlunit-2.37.0.jar
  9. BIN
      inst/java/htmlunit-core-js-2.37.0.jar
  10. BIN
      inst/java/httpclient-4.5.11.jar
  11. BIN
      inst/java/httpcore-4.4.13.jar
  12. BIN
      inst/java/httpmime-4.5.11.jar
  13. BIN
      inst/java/jetty-client-9.4.20.v20190813.jar
  14. BIN
      inst/java/jetty-client-9.4.26.v20200117.jar
  15. BIN
      inst/java/jetty-http-9.4.20.v20190813.jar
  16. BIN
      inst/java/jetty-http-9.4.26.v20200117.jar
  17. BIN
      inst/java/jetty-io-9.4.20.v20190813.jar
  18. BIN
      inst/java/jetty-io-9.4.26.v20200117.jar
  19. BIN
      inst/java/jetty-util-9.4.26.v20200117.jar
  20. BIN
      inst/java/jetty-xml-9.4.26.v20200117.jar
  21. BIN
      inst/java/junit-4.13.jar
  22. BIN
      inst/java/neko-htmlunit-2.37.0.jar
  23. BIN
      inst/java/websocket-api-9.4.26.v20200117.jar
  24. BIN
      inst/java/websocket-client-9.4.20.v20190813.jar
  25. BIN
      inst/java/websocket-client-9.4.26.v20200117.jar
  26. BIN
      inst/java/websocket-common-9.4.26.v20200117.jar
  27. 10
      java/htmlunit/pom.xml
  28. BIN
      java/htmlunit/target/classes/is/rud/htmlunit/App.class
  29. BIN
      java/htmlunit/target/htmlunit-1.0-SNAPSHOT.jar
  30. 5
      java/htmlunit/target/maven-archiver/pom.properties
  31. 1
      java/htmlunit/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  32. 1
      java/htmlunit/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  33. 1
      java/htmlunit/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
  34. 1
      java/htmlunit/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
  35. 69
      java/htmlunit/target/surefire-reports/TEST-is.rud.htmlunit.AppTest.xml
  36. 4
      java/htmlunit/target/surefire-reports/is.rud.htmlunit.AppTest.txt
  37. BIN
      java/htmlunit/target/test-classes/is/rud/htmlunit/AppTest.class
  38. 1
      man/htmlunitjars.Rd

6
DESCRIPTION

@ -1,8 +1,8 @@
Package: htmlunitjars
Type: Package
Title: Java Archive Wrapper Supporting the 'htmlunit' Package
Version: 2.36.0
Date: 2019-08-24
Version: 2.37.0
Date: 2020-02-09
Authors@R: c(
person("Bob", "Rudis", role = c("aut", "cre"), email = "bob@rud.is"),
person("Mike", "Bowlder", role = "aut", comment = "Original HtmlUnit Java author"),
@ -27,4 +27,4 @@ Suggests:
Depends:
R (>= 3.2.0),
rJava
RoxygenNote: 6.1.1
RoxygenNote: 7.0.2

4
NEWS.md

@ -1,3 +1,7 @@
# 2.37.0
* Updated main and dependent JARs to track with htmlunit 2.34.0
release <http://htmlunit.sourceforge.net/changes-report.html#a2.37.0>
# 2.36.0
* Updated main and dependent JARs to track with htmlunit 2.34.0
release <http://htmlunit.sourceforge.net/changes-report.html#a2.36.0>

17
README.md

@ -73,7 +73,7 @@ library(htmlunitjars)
# current verison
packageVersion("htmlunitjars")
## [1] '2.36.0'
## [1] '2.37.0'
```
### Give It A Go
@ -142,10 +142,11 @@ API than needing to know how to work with `rJava` directly.
## htmlunitjars Metrics
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :---- | -------: | --: | --: | ---: | ----------: | ---: | -------: | ---: |
| Java | 2 | 0.2 | 28 | 0.30 | 5 | 0.11 | 18 | 0.17 |
| Rmd | 1 | 0.1 | 21 | 0.22 | 35 | 0.76 | 50 | 0.48 |
| Maven | 1 | 0.1 | 17 | 0.18 | 0 | 0.00 | 1 | 0.01 |
| R | 5 | 0.5 | 15 | 0.16 | 1 | 0.02 | 36 | 0.34 |
| make | 1 | 0.1 | 13 | 0.14 | 5 | 0.11 | 0 | 0.00 |
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :---- | -------: | ---: | --: | ---: | ----------: | ---: | -------: | ---: |
| XML | 1 | 0.09 | 69 | 0.41 | 0 | 0.00 | 0 | 0.00 |
| Java | 2 | 0.18 | 28 | 0.17 | 5 | 0.11 | 18 | 0.17 |
| Maven | 1 | 0.09 | 23 | 0.14 | 1 | 0.02 | 2 | 0.02 |
| Rmd | 1 | 0.09 | 21 | 0.12 | 35 | 0.74 | 50 | 0.47 |
| R | 5 | 0.45 | 15 | 0.09 | 1 | 0.02 | 36 | 0.34 |
| make | 1 | 0.09 | 13 | 0.08 | 5 | 0.11 | 0 | 0.00 |

BIN
inst/java/commons-text-1.7.jar → inst/java/commons-text-1.8.jar

Binary file not shown.

BIN
inst/java/hamcrest-core-1.3.jar

Binary file not shown.

BIN
inst/java/htmlunit-1.0-SNAPSHOT.jar

Binary file not shown.

BIN
inst/java/htmlunit-2.36.0.jar

Binary file not shown.

BIN
inst/java/htmlunit-2.37.0.jar

Binary file not shown.

BIN
inst/java/htmlunit-core-js-2.36.0.jar → inst/java/htmlunit-core-js-2.37.0.jar

Binary file not shown.

BIN
inst/java/httpclient-4.5.9.jar → inst/java/httpclient-4.5.11.jar

Binary file not shown.

BIN
inst/java/httpcore-4.4.11.jar → inst/java/httpcore-4.4.13.jar

Binary file not shown.

BIN
inst/java/httpmime-4.5.9.jar → inst/java/httpmime-4.5.11.jar

Binary file not shown.

BIN
inst/java/jetty-client-9.4.20.v20190813.jar

Binary file not shown.

BIN
inst/java/jetty-client-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/jetty-http-9.4.20.v20190813.jar

Binary file not shown.

BIN
inst/java/jetty-http-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/jetty-io-9.4.20.v20190813.jar

Binary file not shown.

BIN
inst/java/jetty-io-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/jetty-util-9.4.20.v20190813.jar → inst/java/jetty-util-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/jetty-xml-9.4.20.v20190813.jar → inst/java/jetty-xml-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/junit-4.13.jar

Binary file not shown.

BIN
inst/java/neko-htmlunit-2.36.0.jar → inst/java/neko-htmlunit-2.37.0.jar

Binary file not shown.

BIN
inst/java/websocket-api-9.4.20.v20190813.jar → inst/java/websocket-api-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/websocket-client-9.4.20.v20190813.jar

Binary file not shown.

BIN
inst/java/websocket-client-9.4.26.v20200117.jar

Binary file not shown.

BIN
inst/java/websocket-common-9.4.20.v20190813.jar → inst/java/websocket-common-9.4.26.v20200117.jar

Binary file not shown.

10
java/htmlunit/pom.xml

@ -9,10 +9,18 @@
<url>http://maven.apache.org</url>
<dependencies>
<!-- https://mvnrepository.com/artifact/net.sourceforge.htmlunit/htmlunit -->
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.36.0</version>
<version>2.37.0</version>
</dependency>
</dependencies>
</project>

BIN
java/htmlunit/target/classes/is/rud/htmlunit/App.class

Binary file not shown.

BIN
java/htmlunit/target/htmlunit-1.0-SNAPSHOT.jar

Binary file not shown.

5
java/htmlunit/target/maven-archiver/pom.properties

@ -0,0 +1,5 @@
#Generated by Maven
#Sun Feb 09 08:37:50 EST 2020
version=1.0-SNAPSHOT
groupId=is.rud.htmlunit
artifactId=htmlunit

1
java/htmlunit/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

@ -0,0 +1 @@
is/rud/htmlunit/App.class

1
java/htmlunit/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

@ -0,0 +1 @@
/Users/hrbrmstr/packages/htmlunitjars/java/htmlunit/src/main/java/is/rud/htmlunit/App.java

1
java/htmlunit/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst

@ -0,0 +1 @@
is/rud/htmlunit/AppTest.class

1
java/htmlunit/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst

@ -0,0 +1 @@
/Users/hrbrmstr/packages/htmlunitjars/java/htmlunit/src/test/java/is/rud/htmlunit/AppTest.java

69
java/htmlunit/target/surefire-reports/TEST-is.rud.htmlunit.AppTest.xml

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite tests="1" failures="0" name="is.rud.htmlunit.AppTest" time="0.002" errors="0" skipped="0">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib"/>
<property name="java.vm.version" value="25.92-b14"/>
<property name="gopherProxySet" value="false"/>
<property name="java.vm.vendor" value="Oracle Corporation"/>
<property name="maven.multiModuleProjectDirectory" value="/Users/hrbrmstr/packages/htmlunitjars/java/htmlunit"/>
<property name="java.vendor.url" value="http://java.oracle.com/"/>
<property name="path.separator" value=":"/>
<property name="guice.disable.misplaced.annotation.check" value="true"/>
<property name="java.vm.name" value="Java HotSpot(TM) 64-Bit Server VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="US"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="unknown"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="/Users/hrbrmstr/packages/htmlunitjars/java/htmlunit"/>
<property name="java.runtime.version" value="1.8.0_92-b14"/>
<property name="java.awt.graphicsenv" value="sun.awt.CGraphicsEnvironment"/>
<property name="java.endorsed.dirs" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/endorsed"/>
<property name="os.arch" value="x86_64"/>
<property name="java.io.tmpdir" value="/var/folders/1w/2d82v7ts3gs98tc6v772h8s40000gp/T/"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="os.name" value="Mac OS X"/>
<property name="classworlds.conf" value="/usr/local/Cellar/maven/3.6.3/libexec/bin/m2.conf"/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.library.path" value="/Users/hrbrmstr/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:."/>
<property name="maven.conf" value="/usr/local/Cellar/maven/3.6.3/libexec/conf"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="52.0"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="os.version" value="10.15.3"/>
<property name="library.jansi.path" value="/usr/local/Cellar/maven/3.6.3/libexec/lib/jansi-native"/>
<property name="http.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
<property name="user.home" value="/Users/hrbrmstr"/>
<property name="user.timezone" value="America/New_York"/>
<property name="java.awt.printerjob" value="sun.lwawt.macosx.CPrinterJob"/>
<property name="java.specification.version" value="1.8"/>
<property name="file.encoding" value="UTF-8"/>
<property name="user.name" value="hrbrmstr"/>
<property name="java.class.path" value="/usr/local/Cellar/maven/3.6.3/libexec/boot/plexus-classworlds-2.6.0.jar"/>
<property name="org.slf4j.simpleLogger.defaultLogLevel" value="error"/>
<property name="java.vm.specification.version" value="1.8"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.home" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher --quiet package"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="user.language" value="en"/>
<property name="awt.toolkit" value="sun.lwawt.macosx.LWCToolkit"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.version" value="1.8.0_92"/>
<property name="java.ext.dirs" value="/Users/hrbrmstr/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java"/>
<property name="sun.boot.class.path" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/classes"/>
<property name="java.vendor" value="Oracle Corporation"/>
<property name="maven.home" value="/usr/local/Cellar/maven/3.6.3/libexec"/>
<property name="file.separator" value="/"/>
<property name="java.vendor.url.bug" value="http://bugreport.sun.com/bugreport/"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeBig"/>
<property name="socksNonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
<property name="sun.cpu.isalist" value=""/>
</properties>
<testcase classname="is.rud.htmlunit.AppTest" name="testApp" time="0.002"/>
</testsuite>

4
java/htmlunit/target/surefire-reports/is.rud.htmlunit.AppTest.txt

@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: is.rud.htmlunit.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec

BIN
java/htmlunit/target/test-classes/is/rud/htmlunit/AppTest.class

Binary file not shown.

1
man/htmlunitjars.Rd

@ -3,7 +3,6 @@
\docType{package}
\name{htmlunitjars}
\alias{htmlunitjars}
\alias{htmlunitjars-package}
\title{Contents of the 'HtmlUnit' & supporting Java archives \url{http://htmlunit.sourceforge.net/}}
\description{
Library JavaDoc: \url{http://htmlunit.sourceforge.net/apidocs/index.html}

Loading…
Cancel
Save