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/07/22 18:05:54 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

lkishalmi opened a new pull request #2267:
URL: https://github.com/apache/netbeans/pull/2267


   


----------------------------------------------------------------
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] neilcsmith-net commented on pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #2267:
URL: https://github.com/apache/netbeans/pull/2267#issuecomment-662883811


   @lkishalmi sorry, long day yesterday! :smile: Misread that slightly as helping to fix OpenJFX build support rather than helping to see information.  Still, feel free to merge when ready for beta2.
   
   Is the module-source-path part likely to make 12.1 or more realistically 12.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.

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] lkishalmi merged pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2267:
URL: https://github.com/apache/netbeans/pull/2267


   


----------------------------------------------------------------
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] lkishalmi commented on pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

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


   Well, it seems module-source-path has not handled by the IDE at all. I have a "hack" in mind, that would add the module name to the classpath whenever the module-source-path command line arg is used. If that would be enough to make OpenJFX right, then it can happen in 12.1. If we need to really parse the argument and feed back to the IDE then it would take more time.


----------------------------------------------------------------
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] lkishalmi commented on pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

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


   Well this one dropped out of OpenJFX work, in order to be able to check the compiler arguments.


----------------------------------------------------------------
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] neilcsmith-net commented on pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #2267:
URL: https://github.com/apache/netbeans/pull/2267#issuecomment-662608552


   I assume you meant 12.1 milestone?!  Sounds good.  Feel free to merge whenever before next Tuesday.


----------------------------------------------------------------
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] lkishalmi commented on pull request #2267: [NETBEANS-4615] Display compiler arg in Gradle Source Customizer Panel

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


   Well, it is pretty harmless to go into 12.1, I just did not wanted to create pressure. However this one alone just helping me to see the args. I still have to find out the right way to porcess the module-spurce-path information and feed that back to different NetBeans Java Queries. 


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