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 171471 - C/V test failed. testActionInstancesOnlyInActionsFolder
Summary: C/V test failed. testActionInstancesOnlyInActionsFolder
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2009-09-04 12:30 UTC by Ivan Sidorkin
Modified: 2009-09-30 11:41 UTC (History)
1 user (show)

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 2009-09-04 12:30:57 UTC
11 actions is not registered properly
File Loaders/text/x-fx/Actions/CompileFile.instance represents an action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/CopyAction.instance represents an action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/CutAction.instance represents an action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/DeleteAction.instance represents an action which is not in Actions/ subfolder. Provided
by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/FileSystemAction.instance represents an action which is not in Actions/ subfolder.
Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/OpenAction.instance represents an action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/PasteAction.instance represents an action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/PropertiesAction.instance represents an action which is not in Actions/ subfolder.
Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/RunFile.instance represents an action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Loaders/text/x-fx/Actions/SaveAsTemplateAction.instance represents an action which is not in Actions/ subfolder.
Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-editor.jar!/org/netbeans/modules/javafx/dataloader/layer.xml]
File Menu/Tools/PaletteManager/org-netbeans-modules-javafx-palette-JavaFXPaletteCustomizerAction.instance represents an
action which is not in Actions/ subfolder. Provided by
[jar:file:/space/hudson/workspace/CommitValidation-multi/jdk/jdk1.6/label/Lin-Ubuntu-1-stable/netbeans/javafx2/modules/org-netbeans-modules-javafx-palette.jar!/org/netbeans/modules/javafx/palette/resources/layer.xml]
Comment 1 Marian Mirilovic 2009-09-16 11:56:47 UTC
... failing commit validation is P1, please fix it ASAP
Comment 2 Petr Nejedly 2009-09-25 16:02:46 UTC
I have fixed this last week.
Comment 3 Ivan Sidorkin 2009-09-30 11:41:16 UTC
verified