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 250014 - Failed to build target: all-javascript2.editor
Summary: Failed to build target: all-javascript2.editor
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-25 18:31 UTC by TylerK93
Modified: 2015-03-24 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans build log. (2.68 MB, application/octet-stream)
2015-01-25 18:31 UTC, TylerK93
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TylerK93 2015-01-25 18:31:10 UTC
Created attachment 151678 [details]
NetBeans build log.

Whenever I try to build NetBeans from sources, using the mainline version from the Mercurial repository, the build fails with the error listed in the summary. I am using JDK 1.8.0_31, Windows 7 X64, and am running ant like so:

C:\nb> ant -l c:\nb-build.log -Dpermit.jdk8.builds=true

I have tried cleaning the build tree multiple times (via ant clean) and rebuilding, but I can't get any further than javascript2.editor. Attached is my entire build log for analysis.
Comment 1 Ondrej Vrabec 2015-01-26 07:48:47 UTC
Build with JDK 1.7, AFAIK it's impossible to build whole IDE with 1.8.
Comment 2 Petr Pisl 2015-03-24 14:36:46 UTC
As Ondra mentioned, we need to do some changes to be able to build NetBeans with JDK 1.8. Is there any obstacle from your side to build NetBeans with JDK 1.7?

I'm closing this issue as wontfix for now.