qzic commented on issue #5065: URL: https://github.com/apache/netbeans/issues/5065#issuecomment-1345385990
It's interesting that the remote platforms show up in the list of platforms even though they do not exist in build properties. You can even run test on these remote platforms and the test is successful. It's only when you try to run the project that you see the problem. Odd that no error or warning message is issued in this case. Quentin On 2022-12-10 3:51 p.m., Michael Bien wrote: > > @qzic <https://github.com/qzic> I see. > > turns out that the config import is probably not the problem since > |build.properties| is updated much later in the lifecycle. > > I think > |org.netbeans.modules.java.j2seembedded.platform.RemotePlatformProvider| > is supposed to convert the imported platform xml into the properties, > it just doesn't do that, only newly created platforms are converted. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/netbeans/issues/5065#issuecomment-1345382041>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABTNVJWW3FL2NGKTIONLPLDWMTUL5ANCNFSM6AAAAAASZZBASU>. > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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
