Github user vieiro commented on the issue: https://github.com/apache/incubator-netbeans/pull/134 Hi, All tests should pass now, but I think the line <runtime-relative-path>ext/webserver-3.2.4.jar</runtime-relative-path> should look like <runtime-relative-path>ext/webserver.jar</runtime-relative-path> The "runtime relative path" is the final destination path of the jar when the IDE/platform is built. If this is changed I think that any other modules referring to this jar may fail at runtime
---