Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,758
    • Issues 1,758
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #17991

Closed
Open
Opened Feb 14, 2018 by Mathieu Westphal@mwestphalDeveloper

Xml changes in a plugin require to call ninja multiple time

Modifying an xml file in a Plugin require ninja to be called two time before the plugin is completely builded.

How to reproduce :

  • cd paraview_build
  • ninja
  • cd paraview/Plugin/LagrangianParticleTracker
  • touch LagrangianParticleTracker.xml
  • cd ../../../paraview_build
  • ninja
[1/4] Generating vtkSMXML_LagrangianParticleTracker.h
-- Generate module: LagrangianParticleTracker
vtkDebugLeaks has found no leaks.
[2/4] Generating Documentation HTMLs from xmls
Processing wiki sources
Processing wiki filters
Processing wiki writers
Processing wiki readers
[3/4] Compiling Qt help project LagrangianParticleTracker.qhp
Building up file structure...
Insert custom filters...
Insert help data for filter section (1 of 1)...
Insert files...
Insert contents...
Insert indices...
Documentation successfully generated.
[4/4] Generating LagrangianParticleTracker_doc.h
-- Generate module: LagrangianParticleTracker
vtkDebugLeaks has found no leaks.
  • ninja
[2/2] Linking CXX shared library lib/paraview-5.4/plugins/LagrangianParticleTracker/libLagrangianParticleTracker.so
Edited Mar 23, 2018 by Mathieu Westphal
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#17991