RFR: 8263167: IGV: build fails with "taskdef AutoUpdate cannot be found"

Richard Reingruber rrich at openjdk.java.net
Mon Mar 8 17:56:08 UTC 2021


On Mon, 8 Mar 2021 09:18:12 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> As part of the [recent transition](https://netbeans.apache.org/about/oracle-transition.html) of the NetBeans project to the Apache fundation, [http://bits.netbeans.org](http://bits.netbeans.org) has stopped serving the `tasks.jar` file used to download IGV's build dependencies. This change updates the IGV build configuration to use the [nbm-maven-harness](https://mvnrepository.com/artifact/org.codehaus.mojo/nbm-maven-harness) Maven artifact instead, which provides the same functionality.
> 
> Tested manually on linux-x64.

Looks good. I've tested the change on Linux x86_64. I also had to remove /tmp/tasks.jar but then the build succeeded.

Thanks for fixing!

-------------

Marked as reviewed by rrich (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/2869


More information about the hotspot-compiler-dev mailing list