errael commented on issue #4865:
URL: https://github.com/apache/netbeans/issues/4865#issuecomment-1312645359
Looks like one expression of the problem is that some things related to
execution don't make it into the project's lookup.
Any idea where these missing items would be put into the lookup for the
gradle project?
```
GradlePlainEscapeProcessor
prj.getLookup()
:app - 69 items
:compose - 49 items
constructor - processorsFromLookup - factories
:app
GradleProcessorFactory
JavaCompilerProcessorFactory
JDPAProcessorFactory
:compose
GradleProcessorFactory
GradlePlainEscapeProcessor.processText(...)
running :app
processors LinkedHashSet ObjectVariable "size = 9"
[0] GradleProcessorFactory$URLOutputProcessor
[1] GradleProcessorFactory$GroovyCompilerProcessor
[2] GradleProcessorFactory$WarningModeAllProcessor
[3] GradleProcessorFactory$JavaCompilerProcessor
[4] GradleProcessorFactory$GradleOutputProcessor
[5] JavaCompilerProcessorFactory$StackTraceProcessor
[6] JDPAProcessorFactory$JDPAOutputProcessor
[7] GradlePlainEscapeProcessor$1
[8] GradlePlainEscapeProcessor$2
running :compose
processors LinkedHashSet ObjectVariable "size = 7"
[0] GradleProcessorFactory$URLOutputProcessor
[1] GradleProcessorFactory$GroovyCompilerProcessor
[2] GradleProcessorFactory$JavaCompilerProcessor
[3] GradleProcessorFactory$GradleOutputProcessor
[4] GradleProcessorFactory$WarningModeAllProcessor
[5] GradlePlainEscapeProcessor$1
[6] GradlePlainEscapeProcessor$2
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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