Browse Source

2.34.0 update

master
boB Rudis 5 years ago
parent
commit
52328a8d69
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      .Rbuildignore
  2. 4
      DESCRIPTION
  3. 6
      NEWS.md
  4. 2
      README.md
  5. BIN
      inst/java/commons-codec-1.10.jar
  6. BIN
      inst/java/commons-codec-1.11.jar
  7. BIN
      inst/java/commons-lang3-3.8.1.jar
  8. BIN
      inst/java/commons-text-1.4.jar
  9. BIN
      inst/java/commons-text-1.6.jar
  10. BIN
      inst/java/htmlunit-2.33.jar
  11. BIN
      inst/java/htmlunit-2.34.0.jar
  12. BIN
      inst/java/htmlunit-core-js-2.33.jar
  13. BIN
      inst/java/htmlunit-core-js-2.34.0.jar
  14. BIN
      inst/java/htmlunit-cssparser-1.2.0.jar
  15. BIN
      inst/java/htmlunit-cssparser-1.3.0.jar
  16. BIN
      inst/java/httpclient-4.5.7.jar
  17. BIN
      inst/java/httpcore-4.4.11.jar
  18. BIN
      inst/java/httpmime-4.5.7.jar
  19. BIN
      inst/java/jetty-client-9.4.12.v20180830.jar
  20. BIN
      inst/java/jetty-client-9.4.15.v20190215.jar
  21. BIN
      inst/java/jetty-http-9.4.15.v20190215.jar
  22. BIN
      inst/java/jetty-io-9.4.12.v20180830.jar
  23. BIN
      inst/java/jetty-io-9.4.15.v20190215.jar
  24. BIN
      inst/java/jetty-util-9.4.12.v20180830.jar
  25. BIN
      inst/java/jetty-util-9.4.15.v20190215.jar
  26. BIN
      inst/java/jetty-xml-9.4.15.v20190215.jar
  27. BIN
      inst/java/neko-htmlunit-2.33.jar
  28. BIN
      inst/java/neko-htmlunit-2.34.0.jar
  29. BIN
      inst/java/websocket-api-9.4.12.v20180830.jar
  30. BIN
      inst/java/websocket-api-9.4.15.v20190215.jar
  31. BIN
      inst/java/websocket-client-9.4.12.v20180830.jar
  32. BIN
      inst/java/websocket-client-9.4.15.v20190215.jar
  33. BIN
      inst/java/websocket-common-9.4.12.v20180830.jar
  34. BIN
      inst/java/websocket-common-9.4.15.v20190215.jar
  35. 14
      java/htmlunit/Makefile
  36. 18
      java/htmlunit/pom.xml
  37. 13
      java/htmlunit/src/main/java/is/rud/htmlunit/App.java
  38. 38
      java/htmlunit/src/test/java/is/rud/htmlunit/AppTest.java

2
.Rbuildignore

@ -7,7 +7,9 @@
^NOTES\.*html$
^\.codecov\.yml$
^README_files$
^java$
^doc$
^docs$
^tmp$
^notes$
^\.gitlab-ci\.yml$

4
DESCRIPTION

@ -1,8 +1,8 @@
Package: htmlunitjars
Type: Package
Title: Java Archive Wrapper Supporting the 'htmlunit' Package
Version: 2.33.0
Date: 2018-12-16
Version: 2.34.0
Date: 2019-02-28
Authors@R: c(
person("Bob", "Rudis", role = c("aut", "cre"), email = "bob@rud.is")
)

6
NEWS.md

@ -1,2 +1,6 @@
0.1.0
# 2.34.0
* Updated main and dependent JARs to track with htmlunit 2.34.0
release <http://htmlunit.sourceforge.net/changes-report.html#a2.34.0>
# 2.33.0
* Initial release

2
README.md

@ -47,7 +47,7 @@ library(htmlunitjars)
packageVersion("htmlunitjars")
```
## [1] '2.33.0'
## [1] '2.34.0'
### Give It A Go

BIN
inst/java/commons-codec-1.10.jar

Binary file not shown.

BIN
inst/java/commons-codec-1.11.jar

Binary file not shown.

BIN
inst/java/commons-lang3-3.8.jar → inst/java/commons-lang3-3.8.1.jar

Binary file not shown.

BIN
inst/java/commons-text-1.4.jar

Binary file not shown.

BIN
inst/java/commons-text-1.6.jar

Binary file not shown.

BIN
inst/java/htmlunit-2.33.jar

Binary file not shown.

BIN
inst/java/htmlunit-2.34.0.jar

Binary file not shown.

BIN
inst/java/htmlunit-core-js-2.33.jar

Binary file not shown.

BIN
inst/java/htmlunit-core-js-2.34.0.jar

Binary file not shown.

BIN
inst/java/htmlunit-cssparser-1.2.0.jar

Binary file not shown.

BIN
inst/java/htmlunit-cssparser-1.3.0.jar

Binary file not shown.

BIN
inst/java/httpclient-4.5.6.jar → inst/java/httpclient-4.5.7.jar

Binary file not shown.

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

Binary file not shown.

BIN
inst/java/httpmime-4.5.6.jar → inst/java/httpmime-4.5.7.jar

Binary file not shown.

BIN
inst/java/jetty-client-9.4.12.v20180830.jar

Binary file not shown.

BIN
inst/java/jetty-client-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/jetty-http-9.4.12.v20180830.jar → inst/java/jetty-http-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/jetty-io-9.4.12.v20180830.jar

Binary file not shown.

BIN
inst/java/jetty-io-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/jetty-util-9.4.12.v20180830.jar

Binary file not shown.

BIN
inst/java/jetty-util-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/jetty-xml-9.4.12.v20180830.jar → inst/java/jetty-xml-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/neko-htmlunit-2.33.jar

Binary file not shown.

BIN
inst/java/neko-htmlunit-2.34.0.jar

Binary file not shown.

BIN
inst/java/websocket-api-9.4.12.v20180830.jar

Binary file not shown.

BIN
inst/java/websocket-api-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/websocket-client-9.4.12.v20180830.jar

Binary file not shown.

BIN
inst/java/websocket-client-9.4.15.v20190215.jar

Binary file not shown.

BIN
inst/java/websocket-common-9.4.12.v20180830.jar

Binary file not shown.

BIN
inst/java/websocket-common-9.4.15.v20190215.jar

Binary file not shown.

14
java/htmlunit/Makefile

@ -0,0 +1,14 @@
.PHONY: clean pkg deps run
pkg:
mvn --quiet package
cp target/htmlunit-1.0-SNAPSHOT.jar ../../inst/java
clean:
mvn clean
deps:
mvn dependency:copy-dependencies -DoutputDirectory=deps
new:
mvn archetype:generate -DgroupId=is.rud.htmlunit -DartifactId=htmlunit -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

18
java/htmlunit/pom.xml

@ -0,0 +1,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>is.rud.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>htmlunit</name>
<url>http://maven.apache.org</url>
<dependencies>
<!-- https://mvnrepository.com/artifact/net.sourceforge.htmlunit/htmlunit -->
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.34.0</version>
</dependency>
</dependencies>
</project>

13
java/htmlunit/src/main/java/is/rud/htmlunit/App.java

@ -0,0 +1,13 @@
package is.rud.htmlunit;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}

38
java/htmlunit/src/test/java/is/rud/htmlunit/AppTest.java

@ -0,0 +1,38 @@
package is.rud.htmlunit;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( String testName )
{
super( testName );
}
/**
* @return the suite of tests being tested
*/
public static Test suite()
{
return new TestSuite( AppTest.class );
}
/**
* Rigourous Test :-)
*/
public void testApp()
{
assertTrue( true );
}
}
Loading…
Cancel
Save