Dne čtvrtek 1. července 2021 20:35:27 CEST, Benjamin Asbach napsal(a): > [nb-javac] > /home/asbachb/dev/extsrc/netbeans/platform/api.annotations.common/src/org/ne > tbeans/api/annotations/common/proc/StaticResourceProcessor.java [repeat] > error: Bad service configuration file, or exception thrown while > constructing Processor object: > javax.annotation.processing.Processor: Provider > org.netbeans.api.annotations.common.proc.StaticResourceProcessor not > found
It happens from time to time to me when there is a previous garbage in the build directory. I suggest to: ```bash netbeans$ rm -rf * netbeans$ git checkout -f . ``` to be sure the sources are really pristine. -jt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
