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 143988 - C/V test failed: Some files are unreadable
Summary: C/V test failed: Some files are unreadable
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-14 21:52 UTC by Ivan Sidorkin
Modified: 2008-10-30 14:24 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 Ivan Sidorkin 2008-08-14 21:52:41 UTC
junit.framework.AssertionFailedError: Some files are unreadable
File
MultiFileObject@782d55[OptionsDialog/Advanced/org-netbeans-modules-groovy-grails-settings-GrailsRuntimeAdvancedOption.instance]
cannot be read: java.io.FileNotFoundException: java.io.FileNotFoundException:
jar:file:/hudson/workdir/jobs/trunk/workspace/nbbuild/netbeans/groovy1/modules/org-netbeans-modules-groovy-grails.jar!/org/netbeans/modules/groovy/grails/resources/org-netbeans-modules-groovy-grails-settings-GrailsRuntimeAdvancedOption.instance
File MultiFileObject@b9c607[OptionsDialog/Advanced/org-netbeans-modules-groovy-support-api-GroovySettings.instance]
cannot be read: java.io.FileNotFoundException: java.io.FileNotFoundException:
jar:file:/hudson/workdir/jobs/trunk/workspace/nbbuild/netbeans/groovy1/modules/org-netbeans-modules-groovy-support.jar!/org/netbeans/modules/groovy/support/resources/org-netbeans-modules-groovy-support-api-GroovySettings.instance

as result of http://hg.netbeans.org/main/rev/cd4341fd8abe
Comment 1 martin_adamek 2008-08-15 08:39:29 UTC
Fixed.
http://hg.netbeans.org/main/rev/3760ebbca73b
Comment 2 Ivan Sidorkin 2008-08-15 08:51:33 UTC
verified