This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243310 - Add support for ninja build system
Summary: Add support for ninja build system
Status: CLOSED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on: 247758
Blocks:
  Show dependency tree
 
Reported: 2014-03-27 03:42 UTC by kosmonaffft
Modified: 2017-02-10 07:59 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2014-03-27 03:42:06 UTC
Hello all...

I've tried ninja build system and it is really faster than classical make, especially on windows. So, i think it will be great if anybody adds support of ninja to NB.
Comment 1 Vladimir Voskresensky 2014-03-27 07:59:21 UTC
Hello,
Are you talking about managed projects?
Because for unmanaged (projects from existing sources) NB is not make-based. You can specify anything as build/clean command and it just work.