You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/10/09 18:51:27 UTC

[GitHub] [netbeans] matthiasblaesing commented on issue #1560: Making sure the internal nb-javac modules are part of the source distro

matthiasblaesing commented on issue #1560: Making sure the internal nb-javac modules are part of the source distro
URL: https://github.com/apache/netbeans/pull/1560#issuecomment-540138945
 
 
   For the build failure - this is the relevant part of the log:
   
   ```
   BUILD FAILED
   /home/travis/build/apache/netbeans/nbbuild/build.xml:1278: The following error occurred while executing this line:
   /home/travis/build/apache/netbeans/nb/updatecenters/build.xml:105: The following error occurred while executing this line:
   /home/travis/build/apache/netbeans/nb/updatecenters/extras/build.xml:24: The following error occurred while executing this line:
   /home/travis/build/apache/netbeans/nb/updatecenters/extras/nbproject/build-impl.xml:62: Cannot find NetBeans build harness. 
   Check that nbplatform.default.netbeans.dest.dir and nbplatform.default.harness.dir are defined. 
   On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties 
   but for automated builds you should pass these properties to Ant explicitly. 
   You may instead download the harness and platform: -Dbootstrap.url=.../tasks.jar -Dautoupdate.catalog.url=.../updates.xml
   ```
   
   Indeed this is locally reproducible, by running `ant clean` after a successful prior build.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists