This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189171 - commit-validation fails in cluster.config=standard due to DynamicVerifyTest
Summary: commit-validation fails in cluster.config=standard due to DynamicVerifyTest
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.0
Hardware: PC Linux
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-08-03 16:01 UTC by Jesse Glick
Modified: 2010-08-04 03:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-08-03 16:01:42 UTC
testGetAllProjectFactories:
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/FitnessForeverThe list of differences follows:
org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton OK
org.netbeans.modules.groovy.grailsproject.GrailsProjectFactory OK
org.netbeans.modules.maven.NbMavenProjectFactory OK

Should be empty: {OK=org.netbeans.modules.ruby.modules.project.rake.RakeBasedProjectFactorySingleton}

Not processed: OK = org.netbeans.modules.ruby.modules.project.rake.RakeBasedProjectFactorySingleton


testGetAllNbProjects:
org.netbeans.modules.ruby.spi.project.support.rake.RakeBasedProjectType starting from SystemClassLoader[579 modules] with possible defining loaders null and declared parents [ModuleCL@191394e[org.netbeans.api.mobility], ModuleCL@1a76fdd[org.netbeans.modules.core.kit], ModuleCL@1346812[org.netbeans.modules.db.sql.visualeditor], ModuleCL@1f44aa6[org.netbeans.modules.tasklist.ui], ModuleCL@1f13b08[org.netbeans.modules.csl.api], ModuleCL@13577ca[org.netbeans.modules.websvc.saas.services.weatherbug], ModuleCL@11a6631[org.netbeans.modules.swing.customizerlayout], ModuleCL@e73783[org.netbeans.modules.maven.grammar], ModuleCL@174a144[org.netbeans.modules.apisupport.facebooksample], ModuleCL@1ed957d[org.netbeans.modules.java.helpset], ...563 more]
  at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:264)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
  at java.lang.Class.forName0(Native Method)
  at java.lang.Class.forName(Class.java:247)
  at org.netbeans.modules.ide.ergonomics.DynamicVerifyTest.testGetAllNbProjects(DynamicVerifyTest.java:156)
Comment 1 Jesse Glick 2010-08-03 16:38:39 UTC
core-main #926549e28e66
Comment 2 Quality Engineering 2010-08-04 03:07:59 UTC
Integrated into 'main-golden', will be available in build *201008040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/926549e28e66
User: Jesse Glick <jglick@netbeans.org>
Log: #189171: commit-validation fails in cluster.config=standard due to DynamicVerifyTest