vieiro commented on PR #5567: URL: https://github.com/apache/netbeans/pull/5567#issuecomment-1451468946
Mmm... it seems we need to make Rust "ergonomic" aware... ```junit.framework.AssertionFailedError: Not all IDE projects are registered for ergonomics mode, see the list below. This may mean that you are not using @AntBasedProjectRegistration to register your projects, or that you need to hardcode the nature of your project into http://wiki.netbeans.org/FitnessForever The list of differences follows: org.netbeans.modules.gradle.NbGradleProjectFactory OK org.netbeans.modules.java.openjdk.project.FilterStandardProjects OK org.netbeans.modules.java.mx.project.SuiteFactory OK org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton OK org.netbeans.modules.maven.NbMavenProjectFactory OK org.netbeans.modules.project.ui.convertor.ProjectConvertorFactory OK org.netbeans.modules.java.openjdk.project.JDKProject$JDKProjectFactory OK org.netbeans.modules.rust.project.RustProjectFactory not present org.netbeans.modules.cpplite.project.CPPLiteProject$FactoryImpl OK Should be empty: {FAIL=org.netbeans.modules.rust.project.RustProjectFactory} ``` Among other problems. We need to upload this: https://web.archive.org/web/20150407062010/http://wiki.netbeans.org/FitnessForever to the wiki as well... -- 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
