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 135562 - Various test warnings
Summary: Various test warnings
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-21 23:30 UTC by Jesse Glick
Modified: 2008-06-05 02:38 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 2008-05-21 23:30:42 UTC
http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1783/testReport/org.netbeans.nbbuild/DeleteUnreferencedClusterFiles/testExtraFiles/

Some extra files were present
extra: untracked file scala/scala-2.7.1.final/bin/sbaz-setup.bat
extra: untracked file scala/scala-2.7.1.final/bin/scala
extra: untracked file scala/scala-2.7.1.final/bin/scala.bat
[...many many more...]

(you need to use extra.module.files in project.properties)


http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1783/testReport/org.netbeans.nbbuild/VerifyUpdateCenter/testAutoUpdateVisibility/

Some regular modules (that no one depends on) neither AutoUpdate-Show-In-Client nor AutoUpdate-Essential-Module
org.netbeans.modules.scala.kit

(you need to define this as AU-S-I-C: true, see Packaging tab of Properties)


http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1783/testReport/org.netbeans.core.projects/ValidateLayerConsistencyTest/testIfOneFileIsDefinedTwiceByDifferentModulesTheyNeedToHaveMutualDependency/

junit.framework.AssertionFailedError: Some modules override their files and do not depend on each other
Services/MIMEResolver/org-netbeans-modules-jar-mime-resolver.xml is provided by:
[org.netbeans.modules.java.j2seplatform/1, org.netbeans.modules.scala.stdplatform]
 org.netbeans.modules.java.j2seplatform/1: different attributes =
'{SystemFileSystem.localizingBundle=org.netbeans.modules.java.j2seplatform.resources.Bundle}
 org.netbeans.modules.scala.stdplatform: different attributes =
'{SystemFileSystem.localizingBundle=org.netbeans.modules.scala.stdplatform.resources.Bundle}

(please do not blindly copy code from one module to another; delete your copy)


http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1783/testReport/org.netbeans.core.projects/ValidateLayerConsistencyTest/testFolderOrdering/

Found same position 100 for both org-netbeans-api-project-libraries/LibraryTypeProviders/j2se_library_provider.instance
and org-netbeans-api-project-libraries/LibraryTypeProviders/scalastd_library_provider.instance

(decide where it should go)
Comment 1 _ dcaoyuan 2008-05-21 23:33:51 UTC
Tried to fix. rev/e771aad8fb30
Comment 2 Jesse Glick 2008-05-30 15:39:05 UTC
The following is still broken, are you fixing?

Found same position 100 for both org-netbeans-api-project-libraries/LibraryTypeProviders/j2se_library_provider.instance
and org-netbeans-api-project-libraries/LibraryTypeProviders/scalastd_library_provider.instance
Comment 3 Jesse Glick 2008-06-05 02:38:33 UTC
Got sick of waiting so I tried to fix myself: #c7b39294fd1d