How about opening the nbbuild project? If that opens fine, attempt the 'build-nozip' target (its the same as what you've done from the command line but you never know...). That should build Apache NetBeans 9 ide from sources. From there I would then attempt to try opening up the 'core.network' from your NetBeans 8.2 instance and see what happens.
Any other info in the logs? Look here to see where the log files are for NetBeans: http://wiki.netbeans.org/FaqLogMessagesFile When you were running ant from the command line, did you try an 'ant tryme' command? any issues with NetBeans starting? John On 25 November 2017 at 09:50, Martin Dindoffer <[email protected]> wrote: > I've thought so as well. But I've cloned twice and deleted the Netbeans > cache. > Any ideas what could be the culprit? > Ant 1.10.1 / Win > > 2017-11-24 22:58 GMT+01:00 John McDonnell <[email protected]>: > >> Maybe something didn't clone correctly? >> >> I've updated my local just there and opened the core.network project >> with and without the required projects checkbox being ticked and >> didn't have any issues. >> >> Regards >> >> John >> >> On 24 November 2017 at 19:27, Martin Dindoffer <[email protected]> >> wrote: >> > Hi everyone, >> > >> > Is the Apache Netbeans repo supposed to be a netbeans-ready ant project? >> > How should I import the incubator-netbeans into the netbeans? >> > It builds just fine with simple 'ant' command. But when I open it in the >> > ide, all I get >> > is a freeform project "main" with just a build.xml resolved. >> > >> > Trying to open a specific cluster, such as core.network I get >> > an <unrecognized project; missing plug-in?> error message in the Project >> > Name textfield. >> > >> > Thanks, >> > >> > Martin >> > >>
