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 177226 - Build failed all-options.editor; error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: : java.io.FileNotFoundException:
Summary: Build failed all-options.editor; error: Bad service configuration file, or ex...
Status: RESOLVED INCOMPLETE
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 10:14 UTC by charlweed
Modified: 2009-11-20 12:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Tail of failed build (76.13 KB, application/octet-stream)
2009-11-19 10:14 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2009-11-19 10:14:25 UTC
Created attachment 91369 [details]
Tail of failed build

Revision 153921
I've tried three times, the fail point changes. I'll keep trying, and change the status if it works.
 
BUILD FAILED
Q:\projects\3rdparty\netbeans\build.xml:102: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\build.xml:375: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\build.xml:370: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\build.xml:405: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\build.xml:388: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\build.xml:370: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\build.xml:417: The following error occurred while executing this line:
Q:\projects\3rdparty\netbeans\main\nbbuild\templates\common.xml:171: Compile failed; see the compiler error output for details.

Total time: 12 minutes 59 seconds
Q:\projects\3rdparty\netbeans>
Comment 1 charlweed 2009-11-19 13:50:52 UTC
If I repeatedly invoke ant, it eventually builds successfully.
I'm not changing the status of this bug, because the current behavior is clearly incorrect.
Comment 2 Jesse Glick 2009-11-20 12:36:13 UTC
No info how to reproduce from scratch, nor any stack trace (produced when using --verbose or --debug).

org-netbeans-modules-projectuiapi.jar should contain an entry

---%<--- META-INF/services/javax.annotation.processing.Processor
org.netbeans.modules.project.uiapi.CompositeCategoryProviderAnnotationProcessor
org.netbeans.modules.project.uiapi.NodeFactoryAnnotationProcessor
---%<---