View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013511ParaView(No Category)public2012-10-11 11:592015-01-11 08:32
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version3.98.0 
Summary0013511: CS_KITS not being processed when plugin doesn't have servermanager files.
DescriptionThe following plugin code doesn't work.

---------------------------------------------------
add_paraview_plugin(SomeName "0.1"
  SERVER_MANAGER_XML SomeName.xml
  CS_KITS vtkMyModule
)

target_link_libraries(SomeName vtkMyModuleCS)
---------------------------------------------------

It never ends up initializing the CS streaming for the classes in the module vtkMyModule. However, if we passed in SERVER_MANAGER_SOURCES, then it works as expected. The generated plugin code skips the initialization of external CS modules unless the plugin itself embeds some classes to CS wrapped.
TagsNo tags attached.
ProjectKitware
Topic Name13511_fix_plugins
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0029363)
Utkarsh Ayachit (administrator)
2012-10-11 12:04

commit 94831b64504535256acebf585330d0a8a0fc90a3
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Oct 11 12:00:08 2012 -0400

    BUG 0013511. CS_KITS are now processed even when no sources are provided.
    
    Fixed BUG 0013511. CS_KITS are now processed even when no sources are provided.
    The CS_KITS will still be ignored if no xml is provided as well, but that can
    be fixed at a later date.
    
    Change-Id: I1fe4723db3d84576dde6678413068dc4b63ff9ca
(0029382)
Utkarsh Ayachit (administrator)
2012-10-15 11:51

merged into master, if applicable.
(0029438)
Alan Scott (manager)
2012-10-19 13:24

Trusting that fix is correct.

 Issue History
Date Modified Username Field Change
2012-10-11 11:59 Utkarsh Ayachit New Issue
2012-10-11 12:04 Utkarsh Ayachit Topic Name => 13511_fix_plugins
2012-10-11 12:04 Utkarsh Ayachit Note Added: 0029363
2012-10-11 12:04 Utkarsh Ayachit Status backlog => gatekeeper review
2012-10-11 12:04 Utkarsh Ayachit Fixed in Version => git-next
2012-10-11 12:04 Utkarsh Ayachit Resolution open => fixed
2012-10-11 12:04 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2012-10-15 11:51 Utkarsh Ayachit Fixed in Version git-next => git-master
2012-10-15 11:51 Utkarsh Ayachit Note Added: 0029382
2012-10-15 11:52 Utkarsh Ayachit Status gatekeeper review => customer review
2012-10-19 13:24 Alan Scott Note Added: 0029438
2012-10-19 13:24 Alan Scott Status customer review => closed
2012-10-29 17:04 Utkarsh Ayachit Fixed in Version git-master => 3.98.0
2015-01-11 08:32 Utkarsh Ayachit Source_changeset_attached => ParaView master 9f726423
2015-01-11 08:32 Utkarsh Ayachit Source_changeset_attached => ParaView master 94831b64


Copyright © 2000 - 2018 MantisBT Team