You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/08/09 14:50:16 UTC

[GitHub] [netbeans-html4j] JaroslavTulach opened a new pull request #28: Annotation processors in Gradle do not see resources

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-html4j] JaroslavTulach merged pull request #28: Annotation processors in Gradle do not see resources

Posted by GitBox <gi...@apache.org>.
JaroslavTulach merged pull request #28:
URL: https://github.com/apache/netbeans-html4j/pull/28


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-html4j] lkishalmi commented on pull request #28: Annotation processors in Gradle do not see resources

Posted by GitBox <gi...@apache.org>.
lkishalmi commented on pull request #28:
URL: https://github.com/apache/netbeans-html4j/pull/28#issuecomment-672375287


   I'm on my summer vac on a road trip in eastern Oregon. I'm going to check when I'm home


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists