JaroslavTulach opened a new pull request #28:
URL: https://github.com/apache/netbeans-html4j/pull/28


   Turning the error into a warning. 
   
   While working on the 
[react4jdemo](https://github.com/jtulach/netbeans-html4j/tree/react4jdemo) I 
had to face a problem of Gradle not putting resources on sourcepath of `javac` 
annotation processors. One way is to include those resources explicitly:
   ```
   compileJava {
       classpath += files("src/main/resources")
   }
   ```
   but that one isn't really easy to find (I was searching for that trick for 
few days). Rather than that let's give up and surrender the Gradle dictate and 
turn the error into a warning. If the resource is really missing, it is going 
to yield a runtime error anyway.
   
   Suggestions, Laszló?


----------------------------------------------------------------
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.

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

Reply via email to