jake-leland / CourseScraper

4 stars 0 forks source link

Won't compile because of new HtmlUnit version #2

Open au5ton opened 5 years ago

au5ton commented 5 years ago

https://stackoverflow.com/a/53810768

Yes you are right, the method getNewPage() was removed with the version 2.33 as part of a a huge refactoring regarding event handling.

This won't compile because of this line.

https://github.com/jake-leland/CourseScraper/blob/904736d2d1a585221f8866ee2ae4cd1e0cb148b2/src/main/java/tools/SectionListingScraper.java#L26

au5ton commented 5 years ago

Using version 2.31 compiles fine.