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 150793 - Failure to load annotation processors in user code
Summary: Failure to load annotation processors in user code
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 147393
  Show dependency tree
 
Reported: 2008-10-20 23:48 UTC by Jesse Glick
Modified: 2009-02-19 21:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (3.37 KB, text/plain)
2008-10-20 23:49 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-10-20 23:48:09 UTC
If using issue #147393 I create a 269-compliant annotation processor in openide.util, and in the resulting IDE open a
module project, I get an exception.

Either java.source should disable autodiscovered APs completely (e.g. -factorypath ""), or try to load them properly.
Comment 1 Jesse Glick 2008-10-20 23:49:05 UTC
Created attachment 72318 [details]
Stack trace
Comment 2 Jan Lahoda 2008-10-21 22:53:10 UTC
I am going to disable the AP discovery (-proc:none seems to be the best way to do it, -factorypath "" wouldn't work, IMO).
Comment 4 Quality Engineering 2008-10-22 15:42:07 UTC
Integrated into 'main-golden', will be available in build *200810221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d542add23820
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #150793: make sure the annotation processors will not be executed.