Hello, World. I'm working on making my NetBeans platform application work using the NB28 platform. When I include the platform module com.jcraft.jsch, Project Properties / Libraries says "Module com.jcraft.jsch in ide requests the token libs.c.kohlschutter.junixsocket but there are no known providers" even though the c.kohlschutter.juninxsocket platform module is also selected.
I tried to work around this by creating my own JCraft JSch library wrapper module in my platform application around the jsch jars and unselecting com.jcraft.jsch in 'ide', but the platform won't use the wrapper. The platform seems to insist that the ide module must be enabled even though I have my own version in the wrapper module. Any ideas on how to resolve this problem would be greatly appreciated. Thanks, Peter
