oyarzun commented on a change in pull request #2015:
URL: https://github.com/apache/netbeans/pull/2015#discussion_r429583761
##########
File path: nbi/engine/build.xml
##########
@@ -20,10 +20,17 @@
-->
-<project name="NBI_Engine" default="default" basedir=".">
+<project name="nbi/engine" default="default" basedir=".">
Review comment:
I had to change the project name to get `projectized.xml` to work. This
was needed to download the stubs to compile `InitializeMacJDK9` with JDK8.
The build error above is not due to changing the project name, instead it is
due to the fact that the relative path does not work when building the NB
installer.
```xml
<import file="../../nbbuild/templates/projectized.xml"/>
```
Do you know how the project can download the stubs
`applemenu-external-desktop-classes-8.2.zip` without using `projectized.xml`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists